/* ********************************* public styles ******************************** */
@import url("https://fonts.googleapis.com/css?family=Hind:400,600");

html,
body {
  height: 100%;
  background-color: #ffffff;
}

div:hover,
button:hover,
a:hover,
li:hover,
.card:hover {
  transition: 0.3s ease-in-out;
}

button,
link,
select,
a {
  cursor: pointer;
}

::-moz-selection {
  background-color: #0057b8;
  color: #fff;
}
::selection {
  background-color: #0057b8;
  color: #fff;
}

.card a {
  cursor: pointer;
}

/* style dives */
.bg-div:hover,
.bg-div:focus {
  box-shadow: 0 4px 4px 0 rgba(56, 56, 56, 0.4),
    0 6px 20px 0 rgba(86, 86, 86, 0.1);
}
.bg-div2:hover,
.bg-div2:focus {
  box-shadow: 0 4px 4px 0 rgba(56, 56, 56, 0.4),
    0 6px 20px 0 rgba(86, 86, 86, 0.2);
}
/* style buttons */
button:hover,
button:focus {
  cursor: pointer;
}

/* style textarea */
textarea {
  resize: none;
}
/* style plceholder */
input::placeholder,
textarea::placeholder {
  color: #848484 !important;
  font-weight: 400;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d1d1d1 !important;
}
/* style blockqute */
blockquote {
  background: #fafafa;
  border-right: 2px solid #0057b8 !important;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  border-top: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  color: #6e6e6e;
  line-height: 2.5rem !important;
}

blockquote p {
  display: inline;
}

/* order first */
@media (max-width: 991px) {
  .order-first2 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media (max-width: 767px) {
  .order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

/* ******************************** header ************************************/

/* top menu */
.top-menu {
  justify-content: center;
  background-color: #0057b8;
  /* border-bottom: 1px solid #00000054; */
}
.div_header {
  /* position: absolute;
    top: 0;
    left:0;
    right:0;
    z-index: 9999; */
}
/* phone i header */
.container_div_phone {
  /* background-color: #333; */
}
.div_phone {
  margin: 15px 0px 0px 0px !important;
  text-align: left;
  padding-bottom: 10px;
}
.phone_text {
  padding-right: 15px;
  font-size: 14px;
}
.address_text {
  font-size: 12px;
}
.div_phone i {
  font-size: 15px;
  color: #fff;
  vertical-align: middle;
}
.div_phone i:hover,
.phone_text:hover {
  color: #ffffff;
}
.div_phone {
  cursor: default;
}
.div_phone span,
.div_phone span a {
  font-weight: 500;
  color: #fff !important;
}
.div_phone span a:hover {
  color: #fff !important;
}
.nav-custom {
  padding: 0 0.7rem;
}
@media (max-width: 599px) {
  .div_phone {
    text-align: center;
  }
  .phone_text_number,
  .address_text {
    display: none;
  }
}
@media (max-width: 379px) {
  .phone_text {
    padding-right: 5px;
  }
  .address_text {
    font-size: 11px;
  }
}
/* menu header */
.nav-custom-style {
  padding-right: 0;
  padding-left: 0;
  justify-content: flex-start;
  /* background-color: #ffffffc9; */
  /* border-radius: 10px; */
}

.nav-custom-style img {
  border-radius: 10px;
  width: 70px;
  margin: 5px 1rem 5px 0;
  background-color: #0057b857;
}
.nav-custom-style ul {
  padding-right: 1rem;
}
.nav-custom-style ul li {
  padding: 0.5rem;
  border: 2px solid transparent;
  border-radius: 0 !important;
  text-transform: uppercase;
}
.nav-custom-style ul li:after {
  display: block;
  content: "";
  border-bottom: solid 2px #0057b8;
  transform: scaleX(0);
  transition: transform 300ms ease-in-out;
}
.nav-custom-style ul li:hover:after {
  transform: scaleX(1);
}
.nav-custom-style ul li.fromRight:after {
  transform-origin: 100% 50%;
}
.nav-custom-style ul li.fromLeft:after {
  transform-origin: 0% 50%;
}
.nav-custom-style ul li a {
  color: #0057b8;
  font-weight: 500;
}

.nav-custom-style .dropdown-toggle::after {
  margin-right: 5px;
  vertical-align: middle;
  color: #ffffff !important;
  margin-top: 5px;
}

.nav-custom-style .dropdown-menu {
  border-top: 1px solid #f1f1f1 !important;
  border-bottom: 0;
  border-radius: 0 0 2px 2px !important;
  padding-right: 0 !important;
}
.nav-custom-style .dropdown-menu li {
  padding-right: 0 !important;
}

@media (min-width: 992px) {
  .nav-custom-style .dropdown-menu {
    background-color: rgba(25, 25, 25, 0.6);
    margin-top: 0 !important;
    right: 0 !important;
    left: 0 !important;
  }
  .nav-custom-style .dropdown-menu a {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
}

.nav-custom-style .dropdown-menu a,
.nav-custom-style a {
  text-align: center !important;
}
.nav-custom-style .dropdown-menu a:hover {
  color: #ffffff;
  background-color: rgba(144, 144, 144, 0.1);
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}
.navbar-sticky {
  padding: 0;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.2);
}
.navbar-sticky .dropdown-toggle::after {
  color: #000 !important;
}
.navbar-sticky .product-count {
  top: 0;
}
.navbar-sticky nav {
  padding: 0 !important;
}
.border-top {
  border-top: 1px solid #dddddd !important;
}
.border-top a {
  color: #ffffff !important;
}
.fixed-top ul li a {
  font-weight: 400;
  color: #333 !important;
}

.fixed-top .dropdown-menu {
  background-color: #ffffff !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
}
.fixed-top .navbar-toggler-icon {
  /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(0,0,0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important; */
}
.navbar-toggler {
  border: 1px solid #858585;
  padding: 5px 10px;
  margin-right: 1rem !important;
  margin-left: 1.5rem;
  background-color: #0057b8;
}
@media (max-width: 991px) {
  .nav-custom-style a,
  .dropdown-menu a,
  .nav-custom-style a,
  .nav-custom-style .dropdown-menu a {
    text-align: right !important;
  }
  .nav-custom-style .dropdown-toggle::after {
    color: #000 !important;
  }
  .nav-custom-style li,
  .navbar-nav .nav-link {
    padding-right: 0 !important;
  }
  .nav-custom-style li {
    border-bottom: 2px dotted #00000024;
  }

  .nav-custom-style .dropdown-menu {
    border: 1px solid #e0e0e0 !important;
  }
  .nav-custom-style .dropdown-menu li {
    border-bottom: none !important;
  }
  .navbar-collapse {
    text-align: center;
    background-color: #ffffff;
    border-top: 1px solid #e3e3e3;
  }
  .nav-custom-style ul {
    display: inline-block;
    padding: 0 !important;
    text-align: center;
  }
  .nav-custom-style ul li a {
    font-weight: 400;
    color: #262626 !important;
  }
  .nav-custom-style ul li {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    display: inline-block;
    padding-bottom: 0;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .btn-turn {
    width: 100%;
  }
}
@media (max-width: 530px) {
  .nav-custom-style img {
    margin: 2px 0.5rem 2px 0;
    width: 60px;
  }
  .nav-custom-style ul,
  .nav-custom-style ul li {
    display: block;
  }
  .nav-custom-style ul li {
    margin-right: 1rem;
  }
  .nav-custom-style ul li:nth-last-child(n) {
    border-bottom: 1px solid #e8e6e6;
  }
}
@media (max-width: 380px) {
  .div_phone {
    margin: 2px 5px 2px 0 !important;
  }
}
@media (max-width: 399px) {
  .navbar-toggler {
    margin-right: 0 !important;
  }
}
@media (max-width: 991px) {
  .form-inline {
    position: absolute;
    left: 7px;
    top: 5px;
  }

  .nav-custom-style {
    justify-content: space-between !important;
  }
}

/* main index */

.search-box {
  width: 100%;
}
.search_custom {
  border-radius: 10px !important;
  /* box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1); */
}

.search_custom input[type="text"]:focus {
  border-color: rgba(0, 0, 0, 0.15);
}
.search-main button {
  border: 0 !important;
  background: #fff;
  border-radius: 10px 0 0 10px !important;
}
.search-main input {
  padding: 0.7rem;
  border: 0 !important;
  background: #fff;
  border-radius: 0 10px 10px 0 !important;
}

.search-main i {
  color: #1a1a1a;
  padding-top: 5px;
  font-size: 22px;
  font-weight: 500;
  vertical-align: middle;
}
.search-main button:hover .icon-search {
  color: #707070 !important;
}
.search-main input[type="text"]:focus {
  border-color: #1a1a1a;
}

@media (max-width: 400px) {
  .search-main input {
    font-size: 12px;
  }
  .logo_text h1,
  .logo_text p {
    font-size: 14px;
  }
}
.search_custom input {
  font-size: 12px;
}

/************************ collapse menu style *****************************/
header .menu-collapse {
  display: none;
  /* position: absolute; */
  width: 100%;
  z-index: 100;
  background-color: #0057b8;
}

header .menu-collapse .collapse-bg {
  /* background-color: white; */
  padding: 10px;
  border-radius: 10px;
}

header .menu-collapse img {
  object-fit: contain;
  border-radius: 10px;
  width: 55px;
}

header .menu-collapse .collapse-top-menu {
  display: flex;
  justify-content: start;
}

header .menu-collapse .collapse-top-menu a .icofont-ui-dial-phone {
  font-size: 24px;
  margin-left: 20px;
}

.icofont-align-center {
  font-size: 24px;
  cursor: pointer;
}

header .menu-collapse .collapse-icon {
  border-radius: 5px;
  font-size: 22px;
  padding: 10px;
  position: relative;
  cursor: pointer;
  right: -5px;
}

.collapse-menu-container {
  z-index: 100000;
  background-color: white;
  font-size: 24px;
  position: absolute;
  top: 0;
  width: 100%;
  transition: transform 1sease-in-out;
  transform: translateX(+100%);
  padding: 15px 15px 0 15px;
}

.collapse-menu-container .icofont-close-squared-alt {
  cursor: pointer;
}

header .menu-collapse .collapse-menu-container ul li {
  list-style-type: none;
}

header .menu-collapse .collapse-menu-container ul li span {
  line-height: 2.2em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 14px;
}

header .menu-collapse .collapse-menu-container ul li a {
  list-style-type: none;
  line-height: 2.2em;
  display: flex;
  justify-content: space-between;
  font-size: 14px !important;
  font-weight: 500 !important;
}

header .menu-collapse .collapse-menu-container ul li span {
  line-height: 2.2em;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  padding-top: 5px;
  font-weight: 500;
}

header .menu-collapse .collapse-menu-container ul li a {
  padding-top: 5px;
  text-decoration: none;
  color: #000d24;
  font-weight: 500;
  font-size: 16px;
  display: block;
  width: 100%;
}

header .menu-collapse .collapse-menu-container ul {
  padding-left: 0px;
  padding-right: 10px;
}

header .menu-collapse .collapse-menu-container .collapse-menu-dropdown li a {
  font-weight: 400;
  font-size: 15px;
}

.collapse-top-menu-logo {
  position: relative;
}

.collapse-menu-header {
  display: flex;
  justify-content: space-between;
}

.collapse-menu-container .collapse-menu-header-icon {
  width: 30px;
  background-color: #f8f9fe;
  border-radius: 5px;
}

.show-menu {
  transform: translateX(0%);
}

.show-drop-menu {
  display: block !important;
}

@media screen and (max-width: 992px) {
  .main-menu {
    display: none;
  }

  .nav_main {
    display: none;
  }
}

.menu-collapse {
  display: block !important;
}

header .has-children::after {
  margin-right: 10px;
  content: "\f0d7";
  position: relative;
  width: 10px;
  height: 10px;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: #a9a9a9;
}
a:focus-visible {
  outline: 0 !important;
}
/* register-box */
.register {
  background-color: #fff;
  padding: 6px 15px;
  border-radius: 5px;
  /* margin-right: 50px; */
}
.register ul {
  margin-bottom: 0px !important;
}
.register ul li {
  list-style-type: none;
}
.register ul li a {
  /* padding: 1rem 0.3rem !important; */
  color: #000;
  font-weight: 600;
  transition: all 0.4s;
  font-size: 14px;
}
.register ul li a .icon-user {
  position: relative;
  top: 3px;
  left: 4px;
}
.register ul li a:hover {
  color: #333;
}
.header-call-icon i {
  vertical-align: middle;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 576px) {
    .register ul li a .register-text {
        display: none;
    }
    .register ul li a i{
        font-size: 18px;
    }
}

/******************************************** carousel banner ****************************************************/
.container_slider .carousel-caption {
  bottom: 0px !important;
  text-align: center !important;
  top: 50% !important;
  padding: 0 !important;
  cursor: default;
}
.container_slider .carousel-inner {
  border-radius: 2px;
}
.container_slider h3 {
  line-height: 2.5rem;
  color: #ffffff !important;
}
.container_slider .carousel-item img {
  height: 650px;
  object-fit: cover;
}
.div_adv img {
  height: 200px;
  border-radius: 3px;
  object-fit: cover;
}
.container_slider .carousel-indicators li {
  height: 10px;
  width: 10px !important;
  border-radius: 50%;
}
.container_slider .carousel-indicators li {
  background-color: #9e9e9e;
}
.container_slider .carousel-indicators .active {
  background-color: #fff;
}

/* opacity background img carousel */
.item_img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
/* carousel fade */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

@media (max-width: 800px) {
  .container_slider .carousel-caption {
    top: 45% !important;
  }
}
@media screen and (max-width: 1400px) {
  .container_slider .carousel-item img {
    height: 550px;
  }
}
@media screen and (max-width: 1024px) {
  .container_slider .carousel-item img {
    height: 450px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .container_slider .carousel-item img {
    height: 265px;
  }
  .div_adv img {
    height: 120px;
  }
}
@media (max-width: 767px) and (min-width: 500px) {
  .div_adv img {
    height: 150px;
  }

  .img_adv1,
  .img_adv2 {
    margin-top: 1.8rem;
  }
  .container_slider .carousel-item img {
    height: 250px;
  }
}
@media (max-width: 656px) {
  .container_slider h3 {
    font-size: 25px;
    line-height: 2.2rem;
  }
  .container_slider h3 {
    font-size: 22px;
  }
}
@media (max-width: 499px) and (min-width: 399px) {
  .container_slider .carousel-item img {
    height: 230px;
  }
  .img_adv1,
  .img_adv2 {
    margin-top: 1.8rem !important;
  }
  .div_adv img {
    height: 100px;
  }
  .img_adv1 {
    margin-top: 1.5rem;
  }
  .container_slider .carousel-caption {
    top: 40% !important;
  }
  .container_slider h3 {
    font-size: 22px;
    line-height: 2.2rem;
  }
  .container_slider .carousel-indicators {
    display: none;
  }
}
@media (max-width: 398px) {
  .container_slider .carousel-item img {
    height: 200px;
  }
  .div_adv img {
    height: 120px;
  }
  .img_adv1 {
    margin-top: 1.5rem;
  }
  .img_adv1,
  .img_adv2 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  .container_slider h3 {
    font-size: 16px;
    line-height: 2rem;
  }
  .container_slider .carousel-caption {
    top: 35% !important;
  }
  .container_slider .carousel-indicators {
    display: none;
  }
}
/* main site index */
/********************************quick-access*****************************/
.quick-access .service-card {
  padding: 10px;
  border: 1px solid #0057b842;
  border-radius: 20px;
}
.quick-access .service-card .service-card-img img {
  padding: 5px;
  border-radius: 10px;
  height: 70px;
  background-color: #0057b80d;
  width: 100%;
  object-fit: contain;
}
.quick-access .service-card a {
  margin-top: 10px;
  color: #000;
  font-weight: 600;
  text-align: center;
}
.quick-access .service-card a:hover {
    color: #0057B8;
    transition: all .4s;
}
/***********************order*********************************/
#submit-orders .order-card-img img {
  display: block;
  object-fit: cover;
  border-radius: 10px;
  margin-left: 10px;
}
#submit-orders .order-card-text h5 {
  font-weight: 600;
  margin-bottom: 5px;
}
#submit-orders .order-card-text p {
  font-size: 14px;
  color: #555;
}
/*********************************************** features *******************************************/
.col-services {
  margin-bottom: 0;
}
.card_services {
  cursor: pointer !important;
  border: 0 !important;
  display: table;
  width: 100%;
}
.card_services:hover .title_services {
  transition: 0.3s;
}
.card_services img {
  width: 100%;
  height: 170px;
  object-fit: contain;
  max-width: 100%;
  margin: 10px auto;
}
.card_services:hover img {
  --tw-rotate: 30deg;
  opacity: 0.7;
}
.card_services:hover {
  transition: 0.3s;
}
.card_service_body {
  margin: 0.5rem;
  padding: 0.5rem;
  background-color: #1a1a1a;
  border-radius: 1px;
  bottom: 0;
  position: relative;
  top: 99%;
}
.card_service_body h5 {
  color: #292929 !important;
  font-size: 17px;
}
.div_index_comments img {
  width: 120px;
}

.insta_btn {
  color: #fff;
  font-weight: 500;
  border: 0;
  padding: 10px 35px 8px 35px;
  border-radius: 10px;
  background-color: #0057b8;
  transition: all 0.4s;
}
.insta_btn:hover {
  background-color: #0057b8;
}
@media (max-width: 991px) {
  .title_services {
    font-size: 15px !important;
  }
  .card_service_body {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .nav_main .navbar-nav .dropdown-menu ul {
    border: 1px solid #ede8e8 !important;
  }
  .nav_main .navbar-nav .dropdown-menu ul li a {
    font-size: 13px !important;
  }
}
@media (max-width: 899px) and (min-width: 768px) {
  .card_services {
    height: 145px;
  }
  .card_service_body {
    top: 97px;
  }
}
@media (max-width: 767px) and (min-width: 481px) {
  .card_service_body {
    top: 142px;
  }
}
@media (max-width: 480px) {
  .col-services {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .card_service_body {
    top: 155px;
  }
  .logo-img img {
    width: 70px;
  }
}
@media (max-width: 500px) {
  .title_services {
    font-size: 16px;
  }
  .card_service_body {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .titles_style h4,
  .titles_style2 h4,
  .titles_style h2 {
    font-size: 25px !important;
  }
  .mb_parallax_overlay h4 {
    font-size: 28px !important;
  }
}
@media (max-width: 399px) {
  .col_main_div {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .col-services {
    margin-bottom: 1rem !important;
  }
}

.col-services:hover,
.col-services:focus {
  transform: scale(1.01);
  transition: 0.1s;
}
.container_features {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.card_features {
  background-color: #fff;
  border: none;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
  height: 150px;
}
.card_features span {
  font-size: 3rem;
  margin-bottom: 5rem;
  height: 150px !important;
}
.card_features h5 {
  color: #585858;
  font-size: 14px;
  margin-top: 1rem;
  cursor: default;
  line-height: 1.5rem;
  font-weight: bold;
}
.card_features:hover {
  transition: 0.5s;
  background-color: #1a1a1a;
}
.card_features:hover .icon_feature {
  font-size: 3.5rem;
  transition: 0.5s;
  color: #fff;
}
.card_features:hover .title_feature {
  font-size: 16px;
  transition: 0.5s;
  color: #fff;
}
.col-features {
  margin-bottom: 2rem;
}
@media (max-width: 799px) and (min-width: 768px) {
  .card_features {
    height: 170px;
  }
}

@media (max-width: 399px) {
  .card_features {
    height: 180px;
  }
}

/***********************************************  list services *******************************************/

/*  titles */
.titles_style {
  cursor: default;
}
.titles_style h4 {
  font-size: 30px;
  font-weight: 500;
  color: #020202bf;
}
.titles_style h2 {
  color: var(--color-primary);
  font-weight: 700;
}
@media (max-width: 500px) {
  .titles_style h4,
  .titles_style2 h4,
  .titles_style h2 {
    font-size: 22px !important;
  }
}
.hr_style {
  border: 1px solid #1a1a1a;
  box-shadow: 0 1px 3px 1px rgba(197, 150, 68, 0.6);
}
.services_content {
  font-size: 18px;
  color: #282828;
  font-weight: 400;
  text-align: center;
  line-height: 2rem;
  margin-bottom: 3rem;
}

.hm-black-strong-icon {
  position: relative;
  border-radius: 5px;
  width: 90px;
  height: 90px;
  margin-bottom: 1rem;
}

.hm-black-strong-icon img {
  width: 90px;
  height: 90px;
  border-radius: 5px;
  vertical-align: top;
  object-fit: cover;
}
.hm-black-strong-icon:after {
  border-radius: 5px;
  content: "\A";
  position: absolute;
  width: 90px;
  height: 90px;
  top: 0;
  left: 0;
  background: rgba(197, 150, 68, 0.3);
  opacity: 0;
  transition: all 1s;
  -webkit-transition: all 1s;
}
.card_services:hover .hm-black-strong-icon:after,
.card-blog:hover .hm-black-strong-icon:after,
.hm-black-strong-icon:hover:after {
  opacity: 1;
  transition: 0.7s ease-in-out;
}
.title_services {
  cursor: pointer !important;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 5px !important;
  background-color: #0057b8;
  border-radius: 10px;
  transition: all 0.4s;
}
.text_services {
  cursor: default !important;
  font-weight: 400;
}
.card_services:hover .title_services {
  color: #ffffff;
  background-color: #0057b8;
}
.card_services:hover .text_services {
  color: #4a4a4a;
}
@media (max-width: 992px) {
  .services_content {
    margin-bottom: 3rem;
    color: #ffffd2;
  }
}
#features .slick-initialized .slick-slide {
  height: auto !important;
  margin-left: 5px;
  margin-right: 5px;
}

/***********************************************  about us index *******************************************/
.container_about {
  padding-top: 4rem;
  padding-bottom: 4rem;
  /* background-image: url("../images/back.png"); */
  background-position: left;
  background-repeat: no-repeat;
  width: 100%;
}
.container_about img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
  filter: brightness(0.5);
}
.img-container .title_about {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  bottom: 70px;
}
@media screen and (min-width: 1750px) {
}
@media screen and (max-width: 1600px) {
  .img-container .title_about h2 a {
    font-size: 28px;
  }
}
@media screen and (max-width: 1400px) {
  .img-container .title_about h2 a {
    font-size: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .img-container .title_about h2 a {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .img-container .title_about h2 a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .img-container .title_about h2 a {
    font-size: 24px;
  }
}
@media screen and (max-width: 450px) {
  .img-container .title_about h2 a {
    font-size: 20px;
  }
}
@media screen and (max-width: 380px) {
  .img-container .title_about h2 a {
    font-size: 16px;
  }
}
.img-container .title_about h2 a {
  color: white;
}
.card-about {
  background-color: transparent !important;
  border: none;
}
.card-about-header {
  border: none;
}
.div_about_text {
}
.title_about h4 {
  text-align: right;
  font-size: 28px;
  font-weight: 500;
}
.title_about span {
  font-size: 18px;
  color: #0c0c0c;
  font-weight: 500;
}
.container_about .content_about {
  font-weight: 400;
  padding: 0;
}
.container_about .content_about p {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.2em;
  text-align: justify;
}
.card-about {
  border-radius: 7px;
}
.btn-product {
  float: left;
  margin-top: 15px;
  background-color: #0057b8;
  color: #fff;
  border-radius: 7px;
  font-size: 16px;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
  padding: 5px;
  font-weight: 500;
  width: 100%;
}
.btn-product:hover {
  background-color: #fff;
  color: #333;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
}
.btn-product i {
  vertical-align: middle;
}
.btn-about {
  float: left;
  color: #ffffff;
  border-radius: 7px;
  font-size: 22px;
}
.btn-about:hover {
  color: #ededed;
}
/* card img hover */
.hm-black-strong {
  position: relative;
}

.hm-black-strong img {
  width: 100%;
  vertical-align: top;
}
.hm-black-strong:after {
  border-radius: 5px;
  content: "\A";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(43, 43, 43, 0.3);
  opacity: 0;
  transition: all 1s;
  -webkit-transition: all 1s;
}
.card-about:hover .hm-black-strong:after,
.card-blog:hover .hm-black-strong:after,
.hm-black-strong:hover:after {
  opacity: 1;
  transition: 0.7s ease-in-out;
}
@media (max-width: 1199px) and (min-width: 1070px) {
  .container_about img {
    height: 300px;
  }
  .paralsec1 {
    margin-top: -2.4% !important;
  }
}
@media (max-width: 1069px) and (min-width: 993px) {
  .container_about img {
    height: 280px;
  }
  .paralsec1 {
    margin-top: -2.4% !important;
  }
}
@media (max-width: 992px) and (min-width: 992px) {
  .container_about img {
    height: 550px;
  }
  .paralsec1 {
    margin-top: -2.4% !important;
  }
}
@media (max-width: 991px) and (min-width: 945px) {
  .container_about img {
    height: 300px;
  }
  .paralsec1 {
    margin-top: -2.5% !important;
  }
  .container_about .content_about {
    padding: 0;
  }
}
@media (max-width: 944px) and (min-width: 768px) {
  .container_about img {
    height: 250px;
  }
  .paralsec1 {
    margin-top: -3.1% !important;
  }
  .container_about .content_about {
    padding: 0;
  }
}
@media (max-width: 767px) and (min-width: 700px) {
  .div_about_text {
    margin-top: -3.2% !important;
  }
}
@media (max-width: 699px) and (min-width: 657px) {
  .div_about_text {
    margin-top: -3.5% !important;
  }
}
@media (max-width: 656px) and (min-width: 600px) {
  .div_about_text {
    margin-top: -4.4% !important;
  }
}
@media (max-width: 599px) and (min-width: 550px) {
  .div_about_text {
    margin-top: -4.9% !important;
  }
}
@media (max-width: 549px) and (min-width: 500px) {
  .div_about_text {
    margin-top: -5.3% !important;
  }
}
@media (max-width: 499px) and (min-width: 450px) {
  .div_about_text {
    margin-top: -5.9% !important;
  }
}
@media (max-width: 449px) and (min-width: 380px) {
  .div_about_text {
    margin-top: -6.5% !important;
  }
}
@media (max-width: 379px) and (min-width: 361px) {
  .div_about_text {
    margin-top: -7.6% !important;
  }
}
@media (max-width: 360px) and (min-width: 321px) {
  .div_about_text {
    margin-top: -8% !important;
  }
}
@media (max-width: 320px) {
  .div_about_text {
    margin-top: -8.9% !important;
  }
}
@media (max-width: 767px) {
  .container_about img {
    height: auto;
    max-height: 500px;
  }
}
@media (max-width: 656px) {
  .container_about .content_about {
    padding: 0;
  }
  .container_about {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-position: bottom;
    width: 100%;
    background-size: contain;
  }
}
@media (min-width: 1880px) {
  .card-about-header {
    padding: 0.6rem;
  }
}
@media (max-width: 1879px) and (min-width: 1828px) {
  .card-about-header {
    padding: 0.55rem;
  }
}
@media (max-width: 1827px) and (min-width: 1800px) {
  .card-about-header {
    padding: 0.54rem;
  }
}
@media (max-width: 1799px) and (min-width: 1765px) {
  .card-about-header {
    padding: 0.53rem;
  }
}
@media (max-width: 1764px) and (min-width: 1725px) {
  .card-about-header {
    padding: 0.5rem;
  }
}
@media (max-width: 1724px) and (min-width: 1680px) {
  .card-about-header {
    padding: 0.46rem;
  }
}
@media (max-width: 1679px) and (min-width: 1600px) {
  .card-about-header {
    padding: 0.42rem;
  }
}
@media (max-width: 1599px) and (min-width: 1500px) {
  .card-about-header {
    padding: 0.35rem;
  }
}
@media (max-width: 1499px) and (min-width: 1430px) {
  .card-about-header {
    padding: 0.3rem;
  }
}
@media (max-width: 1429px) and (min-width: 1390px) {
  .card-about-header {
    padding: 0.27rem;
  }
}
@media (max-width: 1389px) and (min-width: 1350px) {
  .card-about-header {
    padding: 0.24rem;
  }
}
@media (max-width: 1349px) and (min-width: 1285px) {
  .card-about-header {
    padding: 0.2rem;
  }
}
@media (max-width: 1284px) and (min-width: 1220px) {
  .card-about-header {
    padding: 0.15rem;
  }
}
@media (max-width: 1219px) and (min-width: 1050px) {
  .card-about-header {
    padding: 0.05rem;
  }
}
@media (max-width: 899px) and (min-width: 830px) {
  .div_about_text {
    margin-top: -3.3% !important;
  }
}
@media (max-width: 829px) and (min-width: 800px) {
  .div_about_text {
    margin-top: -3.4% !important;
  }
}
@media (max-width: 799px) and (min-width: 768px) {
  .div_about_text {
    margin-top: -3.5% !important;
  }
}

/***********************************************  services index *******************************************/

/*  parallax */
.mb_parallax_overlay {
  padding: 2.5rem 0 3rem 0;
  z-index: 1;
  position: relative;
}

.mb_parallax_overlay h2 {
  /* color: #ffffff;
  line-height: 4rem;
  text-shadow: 2px 2px #343434;
  text-align: center;
  font-size: 26px;
  font-weight: 500; */
}

.paralsec1 {
  margin-top: -2%;
  cursor: default;
  background-attachment: fixed;
  background-size: cover;
  background-position: 100%;
  position: relative;
  cursor: pointer;
}
.paralsec2 {
  background-image: url("../images/cover.jpg");
  cursor: default;
  background-attachment: fixed;
  background-size: cover;
  background-position: 100%;
  position: relative;
  margin-bottom: 0;
}
.paralsec1:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.paralsec2:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.col-service,
.row-services {
  margin: 0 !important;
}
@media (min-width: 768px) {
  .div_services .col-service:nth-child(2n) .div_text_service {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    border-left: 2px solid #0057b8;
  }
  .div_services .col-service:nth-child(2n) .services_title,
  .div_services .col-service:nth-child(2n) .services_text,
  .div_services .col-service:nth-child(2n + 1) .div_icon_service {
    text-align: left;
    padding-left: 2rem;
  }
  .div_services .col-service:nth-child(2n) .div_icon_service,
  .div_services .col-service:nth-child(2n + 1) .services_title,
  .div_services .col-service:nth-child(2n + 1) .services_text {
    text-align: right;
    padding-right: 2rem;
  }
  .div_services .col-service:nth-child(2n + 1) .div_icon_service {
    border-left: 2px solid #0057b8;
  }
}
@media (max-width: 656px) {
  .paralsec2 {
    margin-bottom: 0;
  }
}
.div_icon_service i {
  color: #7cacb0;
  font-size: 75px;
}
.div_text_service h5 {
  color: #7cacb0;
  font-size: 25px;
}
.div_text_service p {
  color: #ffdbd6;
  padding-bottom: 3rem;
  font-size: 19px;
}
.col-service:hover .services_icon,
.col-service:hover .services_title {
  color: #0057b8;
}

/*********************************************** stations in index *******************************************/
/*  titles */
.titles_style {
  cursor: default;
}
.titles_style h1 {
  margin: 0;
}
.titles_style h4,
.titles_style h1 {
  font-size: 26px;
  font-weight: 500;
  color: #2a2a2a;
}
.titles_style2 {
  cursor: default;
}
.titles_style2 h4 {
  font-size: 35px;
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 500px) {
  .titles_style h4,
  .titles_style2 h4,
  .titles_style h2 {
    font-size: 25px !important;
  }
  .mb_parallax_overlay h4 {
    font-size: 28px !important;
  }
}
.container_stations {
  margin-bottom: 3.5rem;
}
.container-text-cats {
  padding-top: 2.5rem;
  padding-bottom: 2rem;
}
.col-stations {
  margin-bottom: 2rem;
}
.card-stations {
  border: 0;
}
.card-stations {
  margin-bottom: 2rem;
  text-align: center;
}
.card-stations h3 {
  margin-top: 1rem;
  font-size: 19px;
  color: #333232;
  font-weight: 600;
  margin-bottom: 1rem;
}
.img-station {
  border: 0;
  border-radius: 2px;
}
.card-stations img {
  height: 200px;
}

.img-station,
.img-station2,
.img-pages {
  position: relative;
  width: 100%;
}

.img-station img {
  object-fit: cover;
  filter: brightness(80%);
  display: block;
  width: 100%;
  transition: 0.5s ease;
  backface-visibility: hidden;
  border-radius: 7px;
}

.img-station2 img,
.img-pages img {
  filter: brightness(40%);
  display: block;
  width: 100%;
  transition: 0.5s ease;
  backface-visibility: hidden;
  opacity: 1;
}

/* .img-station:hover .img-station img  , .card-stations:hover .img-station img {
    opacity: 1;
    filter: brightness(40%);
    transition: .5s ease;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
} */
/* .img-station .middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.img-station:hover .middle  , .card-stations:hover .middle {
    opacity: 1;
} */
/* .img-station .middle i{
    font-size: 40px;
    color: #fff;
} */
/* .img-station .middle p{
    font-size: 19px;
    color: #0057B8;
    font-weight: 500;
} */
@media (max-width: 1300px) and (min-width: 1100px) {
  .card-stations img {
    height: 280px;
  }
}
@media (max-width: 1099px) and (min-width: 900px) {
  .card-stations img {
    height: 250px;
  }
}
@media (max-width: 899px) and (min-width: 768px) {
  .card-stations img {
    height: 220px;
  }
}
@media (max-width: 767px) and (min-width: 657px) {
  .card-stations img {
    height: 270px;
  }
}
@media (max-width: 656px) and (min-width: 500px) {
  .card-stations img {
    height: 350px;
  }
}
@media (max-width: 499px) and (min-width: 375px) {
  .card-stations img {
    height: 280px;
  }
}
@media (max-width: 374px) {
  .card-stations img {
    height: 230px;
  }
  .img-station .middle p {
    font-size: 15px;
  }
}
#services {
  margin-top: 150px;
  margin-bottom: 150px;
}

/************************************************box travel****************************************/
:root {
  --color-primary: #0057b8;
  --color-accent: #ff6600;
  --color-bg: #f8f9fb;
  --color-text: #333;
}

.span__title {
  color: var(--color-primary);
  font-weight: 700;
}

.section__title .dotted {
  border-bottom: 2px dashed var(--color-primary);
  height: 1px;
}

/* کارت‌ها */
.step-card {
  background: #fff;
  border-top: 4px solid var(--color-primary);
  transition: all 0.3s ease;
  border-left: 1px solid #0000002f;
  border-right: 1px solid #0000002f;
  border-bottom: 1px solid #0000002f;
  border-radius: 15px !important;
}

.step-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-color: var(--color-accent);
}

.step-title {
  font-size: 1.15rem;
  color: var(--color-primary);
    font-weight: 600;
}

.step-desc {
color: #000000;
    font-size: 0.95rem;
    line-height: 1.7;
    font-weight: 400;
}

.etipax-desc {
    text-align: justify;
    line-height: 2em;
}
.stats-counter {
    font-size: 24px;
    font-weight: 600;
}
.stats-title {
    font-weight: 600;
    font-size: 14px;
    margin-top: 15px;
    color: #989898;
}
/*********************************************** list blog in index *******************************************/
.div-blog {
  margin-top: 1.3rem;
  margin-bottom: 1rem;
}
.col-blog {
  margin-bottom: 2rem;
}
.card-blog {
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
  border: 0 !important;
  margin: 0 !important;
}
.blog-content {
  padding: 0;
  margin: 0;
  border: 0;
}
.col-blog img {
  object-fit: cover;
  border: 0;
  padding: 0;
  margin: 0;
}
.line_title {
  color: #333;
  font-size: 16px;
  text-align: right !important;
  padding: 0;
  display: block;
  line-height: 1.5rem;
  margin-bottom: 0;
  margin-top: 15px;
  margin-right: 5px;
  font-weight: 500;
  width: 50%;
  background-color: #0057b8;
}

.card-blog:hover .line_title {
  width: 90%;
  transition: 0.8s ease-in-out;
}

.title_blog {
  color: #333;
  font-size: 16px;
  text-align: right;
  padding: 1rem 10px 0 10px;
  line-height: 1.5rem;
  margin-bottom: 0px;
  margin-right: 7px;
  font-weight: 500;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.title_blog:hover {
  color: #0057b8;
  transition: all 0.4s;
}
.text_blog {
  text-align: right;
  font-size: 13px;
  font-weight: 500;
  color: #303030;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 100%;
  padding: 0 15px;
}
.btn-blog {
  text-align: center;
  border: 1px solid #0057b8;
  background-color: transparent;
  color: #333;
  border-radius: 30px;
  font-size: 24px;
  padding: 0.5rem 2rem;
}
.btn-more {
  text-align: center;
  border: 2px solid #0057b8;
  background-color: transparent;
  color: #333;
  border-radius: 30px;
  font-size: 22px;
  padding: 0.5rem 2rem;
  transition: 0.5s;
}
.btn-more:hover {
  background-color: #0057b8;
  color: #fff;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
}
.btn-blog:hover {
  color: #ededed;
  background-color: #0057b8;
}
@media (min-width: 1300px) {
  /* .title_blog{
        height: 40px;
    } */
  /* .text_blog{
        height: 80px;
    } */
}
@media (max-width: 1299px) and (min-width: 1050px) {
  /* .title_blog{
        height: 60px;
    }
    .text_blog{
        height: 90px;
    } */
}
@media (max-width: 1049px) and (min-width: 992px) {
  /* .title_blog{
        height: 65px;
    }
    .text_blog{
        height: 110px;
    } */
}
@media (max-width: 991px) and (min-width: 360px) {
  /* .title_blog{
        height: 40px;
    }
    .text_blog{
        height:70px;
    } */
}
@media (max-width: 359px) {
  /* .title_blog{
        height:60px;
    }
    .text_blog{
        height:80px;
    } */
}
@media (min-width: 1700px) {
  .col-blog img {
    height: 250px;
  }
}
@media (max-width: 1699px) and (min-width: 1480px) {
  .col-blog img {
    height: 220px;
  }
}

@media (max-width: 1479px) and (min-width: 1300px) {
  .col-blog img {
    height: 200px;
  }
}
@media (max-width: 1299px) and (min-width: 1199px) {
  .col-blog img {
    height: 175px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .col-blog img {
    height: 150px;
  }
}
@media (max-width: 991px) and (min-width: 750px) {
  .col-blog img {
    height: 270px;
  }
}
@media (max-width: 749px) and (min-width: 657px) {
  .col-blog img {
    height: 210px;
  }
}
@media (max-width: 656px) and (min-width: 505px) {
  .col-blog img {
    height: 280px;
  }
}
@media (max-width: 504px) and (min-width: 380px) {
  .col-blog img {
    height: 220px;
  }
}

@media (max-width: 379px) and (min-width: 330px) {
  .col-blog img {
    height: 180px;
  }
}
@media (max-width: 329px) {
  .col-blog img {
    height: 160px;
  }
}
/*********************************************** footer *******************************************/
.footer {
  width: 100%;
  background-color: whitesmoke;
  cursor: default;
  background-size: cover;
  border-top: 2px solid #0057b8;
}
.logo_footer {
  padding: 1rem 4rem;
}
.logo_footer img {
  width: 130px;
  margin-top: 0.7rem;
}

.run-in {
  font-size: 20px;
  display: inline;
  font-weight: 500;
  color: #413f3f;
  line-height: 2.5rem;
}
.footer_ul_amrc li span,
.footer_ul_amrc li i {
  color: #343232;
  font-size: 14px !important;
  /* font-weight: 400; */
}
.footer_ul_amrc li i {
  font-weight: bold;
}
.logo_footer p {
  color: #413f3f;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.9rem;
}
.footer h5 {
  text-align: right;
  cursor: default;
  color: #ffffff;
  line-height: 2.5rem;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
}
.footer p {
    text-align: right !important;
    /* padding: 0 1rem; */
    margin: 4px 0 9px 0;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 2rem;
}
.footer ul li a {
  font-size: 15px;
  color: #0057b8;
  font-weight: 600;
}
.footer ul li a:hover {
  color: #2c2c2c;
}

.headin5_amrc img {
  width: 100px;
  margin-top: 0.2rem;
  mix-blend-mode: darken;
}
.footer_contact {
  margin-top: 2rem;
  /* padding: 0 3rem; */
}
.footer_contact ul {
  padding-right: 0;
  text-align: right;
}
.footer_contact ul li {
  list-style-type: none;
  text-align: right;
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
  line-height: 2rem;
}
.footer_contact ul li a span:hover {
  color: #000 !important;
}
.footer_ul_amrc {
  margin-bottom: 0 !important;
}

.social-div img {
  border-radius: 4px;
}
.social_header_ul {
  color: #d5d5d5;
  display: inline-flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.social_header_ul li {
  margin-right: 10px;
}
.social_footer_ul {
  color: #d5d5d5;
  display: table;
  margin: 15px auto 0 auto;
  list-style-type: none;
  text-align: center;
  padding: 0;
}
.social_footer_ul i {
  font-size: 27px;
  color: #413f3f;
}
.social_footer_ul i:hover,
.social_header_ul i:hover {
  color: #0057b8;
}
.social_footer_ul li {
  padding-left: 0.6rem;
  padding-top: 2px;
  float: left;
  cursor: pointer;
}
.social_footer_ul li a {
  color: #2346ca;
}
.footer p {
  text-align: justify;
}
@media (min-width: 992px) {
  .footer_contact ul {
    margin-right: 0 !important;
  }
}
@media (max-width: 1245px) and (min-width: 992px) {
  .footer_contact {
    padding: 0.5rem 1rem 0 1rem;
  }
  .logo_footer {
    padding: 0 1rem;
  }
}
@media (max-width: 991px) and (min-width: 657px) {
  .footer_contact {
    padding: 0;
  }

  .logo_footer {
    padding: 0 1rem;
  }
}
@media (max-width: 656px) {
  .footer_contact {
    padding: 0;
    padding-bottom: 5px;
    margin-top: 1rem;
  }

  .logo_footer {
    padding: 0 1rem;
  }
}

@media (max-width: 991px) {
  .footer p {
    margin: 3px 0 3px 0;
    text-align: justify;
  }
  .links-div {
    margin-top: 0.5rem;
  }
  .col-border {
    border-right: 0;
  }
  .logo_footer,
  .headin5_amrc,
  .col-border h5,
  .col-border ul li,
  .footer_contact h5,
  .footer_contact ul,
  .footer h5,
  .footer ul li,
  .social_footer_ul {
    text-align: center !important;
  }
  .footer_contact {
    margin-top: 7rem;
  }
}

.line_footer {
  background-color: #fbfbfb !important;
  margin: 0;
  width: 60%;
  display: none;
}
.pt2 {
  margin-top: 25px;
}

.mb10 {
  padding-bottom: 15px;
}
.col_white_amrc ul {
  padding: 0;
}
.footer_ul_amrc {
  padding: 0;
}
.footer_ul_amrc2 {
  padding: 1rem 0 0 0;
}

.footer_ul_amrc {
  margin-top: 0 !important;
}
.footer_ul_amrc li,
.footer_ul_amrc2 li {
  margin: 0;
  text-align: center;
  list-style-type: none;
  font-size: 16px;
}
.footer_ul_amrc li {
  padding: 5px 0 0.6rem 0;
}
.footer_ul_amrc2 li {
  padding: 0 0 1rem 0;
}
.footer_ul_amrc li a,
.footer_ul_amrc2 li a {
  font-weight: 400;
  color: #8d8d8d;
  margin-top: 1rem;
}
.footer_ul_amrc li a:hover,
.footer_ul_amrc2 li a:hover {
  color: #292929 !important;
  text-decoration: none;
  transition: 0.3s;
}

.footer_ul_amrc2 img {
  border-radius: 3px;
  width: 160px;
}
.footer_ul_amrc2 img:hover {
  opacity: 0.8;
}

/* .links-div {
  padding: 0;
} */
.footer_bottom {
  background-color: #fff !important;
  padding-top: 0.5rem;
  border-top: 1px solid #dedede;
}
.footer_bottom p {
  font-weight: 400 !important;
  color: #535353 !important;
  font-size: 12px;
}
.copy_right p {
  color: #e1e1e1;
  font-size: 12px;
}
.fartak .fartaak {
  color: #878787;
  font-weight: 600 !important;
  font-size: 12px;
}
.fartak .almas {
  color: #878787;
  font-weight: 600 !important;
  font-size: 12px;
}
.fartak .fartaak:hover {
  color: #9900cc;
}
.fartak .almas:hover {
  color: #4a64e6;
}
.fartak p {
  color: #e1e1e1;
}
footer .headin5_amrc {
        text-align: center !important;
    padding: 10px;
    background-color: #0057b81c;
    border-radius: 10px;
}
.social-div img {
    width: 85px;
    padding: 5px;
    border-radius: 10px;
}
.social_footer_ul , .social_footer_ul2 {
    color: #d5d5d5;
    display:table;
    margin:15px auto 0 auto;
    list-style-type:none;
    text-align: center;  padding: 0;
}
.social_footer_ul i , .social_footer_ul2 i{
    font-size: 27px;
    color: #0057B8;
}


.social_footer_ul li , .social_footer_ul2 li {
    padding-left:0.6rem;
    padding-top:0;
    float:left;
    cursor: pointer;
}
@media (max-width: 656px) and (min-width: 387px) {
  .line_footer {
    display: block;
  }
}
@media (max-width: 386px) {
  .line_footer {
    display: block;
  }
}
@media (max-width: 767px) {
  .footer_bottom {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .footer_contact {
    margin-top: 7rem;
  }
}
@media (max-width: 656px) {
  .footer_contact {
    margin-top: 1rem;
  }
}
@media (max-width: 399px) {
  .social_header_ul li {
    margin-right: 0 !important;
    margin-left: 10px;
  }
}
@media (max-width: 656px) and (min-width: 468px) {
  .line_footer {
    margin-right: 5rem;
  }
}
@media (max-width: 467px) and (min-width: 385px) {
  .line_footer {
    margin-right: 4rem;
  }
}
@media (max-width: 384px) {
  .line_footer {
    margin-right: 3rem;
  }
}
@media (max-width: 506px) {
  .social-div {
    margin-top: 0 !important;
  }
}

@media (max-width: 800px) {
  .footer_contact,
  .social_footer_ul,
  .footer_ul_amrc {
    text-align: center !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .social_footer_ul li {
    padding-bottom: 15px;
  }
}

@media (max-width: 1199px) and (min-width: 500px) {
  .footer_ul_amrc2 img {
    width: 140px;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .social-div {
    margin-top: 2rem;
  }
}

@media (max-width: 379px) {
  .headin5_amrc img {
    width: 30%;
  }
}

@media (max-width: 767px) {
  .footer_ul_amrc li a {
    text-align: center !important;
  }
}
@media (max-width: 480px) {
  .footer_ul_amrc2 img {
    width: 100px;
  }
}

#to_top {
    right: auto !important;
    left: 30px;
}

#whatsup_bottom {
    left: auto !important;
    right: 30px;
}

#to_top,
#whatsup_bottom {
    font-size: 0;
    z-index: 999;
    display: none;
    text-align: center;
    color: #ffffff;
    position: fixed;
    right: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
    transform: 0.5s;
    bottom: 30px;
}

#to_top {
    box-shadow: 0 2px 3px 1px rgb(0 0 0 / 10%);
    height: 44px;
    width: 44px;
    background-color: #9ed7ff;
    color: #000;
}

#whatsup_bottom {
    height: 54px;
    width: 54px;
}

#whatsup_bottom img:hover {
    filter: brightness(70%);
}

#to_top:before {
    font-weight: 600;
    font-family: 'Font Awesome 5 Free';
    font-size: 15px;
    position: absolute;
    left: 0;
    right: 2px;
    margin: 0 auto;
    content: "\f077";
    text-align: center;
    padding-top: 10px;

}

#to_top:hover,
#to_top:focus {
    background-color: #fff;
    color:#1a1a1a;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
}

/* ********************************* list  page ******************************** */
/* breadcrump */
.container-bread span a {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
.container-bread span {
  cursor: default;
  color: #dddddd;
  font-size: 15px;
  font-weight: 400;
}
.container-bread span a:hover {
  color: #0057b8;
}
@media (max-width: 449px) {
  .container-bread {
    margin-top: 8rem;
  }
  .container-bread2 {
    margin-top: 1rem;
  }
  .container-bread span a,
  .container-bread span {
    font-size: 14px;
  }
}
@media (min-width: 450px) {
  .container-bread {
    margin-top: 7px;
  }
  .container-bread2 {
    margin-top: 4.5rem;
  }
}
.bread-custom {
  padding: 0.5rem 1rem;
  border-radius: 5px;
  background-color: #ffffff;
  margin-bottom: 1rem;
  direction: rtl !important;
  font-size: 16px;
}
.bread-custom li {
  float: right;
}
.bread-custom li a {
  color: #a8a8a8 !important;
  font-weight: 400;
}
.bread-custom li a:hover {
  color: #818181 !important;
  font-weight: 400;
}
.bread-custom .active {
  cursor: default !important;
  color: #5c5c5c;
  font-weight: 400;
}

.carousel-list img {
  height: 400px;
  object-fit: cover;
}
.caption_contact {
  text-align: right;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
}
.carousel-single img {
  max-height: 800px;
}
.div-list-blog {
  margin-top: 1.65rem;
}

.div-list-blog .col-blog {
  margin-bottom: 2rem !important;
}
.div-list-blog .card-blog {
  border: 1px solid rgba(0, 0, 0, 0.16);
}
.card-border1 p {
  font-size: 17px;
  font-weight: 500;
  color: #252525;
}

@media (max-width: 991px) and (min-width: 600px) {
  .carousel-list img {
    height: 320px;
  }
  .bread_contact {
    margin-top: 3rem !important;
  }
}
@media (max-width: 599px) and (min-width: 400px) {
  .carousel-list img {
    height: 250px;
  }
  .bread_contact {
    margin-top: 2rem !important;
  }
  .div-sidebar {
    padding: 0;
  }
}
@media (max-width: 399px) {
  .carousel-list img {
    height: 200px;
  }
  .bread_contact {
    margin-top: 2rem !important;
  }
  .col-blog {
    padding: 0 !important;
  }
  .carousel-list h2 {
    font-size: 22px;
  }
  .div-sidebar {
    padding: 0;
  }
}

.div-list-doctors .col-doctors {
  margin-bottom: 2rem;
}
@media (max-width: 1199px) and (min-width: 1101px) {
  .div-list-doctors img {
    height: 180px !important;
  }
  .div-list-doctors p {
    height: 80px !important;
  }
}
@media (max-width: 799px) and (min-width: 768px) {
  .div-list-doctors p {
    height: 80px !important;
  }
}
@media (max-width: 330px) {
  .div-list-doctors p {
    height: 80px !important;
  }
}
@media (max-width: 1100px) and (min-width: 992px) {
  .div-list-doctors img {
    height: 160px !important;
  }
}
@media (max-width: 656px) and (min-width: 530px) {
  .div-list-doctors img {
    height: 280px !important;
  }
}
@media (max-width: 480px) and (min-width: 400px) {
  .div-list-doctors img {
    height: 220px !important;
  }
}
@media (max-width: 380px) {
  .div-list-doctors img {
    height: 170px !important;
  }
}
/* sidebar */
@media (min-width: 768px) {
  .div-sidebar {
    margin-top: 3.9rem;
  }
}

@media (max-width: 920px) and (min-width: 768px) {
  .div-list-blog img {
    height: 180px !important;
  }
}

/* search */
.search-blog button {
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 0 !important;
  border-radius: 30px 0 0 30px !important;
  background: #fff;
  padding: 0.5rem;
}
.search-station {
  margin: 1rem 0;
}
.search-station button {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 0 !important;
  border-radius: 30px 0 0 30px !important;
  background: #fff;
  padding: 1rem;
  box-shadow: none !important;
  outline: none !important;
}
.search-blog input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 0 !important;
  border-radius: 0 30px 30px 0 !important;
  padding: 0.5rem;
}
.search-station input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 0 !important;
  border-radius: 0 30px 30px 0 !important;
  padding: 1rem;
}
.search-blog i {
  font-size: 25px;
  color: #0057b8 !important;
  vertical-align: middle;
}
.search-blog button:hover .icon-search {
  color: #383838 !important;
}
.search-blog {
  margin-bottom: 5px;
}
.btn-search i {
  cursor: pointer !important;
}
/* categories */
.cats_blog,
.most_popular {
  margin-bottom: 1.8rem;
  text-align: right;
  background-color: #fff;
  margin-top: 0;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  padding: 10px;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
}
.sidebar_station {
  text-align: right;
  background-color: #fff;
  margin-top: 0.6rem;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  padding: 10px;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
}

.popular_txt {
  padding-right: 3px;
}
.cats_blog i,
.most_popular i {
  vertical-align: bottom;
  padding-left: 5px;
  cursor: default;
  font-size: 18px;
  color: #0057b8 !important;
  font-weight: 500;
}
.sidebar_station i {
  padding-left: 5px;
  cursor: default;
  font-size: 25px;
  color: #0057b8 !important;
  font-weight: 500;
  vertical-align: middle;
}
.sidebar_station .icon-title-search {
  color: #292929 !important;
  font-size: 18px !important;
}
.cats_blog i:hover,
.most_popular i:hover,
.sidebar_station i:hover {
  color: #000 !important;
}
.cats_blog p,
.most_popular p,
.sidebar_station p {
  cursor: default;
  text-align: right;
  font-size: 15px;
  padding: 0.5rem 0.5rem 0 0.5rem;
  color: #3e3e3e;
  font-weight: 500;
}
.popular_txt p {
  padding: 0.5rem 0 0 0 !important;
}

.popular_txt p del {
  font-size: 13px;
  color: #888888;
}
.cats_blog ul,
.most_popular ul {
  padding-right: 0 !important;
}
.cats_blog ul li:last-child,
.most_popular ul li:last-child {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  border-bottom: 0;
}
.cats_blog ul li,
.most_popular ul li {
  padding-bottom: 1rem;
  border-bottom: 1px solid #e4e4e4;
  padding-right: 5px;
  margin-bottom: 1rem;
  color: #6d6d6d !important;
  font-size: 15px;
  list-style-type: none;
  cursor: pointer;
  font-weight: 300;
}
.cats_blog ul li img {
  width: 40px;
  height: 30px;
  padding: 0;
}
.most_popular ul li img {
  width: 60px;
  padding: 0;
  height: 50px;
}

.cats_blog ul li img:hover,
.cats_blog ul li:hover .img_cats,
.most_popular ul li img:hover,
.most_popular ul li:hover .img_cats {
  filter: brightness(80%);
}
.cats_blog ul li a {
  color: #606060 !important;
  font-size: 14px;
  font-weight: 400;
}
.most_popular ul li a {
  color: #585858 !important;
  font-size: 14px;
  font-weight: 500;
}
.cats_blog ul li a:hover,
.cats_blog ul li a:focus,
.cats_blog ul li:hover .link_cats,
.most_popular ul li a:hover,
.most_popular ul li a:focus,
.most_popular ul li:hover .link_cats {
  color: #303030 !important;
  transition: 0.2s;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .cats_blog ul li a {
    font-size: 13px;
  }
  .most_popular ul li a {
    font-size: 13px;
  }
  .cats_blog ul li img {
    width: 30px;
    height: 25px;
  }
}
@media (max-width: 1350px) and (min-width: 1200px) {
  .most_popular ul li a {
    font-size: 13px;
  }
  .most_popular ul li img {
    width: 50px;
    height: 45px;
  }
}
@media (max-width: 1199px) and (min-width: 850px) {
  .popular_txt {
    float: right !important;
  }
  .most_popular ul li img {
    width: 70px;
    height: 30px;
  }
}
@media (max-width: 849px) and (min-width: 768px) {
  .popular_txt {
    float: right !important;
  }
  .most_popular ul li img {
    width: 120px;
    height: 25px;
  }
}
@media (max-width: 767px) and (min-width: 360px) {
  .popular_txt {
    float: right !important;
    padding-right: 1rem;
  }
}
@media (max-width: 460px) and (min-width: 360px) {
  .most_popular ul li img {
    height: 35px;
  }
}
@media (max-width: 359px) {
  .popular_txt {
    float: right !important;
    padding-right: 1rem;
  }
  .most_popular ul li img {
    width: 40px;
    height: 23px;
  }
  .most_popular ul li a {
    font-size: 12px;
  }
}

/*custom pagination */
.custom-pagination {
  text-align: center;
  direction: rtl !important;
  padding-bottom: 1.5rem !important;
}
.pagination {
  display: inline-block;
}
.custom-pagination ul {
  list-style: in;
}
.custom-pagination a,
.custom-pagination span {
  text-decoration: none;
  padding: 0 10px;
  border-radius: 3px;
}
.custom-pagination a {
  color: #6c6c6c;
  background-color: #fff;
  border: 1px solid #c9c9c9;
}
.custom-pagination span {
  border: 1px solid #0057b8;
  color: #ffffff;
  background-color: #0057b8;
}

.custom-pagination a:hover {
  background-color: #0057b8;
  border: 1px solid #0057b8;
  color: #fff;
}

/* ********************************* single ******************************** */
/* image single */
.box8 {
  cursor: pointer;
}
.box8 .icon,
.box8 .title {
  margin: 0 !important;
  position: absolute !important;
}
.box8 {
  position: relative;
}
.box8 img {
  margin-bottom: 0 !important;
  width: 100%;
}
.box8 .title,
.cat_box8 .title {
  background: #0057b8 !important;
  font-size: 14px !important;
  color: #fff !important;
}

.box8 .title:hover,
.cat_box8 .title:hover {
  background: #0057b8 !important;
  color: #fff !important;
  opacity: 1 !important;
}
.box8 .title,
.cat_box8 .title {
  opacity: 0.8;
  padding: 5px 7px;
  border-radius: 5px;
  font-weight: 600;
  top: 20px;
  right: 20px;
  transition: all 0.9s ease 0s;
}

.box8 .icon li a {
  transition: all 0.35s ease 0s;
}

@media only screen and (max-width: 990px) {
  .box8 {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .box8 img {
    height: 150px;
  }
}
@media (max-width: 656px) and (min-width: 450px) {
  .box8 img {
    height: 300px;
  }
}

/* single post */
.post_top,
.post_rel {
  margin-bottom: 2rem;
  margin-top: 2px;
  padding: 1rem 2rem;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
  cursor: default;
}
.post_top2 {
  margin-top: 2px;
  margin-bottom: 1rem;
  padding: 0 !important;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
  cursor: default;
}
.post_top2 h1 {
  font-size: 30px !important;
  line-height: 3rem !important;
}
.post_top2 h2 {
  font-size: 22px !important;
  line-height: 2rem !important;
}
.doctor_info {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .doctor_info {
    text-align: center;
  }
}
.doctor_info .w-btn {
  width: 60%;
}
.title_info,
.title_social {
  color: #000000ed;
  font-weight: bold;
}
.title_social a {
  font-size: 18px;
  padding-right: 2px;
  font-weight: 400;
}

.title_info a {
  color: #515151;
  font-weight: 400;
  line-height: 1.5rem !important;
}
@media (max-width: 656px) {
  .post_top,
  .post_rel {
    padding: 1rem 1rem;
    margin: 1rem 0;
  }
}

.container_gallery img {
  margin-bottom: 0 !important;
}
.container_gallery .slider-nav .slick-slide {
  padding: 5px !important;
}
.rel_title p {
  font-weight: bold;
  color: #2c2c2c;
  font-size: 18px;
}
.card_header_style {
  padding: 0 0 0.5rem 0 !important;
  background: transparent !important;
}

.single-content h1 {
  font-size: 25px !important;
  color: #3f3e3e !important;
  line-height: 3rem !important;
  font-weight: 500;
}
@media (max-width: 500px) {
  .single-content h1 {
    font-size: 22px !important;
  }
  .single-content h2 {
    font-size: 20px !important;
  }
  .single-content h3 {
    font-size: 18px !important;
  }
  .single-content h4 {
    font-size: 17px !important;
  }
  .single-content p {
    font-size: 15px !important;
  }
}
/* single social */
.div-social p,
.div-social {
  color: #262626 !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  margin: 0 !important;
}
.share-social i,
.share-social2 i {
  color: #333;
  font-size: 18px;
  vertical-align: middle;
  display: inline-block;
  padding: 0 !important;
  margin: 0 !important;
}

.share-social a,
.share-social2 a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
  margin-bottom: 5px !important;
  display: inline-block;
}
.share-social a {
  padding: 5px 10px !important;
}
.share-social2 a {
  padding: 0 18px !important;
}
.share-social a:hover,
.share-social2 a:hover {
  box-shadow: 0 2px 3px 1px rgba(81, 81, 81, 0.1);
  background-color: #0057b8;
  color: #0057b8;
  border-color: transparent;
}
.share-social a:hover i,
.share-social2 a:hover i {
  color: #ffffff;
}
/* single content */
.single-content {
  text-align: right;
}
.container-single {
  margin-top: 3rem;
}
.post_top blockquote {
  text-align: right;
}
.single-content img {
  margin-bottom: 2rem;
}
.single-content p,
.single-content {
  line-height: 3rem;
  font-size: 16px;
  color: #444444;
  font-weight: 400;
  text-align: justify;
}

.single-content h2 {
  font-size: 25px;
  font-weight: bold;
  color: #242424;
  padding-top: 0.5rem;
}
.single-content h3 {
  font-size: 22px;
  color: #2a2a2a;
  padding-top: 0.5rem;
}
.single-content h4 {
  font-size: 20px;
  color: #323232;
  padding-top: 0.5rem;
}
.single-content h5 {
  font-size: 18px;
  color: #414141;
  padding-top: 0.5rem;
}
.single-content h6 {
  font-size: 17px;
  color: #414141;
  padding-top: 0.5rem;
}
.single-content a {
  color: #323232;
  font-weight: 500;
}
.single-content a:hover {
  color: #0057b8;
}

.single-content img {
  max-width: 100%;
  height: auto;
  cursor: pointer !important;
  border-radius: 5px;
}
.single-content img:hover {
  opacity: 0.8 !important;
}
.slick-dots li button:before {
  font-size: 30px !important;
}
.img-doctor img {
  max-height: 450px;
}
.img-blog img {
  max-height: 600px;
}
/* single post */
.single-post-info {
  margin-bottom: 0;
  padding-right: 1rem;
  padding-top: 0;
  font-size: 13px;
  font-weight: 400;
}
.single-post-info span,
.single-post-info a {
  color: #9c9c9c;
  padding-bottom: 10px;
}
.single-post-info a:hover {
  color: #0057b8;
}
.single-post-info i {
  color: #6a6a6a;
  cursor: default;
}
.single-post-info span {
  padding-left: 0.9rem;
  cursor: default;
  line-height: 1rem !important;
}
.single_info_icon {
  padding-top: 0;
}
.single_info_icon {
  padding-left: 3px;
}
.card-tags {
  text-align: right !important;
  margin-bottom: 1rem;
}
.card-tags i {
  padding-left: 5px;
  color: #0057b8;
  font-size: 18px;
  vertical-align: middle;
  display: inline-block;
}

.card-tags a {
  color: #858585;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  padding: 0 5px;
  margin-bottom: 5px !important;
  display: inline-block;
}
.card-tags a:hover {
  color: #0057b8;
  border-color: transparent;
}
.card-tags-btn a {
  line-height: 2rem;
  background-color: #d1d1d1;
  color: #575757;
  padding: 0 1rem;
}
.card-tags-btn a:hover {
  background-color: #0057b8;
  color: #fff;
}
.tags_div {
  text-align: center;
}
.price_product {
  font-weight: 500;
  font-size: 17px;
  color: green;
}
.product_info_value {
  float: left;
  text-align: left;
}
.card_product_info {
  width: 100%;
  border-bottom: 1px solid #dedede;
  margin-bottom: 0;
}
.product_info_key {
  text-align: right;
  float: right;
}
.btn-call a {
  outline: none !important;
  box-shadow: none !important;
}
.btn-call {
  background-color: #0057b8;
  margin: 10px 0;
  padding: 10px 1rem 5px 1rem;
  border: 2px solid #0057b8;
  outline: none !important;
}
.btn-call:hover {
  background-color: #fff;
  box-shadow: 0 2px 3px 1px rgb(0 0 0 / 10%);
  color: #0057b8;
}
.btn-call:hover a {
  color: #333;
}
.btn-call a {
  font-size: 17px;
  color: #333;
}
@media (max-width: 991px) {
  .cats_break {
    display: block;
  }
}

.card-body-style3 img {
  height: 200px !important;
}
@media (max-width: 800px) and (min-width: 768px) {
  .card-body-style {
    height: 120px;
  }
}
@media (min-width: 992px) {
  .card-body-style3 {
    height: 162px;
  }
}
@media (max-width: 992px) and (max-width: 657px) {
  .card-body-style3 img {
    height: 300px !important;
  }
}
@media (max-width: 656px) and (min-width: 500px) {
  .card-body-style3 img {
    height: 350px !important;
  }
}
@media (max-width: 499px) and (min-width: 350px) {
  .card-body-style3 img {
    height: 250px !important;
  }
}
@media (max-width: 349px) {
  .card-body-style3 img {
    height: 200px !important;
  }
}
/* post relations*/
.post-rel p {
  font-weight: bold;
  color: #3f3e3e !important;
  margin: 0;
}
.post-rel i {
  padding-left: 2px;
  vertical-align: text-top;
}
.post-rel-list i {
  vertical-align: middle;
  color: #0057b8;
}
.post-rel-list span a {
  color: #686868;
  font-weight: 400;
  font-size: 14px;
}
.post-rel-list span a:hover {
  color: #0057b8;
}
/* comments */
.list-comments {
  margin-top: 0;
}
.comment-body {
  overflow: hidden;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}

.title_comments {
  font-size: 23px;
  font-weight: 500;
  color: #494949;
}
.comment-list {
  margin-top: 2rem !important;
  padding-right: 0 !important;
  margin-bottom: 3rem;
}
.comment-list li {
  list-style-type: none;
}
.comment-list img {
  border-radius: 15px;
  margin-left: 0.5rem;
}
.comment-author {
  cursor: default;
  font-size: 14px;
  color: #636363;
}
.comment-metadata a {
  color: #636363 !important;
  margin-right: 2.6rem;
}
.comment-content {
  color: #636363 !important;
  font-weight: 400;
  margin-right: 2.6rem;
  margin-top: 1.5rem;
  cursor: default;
}
.comment-content p {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.comment-list .reply {
  float: left;
}
.comment-list .reply a {
  color: #0057b8 !important;
}

.comment-list .reply a:before {
  content: "\e912";
  font-family: "icomoon";
  display: inline-block;
  width: 1.5em;
  color: #0057b8 !important;
  font-size: 14px;
  vertical-align: middle;
}

.logged-in-as a {
  color: #828282 !important;
  font-size: 14px;
}
.comment-reply-title {
  color: #828282 !important;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 2rem;
}
.logged-in-as a:hover {
  color: #0057b8 !important;
}
.comment-reply-title:before {
  content: "\e915";
  font-family: "icomoon";
  display: inline-block;
  width: 1.7em;
  color: #0057b8 !important;
  font-size: 18px;
  vertical-align: middle;
}
.comment-form-cookies-consent {
  display: none;
}
.row_input_comment {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  margin-top: 0.6rem;
}

.comment-reply-title a {
  color: #4c4c4c;
  font-size: 16px;
  font-weight: bold;
}
#cancel-comment-reply-link {
  color: #0057b8 !important;
  padding-right: 7px;
}

.screen-reader-text {
  display: none !important;
}
.comment-navigation .nav-links {
  text-align: center;
  font-size: 13px;
}
.comment-navigation .nav-links a {
  color: #adadad !important;
}
.comment-respond {
  margin-top: 3rem;
}

.btn_comment {
  padding: 1rem;
  margin-left: 0.1rem;
  background: #0057b8;
  color: #ffffff;
  border: 2px solid #0057b8;
}
.btn_comment:hover {
  box-shadow: 0 2px 3px 1px rgb(0 0 0 / 10%);
  background: #fff;
  transition: 0.3s;
  color: #0057b8;
}
.ajax-success {
  color: #0ac335;
}
.ajax-error {
  color: red;
}
.comment-author a {
  color: #353535;
  font-weight: 500;
}
.comment-content a {
  color: #353535;
}
.comment-author a:hover {
  color: #353535;
  font-weight: 500;
}
@media (max-width: 767px) {
  .row_input_comment {
    margin-top: 0;
  }
}

/*  **************** contact page **************************/
.contact_content {
  padding-top: 4rem;
}
.contact_content h2 {
  line-height: 2.5rem;
  font-size: 22px;
}
.contact_content p,
.contact_content {
  line-height: 3rem;
  color: #3b3b3b;
  font-weight: 400;
  font-size: 16px;
}
.contact_content {
  margin-bottom: 3rem;
}
.contact_content a {
  color: #282828;
}
.single-content2 a:hover {
  color: #0057b8;
}
.post_info i {
  padding-left: 5px;
  color: #0057b8;
  font-size: 30px;
  vertical-align: middle;
}
.post_info p,
.post_info a {
  color: #7a7a7a !important;
  font-size: 16px;
  font-weight: 500;
}

.post_info a:hover {
  color: #333 !important;
}

.post_info span {
  font-size: 18px;
  font-weight: bold;
}
.div-contact {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.div-contact img {
  object-fit: cover;
}
.hover_contact_item:hover .contact_icon {
  color: #0057b8;
}
.hover_contact_item:hover .contact_info {
  color: #333 !important;
}
@media (max-width: 1350px) {
  .post_info p,
  .post_info a {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .contact-style p {
    padding: 0 !important;
  }
}
@media (max-width: 656px) {
  .contact_content {
    padding: 2rem 1rem !important;
  }
}
@media (max-width: 380px) {
  .container_contact {
    padding: 5px !important;
  }
}

/* form contact */

.form-div input[type="text"]:focus,
.form-div input[type="email"]:focus,
.form-div textarea:focus,
.comment-respond input:focus,
.comment-respond textarea:focus {
  border-color: #0057b8;
}

.form-div input[type="text"],
.form-div input[type="email"] {
  margin-bottom: 1.5rem;
  padding: 1rem;
  font-size: 14px;
  border: 1px solid #d6d6d6;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  text-align: right;
}
.form-search input[type="text"]:focus {
  border-color: rgba(0, 0, 0, 0.1);
}
.btn:focus,
.input-group-btn:focus {
  outline: none !important;
}

.form-div button,
.form-div input[type="submit"] {
  background: #0057b8;
  border: 2px solid #0057b8;
  color: #ffffff;
  border-radius: 10px;
  cursor: pointer;
  width: 150px;
}
.form-div button:hover,
.form-div input[type="submit"]:hover {
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.2);
  background: #fff;
  color: #333;
}

.form-div textarea {
  padding: 1rem;
  font-size: 14px;
  margin-bottom: 2rem;
  border: 1px solid #d6d6d6;
  width: 100%;
  height: 150px;
  border-radius: 10px;
  text-align: right;
}
.form-div button {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.6s ease-in-out;
}
.submit_contact button,
.submit_contact input[type="submit"] {
  padding: 1rem !important;
}

/*errors form */
.error {
  border-color: #c31510 !important;
}

#form_contact label {
  width: 100%;
}
.form_contact h4 {
  font-size: 17px !important;
  font-weight: bold;
  line-height: 2rem;
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  border-color: #c31510 !important;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

/*  **************** 404 page **************************/
/* 404 page */
@media (min-width: 767px) {
  .container_404 {
    margin-bottom: 20rem;
    margin-top: 10rem;
  }
}
@media (max-width: 767px) {
  .container_404 {
    margin-bottom: 6rem;
    margin-top: 5rem;
  }
  .container_contact .card-body {
    padding: 0 !important;
  }
}
.btn-404:hover {
  background-color: #0057b8;
  border-color: transparent !important;
}
.link-404 {
  color: #0057b8;
}
.link-404 {
  color: #0057b8;
}
.link-404:hover {
  color: #000000;
}
.error-template {
  margin-top: 2rem;
  text-align: center !important;
}
/* gallery style for ios */
.wp-block-gallery {
  margin-top: 2rem !important;
}
.social_contact_ul {
  margin-left: auto !important;
  margin-right: 1.5rem !important;
}
.social_contact_ul i {
  font-size: 2.5rem;
  color: #0057b8;
}

iframe {
  width: 100%;
}
@media (max-width: 991px) {
  iframe {
    height: auto !important;
    margin-bottom: 1rem !important;
  }
}
.mb_parallax_overlay3 {
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}

.mb_parallax_overlay3 h4 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 400;
  line-height: 4rem;
  text-shadow: 2px 2px #343434;
  text-align: center;
}
#index_banner {
  margin: 120px 0;
}
.paralsec3 {
  background: linear-gradient(rgba(255, 255, 255, 1), rgba(176, 176, 176, 0.5)),
    url(../images/slider/login.jpg);
  cursor: default;
  height: 50vh;
  /* background-attachment: fixed; */
  background-size: cover;
  background-position: 100%;
  position: relative;
}
.paralsec3 .animated2 {
  color: #fff !important;
  position: relative;
  z-index: 100;
}
.insta_btn {
  color: #fff;
  font-weight: 500;
  border: 0;
  padding: 10px 35px 8px 35px;
  border-radius: 10px;
  background-color: #0057b8;
  border: 1px solid #0057b8;
  transition: all 0.4s;
  position: relative;
  z-index: 100;
}
.insta_btn:hover {
  background-color: white;
  color: #0057b8;
}
.paralsec3:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#index_banner .div_index_comments {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#index_banner .div_index_comments .div-banner-text h4 {
  color: #ffffff;
  position: relative;
  z-index: 100;
  margin-bottom: 30px;
}
/*************faq***********************/
#faq .paralsec3 {
  /* margin-bottom: 4rem; */
  /* margin-top: 2rem; */
  /* background-image: url(../images/wall.jpg);
  cursor: default;
  background-attachment: unset;
  background-size: cover;
  background-position: center center;
  position: relative; */
  height: 100%;
  text-align: right;
  /* background-repeat: no-repeat; */
  width: 100%;
  padding: 5rem 0;
}
#faq .paralsec3 .mb_parallax_overlay {
  height: 100%;
  padding-top: 0 !important;
  z-index: 1;
  position: relative;
  width: 100%;
}
#faq .paralsec3 .mb_parallax_overlay h3 {
  color: #ffffff !important;
}
#accordion .card-header {
  border: none;
  border-radius: 6px;
  color: #fff;
}
#accordion .card {
  border: 0;
  margin-bottom: 5px;
  background-color: transparent;
}
#accordion .card-header h5 button {
  color: #000000;
  font-weight: 500;
  text-decoration: none;
  white-space: inherit !important;
  padding-left: 5px;
  margin-left: 1rem;
  font-size: 17px;
}
#accordion .card-header {
  text-align: right;
  background-color: rgba(180, 228, 255, 0.18);
  padding-bottom: 9px;
}
#accordion .card-body {
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 2.2em;
}

#accordion .card-header h5 button::before {
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0 auto;
  content: "\f077";
  text-align: center;
  padding: 20px 23px;
  background: #0057b8;
  color: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 576px) {
  #accordion .card-header h5 button::before {
    padding: 15px 15px;
  }
}
#accordion .card-header:before
    /* card img hover */
.hm-black-strong {
  position: relative;
}

.cat-section {
  padding-top: 4rem;
}
#blog {
  margin-top: 100px;
}

/******************index rahgiri***********************/
.tracking-sec {
    background: #f9f9f9;
    border-radius: 15px;
    padding: 40px 20px;
}
.tracking-sec .dotted {
    border-bottom: 2px dotted #ccc;
}
.tracking-form input.form-control {
    min-width: 200px;
}
.tracking-form button {
    min-width: 120px;
}
@media (max-width: 768px) {
    .tracking-form {
        flex-direction: column;
    }
}

/*******************************register*************************/
.register .register-form {
    box-shadow: 0 1px 4px 1px #00336636;
    padding: 30px;
    border-radius: 10px;
}
/* .register .register-form input {
    border: none !important;
    border-radius: 5px !important;
} */
.register .register-form input::placeholder {
    font-size: 14px !important;
}
.register .register-form .main-btn {
    color: white;
    width: 100%;
    background-color: #0057b8;
}
.register .register-form .main-btn:hover {
   transition: all .4s;
    background-color: #0056b898;
}
.register .register-form label {
    font-size: 16px;
    font-weight: 600;
    color: #003366;
}
.register .register-form label span {
    color: red !important;
}
.form-login{
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
    margin: 5rem 0;

}
.form-login h4{
    font-size: 22px;
    font-weight: bold;
    color: #000000;
    text-shadow: none !important;
}
.form-login i{
    font-size: 30px;
    color: #1a1a1a !important;
    vertical-align: middle;
}

.form-login input[type=text] , .form-login input[type=password]{
    border-radius: 5px !important;
    display: block !important;
    width: 100% !important;
    padding: 0.5rem !important;
    font-size: 1rem !important;
    line-height: 1.25 !important;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box  !important;
    border: 1px solid rgba(0,0,0,.15)  !important;
    text-align: left !important;


}
.form-login input[type=text]:focus , .form-login input[type=password]:focus{
    border: 1px solid #1a1a1a  !important;;
}

.form-login input:focus{
    border-color: #1a1a1a;
}
.form-login input[type=submit]{
    width: 30% !important;
    background-color: #1a1a1a !important;
    border: 1px solid transparent !important;
    color: #FFFFFF !important;
    border-radius: 2px !important;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    transition: all .15s ease-in-out;
    cursor:pointer;
}


.form-login input[type=submit]:hover,
.form-login input[type=submit]:focus
{
    box-shadow: 0 4px 4px 0 rgba(56, 56, 56, 0.4), 0 6px 20px 0 rgba(86, 86, 86, 0.1);
}
.form-login label{
    color: #656565;
    font-weight: 400;
}
.error_msg{
    color: red !important;
    font-size: 13px;
    font-weight: 400;
}
div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
    font-size: 14px;
}
.title_span{
    font-size: 16px !important;
    padding-left: 5px;
    color: #1a1a1a;
}
/*  login text  */
.text-login p{
    font-size: 19px;
    color: black;
    font-weight: bold;
    line-height: 2rem;
}
.logout-link , .login-link {
    font-size: 15px;
}