/*
***************************
    Theme Name: Transko
    1.header_top
    2.main menu area
    3.mobile_logo_area
    4.slider_area
    5.feature_area
    6.tn_about_area
    7.tn_service_area
    8.tn_solution_area
    9.tn_counter
    10.counter area
    12.tn_contact
    13.team_area
    14.testimonial_area
    15.img_port_area
    16.tn_milesim
    17.blog_area
    18.tn_milesim
    19.footer_area
    
***********************
*/

/* ======= site font family ==========*/
@import url("css2.css");

:root {
  --blackc: #000000;
  --whitec: #fff;
   --bgcolor: #11438f;
  /*--bgcolor: #2b34da;*/
  --brcolor: #0e76bc;
  --paracolor: #555;
  --titlecolor: #090909;
}
html,
body {
  overflow-x: hidden;
}
/* defult css */
body {
  font-size: 16px;
  font-weight: 400;
  font-family: "Barlow Semi Condensed", sans-serif;
  color: var(--titlecolor);
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-style: normal;
  line-height: 1.2;
  font-weight: 700;
  font-size: 22px;
  margin: 0;
  color: var(--titlecolor);
}
h1,
h1 a {
  font-size: 30px;
}
h2,
h2 a {
  font-size: 22px;
}
h3,
h3 a {
  font-size: 24px;
}
h4,
h4 a {
  font-size: 18px;
  color: var(--bgcolor);
  margin-bottom: 10px;
}
h5,
h6,
h6 a {
  font-size: 15px;
}

.btn-primary:focus,
select:focus,
textarea:focus,
input:focus {
  box-shadow: none !important;
  border: none;
}
textarea,
input {
  outline: none;
}
.btn:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
input:focus,
button:focus {
  border-color: transparent;
  outline-color: transparent;
}
textarea:focus {
  border-color: transparent;
  outline-color: transparent;
}
::-moz-placeholder {
  font-size: 16px;
}
::-webkit-input-placeholder {
  font-size: 16px;
}
:-ms-input-placeholder {
  font-size: 16px;
}
::placeholder {
  font-size: 16px;
}
a {
  transition: 0.5s;
  text-decoration: none;
  color: var(--linkcolor);
}
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
  transition:
    background-color 50000s ease-in-out 0s,
    color 5000s ease-in-out 0s;
}
p.form-messege {
  margin-top: 8px;
}
P {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--paracolor);
  text-align:left;
}
a {
  text-decoration: none;
  color: var(--paracolor);
  transition: 0.5s;
}
a:hover {
  color: var(--brcolor);
}
.witr_all_pd0 {
  padding: 0;
}
/* highlight color css */
h2 span.highlight {
  color: var(--bgcolor);
}

/*======== header top start ==========*/
.header_top {
  padding: 12px 270px;
  background: #505050;
}
.top_menu_left {
  margin-left: 15px;
  color: var(--bgcolor);
}
.top_menu_left span {
  color: var(--whitec);
  margin-right: 10px;
  font-size: 15px;
  font-weight: 500;
}
.top_menu_left span i {
  margin-right: 6px;
}
/*--ICON--*/
.top_menu_left a i {
  margin-right: 6px;
  color: var(--whitec);
  font-size: 15px;
}
.top_menu_left a span {
  color: var(--whitec);
  font-size: 15px;
}

.top_menu_left_icon {
  display: inline-block;
  margin-left: 15px;
}
.top_menu_left_icon > a > i {
  margin-right: 0px;
}
.top_menu_left_icon a i {
  transition: 0.5s;
  font-size: 15px;
  font-weight: 600;
  color: var(--whitec);
}
.top_menu_left_icon a i:hover {
  color: var(--titlecolor);
}

/*--top_menu_right--*/
.top_menu_right {
  display: flex;
  color: var(--whitec);
  justify-content: end;
  margin-right: 15px;
}
.top_menu_right a {
  color: var(--whitec);
  margin-left: 15px;
  transition: 0.5s;
}
.top_menu_right a i {
  font-size: 15px;
}
.top_menu_right :hover {
  color: var(--titlecolor);
}
.absolute_menu .sticky .header_top {
  display: none;
}
/*======== header top end ==========*/

/*======== main menu area start ==========*/
.main_menu_area.breadcam_menu {
  background-color: var(--whitec);
}
/* mobile menu */
.mobile_menu {
  display: none;
}
.mobile_logo_area {
  display: none;
}
.main_menu_area.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  background: rgb(0 0 0 / 70%);
}
.main_menu_area .sticky_logo {
  display: none;
}
.main_menu_area.sticky .main_logo {
  display: none;
}
.main_menu_area.sticky .sticky_logo {
  display: block;
}
.main_menu_area.sticky .inner_main_nav_area > ul > li > a,
.main_menu_area.sticky .inner_main_nav_area > ul > li > span {
  color: var(--whitec);
  transition: 0.5s;
}
.main_menu_area.sticky .inner_main_nav_area > ul > li > a.active,
.main_menu_area.sticky .inner_main_nav_area > ul > li > span.active{
  color: #FE8B5E;
}
.main_menu_area.sticky .inner_main_nav_area > ul > li > a:hover,
.main_menu_area.sticky .inner_main_nav_area > ul > li > span:hover {
  color: #FE5918;
}
.main_menu_area.sticky .inner_main_nav_area > ul > li > a i,
.main_menu_area.sticky .inner_main_nav_area > ul > li > span i {
  color: var(--whitec);
}
.main_menu_area.sticky .main_nav_btn a {
  color: var(--whitec);
}
.main_menu_area.sticky .main_nav_icons a i {
  color: var(--whitec);
}
/* main nav area css */
.main_nav_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* absolute menu css */
.absolute_menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: none;
}
.absolute_menu .main_nav_area {
  justify-content: flex-end;
}
/* landing menu css */
.landing_menu .main_nav_area {
  justify-content: end;
}
.main_menu_all_item {
  align-items: center;
  background-position: right center;
  /* background: url(../image/tn_menu_bg.png); */
  background-color: var(--bgcolor);
  background-size: cover;
  padding: 0 45px;
}
/* inner main nav area css */
.inner_main_nav_area ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.inner_main_nav_area > ul > li {
  display: inline-block;
  position: relative;
}
.inner_main_nav_area > ul > li > a,
.inner_main_nav_area > ul > li > span {
  display: block;
  margin: 35px 20px 35px;
  transition: 0.2s;
  position: relative;
  font-size: 17px;
  font-weight: 600;
  color: var(--whitec);
  text-transform: uppercase;
  cursor: pointer;
}

.inner_main_nav_area > ul > li > a.active,
.inner_main_nav_area > ul > li > span.active {
  color:  #FE8B5E;
}

.inner_main_nav_area > ul > li > a > i,
.inner_main_nav_area > ul > li > span > i {
  font-weight: 700;
  color: var(--whitec);
}
.inner_main_nav_area > ul > li > a:hover,
.inner_main_nav_area > ul > li > span:hover {
  color: #FE8B5E;
}
/* main nav btn css */
.main_nav_btn a {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 30px;
  border: 1px solid #dddddd;
  background: none;
  color: var(--paracolor);
}
.main_nav_btn a:hover {
  background-color: var(--bgcolor);
  color: var(--whitec);
}
.absolute_menu .inner_main_nav_area > ul > li > a,
.absolute_menu .inner_main_nav_area > ul > li > span {
  color: var(--whitec);
}
.absolute_menu .inner_main_nav_area > ul > li > a:hover,
.absolute_menu .inner_main_nav_area > ul > li > span:hover {
  color: var(--bgcolor);
}
/* main nav icons together */
.glowbal_right_area {
  display: flex;
  align-items: center;
}
.main_nav_icons_together {
  display: flex;
  align-items: center;
}
/* main nav icons */

.main_nav_icons > i {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  color: var(--blackc);
  cursor: pointer;
  transition: 0.5s;
  color: var(--titlecolor);
  margin-left: 25px;
  cursor: pointer;
  font-size: 16px;
  background: var(--whitec);
}
.main_nav_icons > i:hover {
  color: var(--whitec);
  background-color: var(--titlecolor);
}
/* nav icon popup css */
.nav_icon_popup {
  position: fixed;
  top: 0;
  left: -110%;
  background: rgb(254 89 24 / 40%);
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 1s;
}
.nav_icon_popup.icon_popup {
  opacity: 1;
  visibility: visible;
  left: 0;
}

/* main nav icon right */
.main_nav_icon_right {
  margin-left: 22px;
}
.main_nav_icon_right > i {
  display: inline-block;
  font-size: 23px;
  border-radius: 10px;
  color: var(--whitec);
  cursor: pointer;
}

/* main nav icon right popup */
.main_nav_icon_right_popup {
  position: fixed;
  top: 0;
  right: -110%;
  width: 400px;
  height: 100%;
  background: #fff;
  z-index: 999;
  padding: 100px 20px 30px;
  overflow: scroll;
  opacity: 0;
  visibility: hidden;
  transition: 1s;
}
.main_nav_icon_right_popup.site_popup {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.main_nav_icon_right_popup h2 {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 5px;
}
/* main nav right popup close */
.m_nav_rpi_close {
  text-align: end;
  margin: -57px 0 20px;
}
.m_nav_rpi_close > i {
  display: inline-block;
  color: var(--blackc);
  font-size: 40px;
  font-weight: 400;
  cursor: pointer;
}
.m_nav_right_pp_form {
  position: relative;
}
.m_nav_right_pp_form input {
  height: 54px;
  width: 100%;
  border: 1px solid #efefef;
  outline: none;
  padding: 0 20px;
}
.m_nav_right_pp_form button {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  padding: 13px 20px;
  outline: none;
  border: none;
  background: #ddd;
  color: var(--blackc);
}
/* right popup nav */
.right_popup_nav {
  padding: 65px 0 0 0;
}
.right_popup_nav ul {
  list-style: none;
  padding-left: 0;
}
.right_popup_nav ul li {
  padding: 12px 0;
  border-bottom: 1px solid #dddddd;
}
.right_popup_nav ul li.r_nav_child_border {
  border-bottom: none;
}
/* right popup address */
.right_popup_address {
  padding: 40px 0 14px;
}
.right_popup_address h2 {
  font-size: 24px;
  margin-bottom: 30px;
}
.right_popup_address p {
  width: 85%;
}
.right_popup_inner_address p {
  color: var(--brcolor);
}
.right_popup_inner_address p i {
  margin-right: 6px;
}
.right_popup_address h5 {
  background-color: var(--bgcolor);
  color: var(--whitec);
  padding: 15px 0 14px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 100%;
  margin: 0;
  position: relative;
}
/* inner nav icon popup */
.inner_nav_icon_popup {
  width: 47%;
  margin: 0 auto;
  position: relative;
}
.inner_nav_icon_popup input {
  font-size: 30px;
  font-weight: 500;
  padding: 17px 40px 15px 15px;
  width: 100%;
  border: none;
  outline: none;
  box-shadow: 0px 0px 30px 0px #dddddd45;
  background: var(--whitec);
  border-radius: 10px;
}
/* inner nav popup form icons css */
.inner_nav_popup_form_icons {
  position: absolute;
  top: 35%;
  right: 10px;
  transform: translateY(-50%);
}
.inner_nav_popup_btnicon {
  font-size: 40px;
  border: none;
  outline: none;
  background: none;
}
.inner_nav_icon_popup i {
  display: inline-block;
  margin-top: 10px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 100%;
  background-color: var(--whitec);
  color: var(--blackc);
  font-size: 25px;
  cursor: pointer;
  transition: 1s;
}
/* main nav icons middle css */
.main_nav_icons_middle {
  margin-left: 30px;
  position: relative;
}
.main_nav_icons_middle a {
  position: relative;
  font-size: 18px;
  cursor: pointer;
  padding: 8px;
  display: inline-flex;
  background: #fff;
  border-radius: 100%;
}
.main_nav_icons_middle a span {
  position: absolute;
  top: 0;
  right: -5px;
  width: 18px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  background-color: var(--bgcolor);
  border-radius: 100%;
  color: var(--whitec);
}
.main_nav_middle_box_item {
  overflow: scroll;
  position: absolute;
  right: 0;
  top: 130%;
  width: 300px;
  height: 300px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  background-color: var(--whitec);
  transition: 0.5s;
}
.main_nav_icons_middle:hover .main_nav_middle_box_item {
  top: 170%;
  opacity: 1;
  visibility: visible;
}
.main_nav_middle_box_item p {
  padding: 20px;
}

.m_nav_right_pp_form {
  position: relative;
}
.m_nav_right_pp_form input {
  height: 54px;
  width: 100%;
  border: 1px solid #efefef;
  outline: none;
  padding: 0 20px;
}
.m_nav_right_pp_form button {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  padding: 13px 20px;
  outline: none;
  border: none;
  background: #ddd;
  color: var(--blackc);
}
/* right popup nav */
.right_popup_nav {
  padding: 65px 0 0 0;
}
.right_popup_nav ul {
  list-style: none;
  padding-left: 0;
}
.right_popup_nav ul li {
  padding: 12px 0;
  border-bottom: 1px solid #dddddd;
}
.right_popup_nav ul li.r_nav_child_border {
  border-bottom: none;
}
.right_popup_nav ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: var(--paracolor);
}
/* right popup address */
.dtbtn {
  background-color: var(--whitec);
  color: var(--titlecolor);
  display: block;
  font-size: 17px;
  margin-left: 20px;
  font-weight: 600;
  border-radius: 50px;
  padding: 13px 40px;
}
.menu_btn a:hover {
  color: var(--whitec);
  background-color: var(--titlecolor);
}
/* drop down menu css */
.inner_main_nav_area ul li .sub_menu {
  position: absolute;
  top: 130%;
  left: 0;
  width: max-content;
  min-width: 205px;
  max-width: 320px;
  text-align: left;
  margin: 0;
  padding: 15px 5px 14px;
  z-index: 9999;
  box-shadow: 0 0 30px rgb(0 0 0 / 9%);
  background-color: var(--whitec);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.inner_main_nav_area ul li .sub_menu li {
  position: relative;
}
.inner_main_nav_area ul li .sub_menu li a {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #444;
  padding: 6px 17px;
}

.inner_main_nav_area ul li .sub_menu li a.active {
  color: var(--bgcolor);
}

.inner_main_nav_area ul li .sub_menu li a:hover {
  color: var(--bgcolor);
}
.inner_main_nav_area > ul > li:hover .sub_menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.inner_main_nav_area .sub_menu > li > ul.sub_menu {
  top: 130%;
  left: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.inner_main_nav_area ul li .sub_menu li:hover ul.sub_menu {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.navd_active {
  background-color: var(--bgcolor);
  color: var(--whitec);
}
/*======== main menu area end ==========*/

/*======== mobile menu area start ==========*/
.mobile_logo_area {
  display: none !important;
}
.mean-container a.meanmenu-reveal {
  display: none !important;
}
.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mean-container .mean-bar {
  background: #fff;
  padding: 0;
}
.mean-container .mean-nav ul li {
  border-top: 0px solid #ddd;
}
.mean-container .mean-nav ul li li a,
.mean-container .mean-nav ul li a {
  color: #444;
}
.mean-container .mean-nav ul li li a {
  border-top: 1px solid #ddd;
}
.mean-container .mean-nav ul li a:hover {
  color: #ff4a17;
}
.mobile_p {
  position: fixed;
  right: 0;
  width: 300px;
  padding: 80px 20px 0px;
  overflow-y: scroll;
  top: 0;
  height: 100%;
  z-index: 9999;
  display: block;
  transition: 0.5s all;
  box-shadow: 0 0 30px rgb(0 0 0 / 7%);
  transform: translateX(100%);
  background: #ffffff;
}
.tx-s-open {
  transform: translateX(0);
}
.mobile_p .tuetion_theme_widget > div.widget_block {
  padding: 0;
}
.mobile_p .tuetion_theme_widget > div {
  padding: 20px 0px 20px;
  box-shadow: none;
}
.mean-container .mean-nav ul li a {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
  font-size: 14px;
  padding: 12px 15px;
  font-weight: 500;
  display: block;
  line-height: 1.5;
  vertical-align: middle;
  text-transform: uppercase;
}

.mean-container .mean-nav ul li span {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
  font-size: 14px;
  padding: 12px 15px;
  font-weight: 500;
  display: block;
  line-height: 1.5;
  vertical-align: middle;
  cursor: pointer;
  color: #444;
  text-transform: uppercase;
}

/* 移动端菜单样式统一 */
.mobile-menu .sub-menu > li > a,
.mobile-menu .sub-menu > li > span {
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 12px 15px !important;
  line-height: 1.5 !important;
  text-transform: uppercase !important;
  display: block !important;
  color: #444 !important;
}

/* 移动端二级菜单取消大写 */
.mobile-menu .sub-menu .sub_menu li a {
  text-transform: none !important;
}

/* 移动端三级菜单取消大写 */
.mobile-menu .sub-menu .sub_menu .sub_menu li a {
  text-transform: none !important;
}
.mean-container .mean-nav ul li a.mean-expand {
  width: 20px;
  height: 20px;
  text-align: center;
  background: transparent;
  font-size: 22px !important;
  margin-top:7px
}
.mobile_opicon {
  text-align: right;
  padding: 4px 0;
}
.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}
.mobilemenu_con {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile_menu_o i {
  font-size: 26px;
}
.mobile_menu_content .mobile_menu_logo {
  margin-bottom: 20px;
}
.mobile_cicon {
  position: absolute;
  right: 30px;
  top: 50px;
}
.mobile_overlay {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  visibility: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease-out 0s;
}
.mobile_overlay.mactive {
  opacity: 1;
  visibility: visible;
}
/*======== mobile menu area end ==========*/

/*======== slider area start  ==========*/
/* inner slider area */
.slider_area {
  overflow: hidden;
}
.inner_slider_area {
  height: calc(100vh - 96px);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex !important;
  align-items: center;
}
.inner_slider_content {
  margin: 0 auto;
  text-align: start;
  width: 1400px;
  padding-top: 30px;
  animation: img-anim-right 3.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s
    forwards;
  /* background-color: rebeccapurple; */
}
@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 50%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.inner_slider_content h1 {
  font-size: 48px;
  color: var(--whitec);
  margin: 0;
  font-weight: 700;
}
.inner_slider_content h2 {
  font-size: 32px;
  color: var(--whitec);
  margin: 0;
  font-weight: 700;
}
.inner_slider_content h2 span {
  font-weight: 700;
}
.inner_slider_content h3 {
  font-size: 28px;
  color: var(--whitec);
  font-weight: 400;
}
.inner_slider_content p {
  color: var(--whitec);
  font-size: 20px;
  font-weight: 500;
  width: 55%;
  margin-top: 15px;
}
/* golobal btn css */
.b_btn {
  margin-top: 18px;
}
.b_btn a {
  display: inline-block;
  border-radius: 0;
  padding: 18px 50px;
  background-color: var(--bgcolor);
  color: var(--whitec);
  font-size: 16px;
  font-weight: 700;
  border: 1px solid transparent;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 30px;
  position: relative;
  text-transform: uppercase;
  overflow: hidden;
}
.b_btn a:hover {
  background: var(--titlecolor);
}
.b_btn a:hover:before,
.b_btn a:hover:after {
  height: 100%;
  width: 30%;
  opacity: 1;
}
.b_btn a::before,
.b_btn a::after {
  content: "";
  height: 20%;
  width: 100%;
  border-radius: 28px 0 0 28px;
  border: 4px solid var(--bgcolor);
  border-right: none;
  border-bottom: none;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.5s ease 0s;
}
.b_btn a::after {
  border-radius: 0 28px 28px 0;
  border: 4px solid var(--bgcolor);
  border-top: none;
  border-left: none;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}
.b_btn a.active {
  background-color: var(--whitec);
  color: var(--titlecolor);
  border: 1px solid var(--whitec);
  display: inline-block;
  border-radius: 30px;
}
.b_btn a.active:hover {
  background-color: var(--bgcolor);
  color: var(--whitec);
  border: 1px solid transparent;
}
/* slider defult arrow css */
.slider_area .slick-prev,
.slider_area .slick-next {
  background: none;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 0;
  opacity: 01;
  visibility: hidden;
}
.slider_area .slick-prev {
  left: 0;
}
.slider_area .slick-next {
  right: 10px;
}
.slider_area .slick-prev::before,
.slider_area .slick-next::before {
  content: "\eac9";
  font-family: IcoFont;
  color: var(--whitec);
  display: inline-block;
  background: 0 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  font-size: 40px;
  font-weight: 700;
}
.slider_area .slick-next::before {
  content: "\eaca";
}
.slider_area .slick-prev:hover::before,
.slider_area .slick-next:hover::before {
  background-color: var(--whitec);
  color: var(--blackc);
  font-size: 60px;
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.slider_area:hover .slick-prev,
.slider_area:hover .slick-next {
  opacity: 1;
  visibility: visible;
}
/* home video page area css */
.video_slider_area {
  position: relative;
}
.slider_vedio {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
  pointer-events: none;
  z-index: -999;
}
.slider_vedio iframe {
  width: 100%;
  height: 100%;
  border: none;
  transform: scale(1.4);
}
/* slider dots */

/*======== slider area end  ==========*/

/*======== video area start  ==========*/
.video_slider_area {
  position: relative;
  overflow: hidden;
}
.video_slider_area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #00000096;
}
.witr_youtube_video {
  position: absolute;
  top: 150px;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}
.single_slide_img {
  position: relative;
}
.witr_youtube_video iframe {
  width: 100%;
  height: 100%;
  border: none;
  transform: scale(2.5);
}
.video_slider_area .inner_slider_content h1,
.video_slider_area .inner_slider_content h2,
.video_slider_area .inner_slider_content p {
  color: var(--whitec);
}
/*======== video area end  ==========*/

/*======== breadcum area start  ==========*/
.breadcum_area {
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
}
.tns_breadcam {
  margin-bottom: 60px;
}
.breadcum_area::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 1;
  background-color: rgba(2, 37, 89, 0.5);
}
.inner_breadcum_area {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  z-index: 9999;
  animation: img-anim-right 3.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s
    forwards;
}
.tnbreadcam_menu {
  margin-bottom: 0;
}
.inner_breadcum_area h1 {
  font-size: 30px;
  font-weight: 700;
  color: var(--whitec);
  margin: 0;
}
.inner_breadcum_area ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 600;
  color: var(--whitec);
}
.inner_breadcum_area ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: var(--whitec);
}
.inner_breadcum_area ul li a {
  display: inline-block;
  font-size: 16px;
  color: var(--whitec);
  font-weight: 400;
}
.inner_breadcum_area ul li i,
.inner_breadcum_area ul li a i {
  font-size: 22px;
  margin: 0 -4px;
}
/*======== breadcum area end  ==========*/

/*=======  feature area start  =======*/
.feature_area {
  position: relative;
  z-index: 9999;
  margin-bottom: 55px;
  background-size: cover;
  background-repeat: no-repeat;
  background: url(../image/tn_image_bg.png);
}
.feature_img {
  margin-left: -120px;
  margin: -100px 0px 0px 0px;
}
.inner_video_area {
  margin-top: 55px;
  position: relative;
}
.inner_video_area a {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 100%;
  background-color: var(--bgcolor);
  color: var(--whitec);
  transition: 0.5s;
  animation: witr-shadow 1s linear infinite;
  position: absolute;
  transform: translate(0, 170%);
}
@keyframes witr-shadow {
  0% {
    box-shadow:
      0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  100% {
    box-shadow:
      0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3),
      0 0 0 30px rgba(255, 255, 255, 0);
  }
}
/*======= feature area end  ======*/

/*======== about area end =======*/
.tn_about_area {
  padding: 60px 0 120px;
  position: relative;
}

.tn_about_area .about_single_img{
  width: 90%;
  height: 400px;
  object-fit: cover;
}

.tn_about_area .about_single_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;

}

.about_titlr_shap {
  position: absolute;
  right: -5%;
  z-index: -1;
  top: -150px;
  animation: witr_movelr_box45 5s linear 1s infinite alternate running;
}

@keyframes witr_movelr_box45 {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(45px);
    transform: translateX(45px);
  }
}
/* about title */
.about_title h2 {
  font-size: 48px;
  margin-bottom: 40px;
}
.about_title {
  /* margin-left: 100px; */
}
.about_thumb {
  padding: 0px;
}
.witrlistw ul {
  padding: 0;
  margin-top: 20px;
}
.witrlistw ul li {
  list-style: none;
}
.witrlistw ul li span {
  font-size: 18px;
  font-weight: 500;
  display: block;
  padding: 4px 4px;
  color: #505050;
  text-align: left;
}
.witrlistw ul li span i {
  color: var(--whitec);
  background-color: var(--bgcolor);
  font-size: 13px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  display: inline-block;
  border-radius: 30px 30px 30px 30px;
  margin: 0px 8px 0px 0px;
}
/* about icon */
.txbdsvflex {
  display: flex;
  gap: 14px;
  margin-top: 35px;
}
.txbdcon h2 {
  font-size: 22px;
  margin-top:20px
}
/* button */
.index_about{
display:flex;
align-items: center;
}
.tn_about_area .tn_about_2{
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 15px;
}
.tn_about_area .tn_about_2 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

/*===== tn service area start  ====*/
.tn_service_area {
  padding: 115px 0 95px;
  margin-bottom: 60px;
}
/* section title */
.section_title {
  text-align: center;
  margin: 0 0 50px;
}

.section_title .fff{
  color: #fff !important;
  margin-top: 15px;
}

.section_title h2 {
  font-size: 48px;
  color: var(--whitec);
}
.service_title {
  margin-top: 40px;
}
.service_title h2 {
  font-size: 35px;
  color: var(--whitec);
  margin-bottom: 45px;
}
.service_title p {
  color: var(--whitec);
  margin-bottom: 45px;
}
.tn_service_thumb {
  display: flex;
  gap: 14px;
  flex-direction: column;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #505050;
  border-radius: 10px 10px 10px 10px;
  padding: 30px 40px 20px 40px;
  margin-bottom: 30px;
  transition: 0.5s;
  min-height: 320px;
}
.tn_service_thumb:hover {
  transform: translateY(-10px);
  border: 1px solid var(--bgcolor);
}
/* icon */
.service_icon i {
  color: var(--bgcolor);
  font-size: 50px;
  color: #EF8B5E;
}
.service_text h2 {
  color: var(--whitec);
}
.service_text p {
  color: var(--whitec);
}
.single_service_img {
  position: relative;
  left: 26%;
  transition: 0.5s;
}

/*===== tn service area end  ====*/

/*===== tn solution area area start  ====*/
.tn_solution_area {
  padding: 60px 0;
}
.main_solution {
  width: 80%;
  margin-left: 20px;
}

.number_solution{
  margin-top: 30px;
}


.single_solution img {
  width: 100%;
  height:  100%;
  object-fit:  cover;
  border-radius: 15px;
}
.solution_title h2,
.solution_title h3 {
  font-size: 48px;
}
.solution_title h5 {
  font-size: 22px;
  margin-top: 15px;
}
.solution_title p {
  margin: 15px 0 20px;
}
/* solution counter */
.inner_counter_area {
  position: relative;
}
.main_counter {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
  padding: 15px 0;
}
.inner_counter_sub_cont {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 10px;
}

.inner_counter_sub_cont h3,
.inner_counter_sub_cont span {
  font-size: 28px;
  font-weight: 700;
  color: var(--titlecolor);
}
.inner_counter_area .counter_item_title {
  font-size: 18px;
  font-weight: 600;
  margin-top: -5px;
  color: var(--bgcolor);
  position: relative;
}
.solution_btn {
  margin-top: 15px;
}
.solution_btn a {
  padding: 16px 50px;
}

/*===== tn solution area area end  ====*/

/*===== tn counter area area start  ====*/
.tn_counter {
  padding: 30px 0 60px;
  position: relative;
}

.counter_shap {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}


/* theme title */
.theme_title {
  text-align: center;
}
.theme_title h2 {
  font-size: 48px;
  margin-bottom: 10px;
  color: var(--titlecolor);
}
.theme_title p {
  width: 70%;
  margin: 0 auto 10px;
  display:flex;
  justify-content: center;

}
/* theme title */

.tn_counter_cont h3,
.tn_counter_cont span {
  font-size: 70px;
}
.tn_counter_cont h2 {
  font-size: 22px;
}
.main_counter.tn_main_counter {
  justify-content: center;
}
/*===== tn counter area area end  ====*/

/*===== tn contact area area start  ====*/
.tn_contact {
  /*padding: 20px 0 0;*/
}

/* contact stats area - smaller font size for numbers */
.contact_stats_area .tn_counter_cont h3,
.contact_stats_area .tn_counter_cont span {
  font-size: 24px;
}

.tn_main_contact {
  padding-block-start: 110px;
  padding-block-end: 85px;
  padding-inline-start: 200px;
  padding-inline-end: 50px;
}
.tn_contact_title {
  text-align: left;
}
.tn_contact_title h2 {
  font-size: 48px;
  color: var(--whitec);
}
.tn_contact_title p {
  color: var(--whitec);
  margin: 20px 0 25px;
}
.inner_contact_form.tns_input input {
  height: 55px;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 23px;
  padding: 0 15px;
}
.inner_contact_form.tns_input textarea {
  height: 100px;
  border-radius: 5px;
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 23px;
}
.inner_contact_form.tns_input button {
  border-radius: 30px;
  transition: 0.5s;
  width: 100%;
  border: none;
  color: var(--whitec);
  font-weight: 600;
  padding: 15px 30px;
  background-color: var(--bgcolor);
}
.inner_contact_form.tns_input button:hover {
  background: var(--whitec);
  color: var(--titlecolor);
}
.tns_contact_area {
  padding-block-start: 110px;
  padding-block-end: 100px;
  padding-inline-start: 50px;
  padding-inline-end: 200px;
}
.tns_contact_area h2 {
  font-size: 48px;
}
.tns_contact_area p {
  margin: 30px 0;
}
.contact_iconalltf {
  display: flex;
  gap: 14px;
  align-items: flex-end;
  margin: 35px 0 0;
}
.iconalltf_con i {
  color: var(--bgcolor);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #acadb0;
  border-radius: 50px 50px 50px 50px;
  margin: 0px 0px 0px 0px;
  font-size: 35px;
  width: 73px;
  height: 73px;
  line-height: 73px;
  display: inline-block;
  transition: 0.5s;
  text-align: center;
}
.textalltf_con h2 {
  font-size: 22px;
  font-style: italic;
  color: var(--bgcolor);
}
.textalltf_con p {
  margin: 0;
}

/*===== tn contact area area end  ====*/

/*======== team area start ==========*/
.team_area {
  padding: 55px 0 40px;
}
.inner_team_area {
  position: relative;
  margin-bottom: 20px;
}
.team_title {
  margin-bottom: 50px;
}
.team_img_area {
  position: relative;
  overflow: hidden;
}
.team_img_area img {
  width: 100%;
  transition: 0.5s;
}
.inner_team_area:hover .team_img_area img {
  transform: scale(1.2);
}
/* team socail css */
.team_socail {
  position: absolute;
  top: -300px;
  right: 20px;
  display: grid;
  transition: 0.5s;
}
.inner_team_area:hover .team_socail {
  top: 30px;
}
.team_socail a {
  display: inline-block;
  height: 48px;
  line-height: 40px;
  width: 48px;
  text-align: center;
  border: 4px solid var(--whitec);
  color: var(--whitec);
  background-color: var(--bgcolor);
  font-size: 17px;
  border-radius: 50%;
  margin-bottom: 3px;
  transition: 0.5s;
}
.team_socail a:hover {
  color: var(--whitec);
  color: var(--whitec);
  background-color: var(--titlecolor);
}
/* team overlay css */
.team_overlay {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  background-color: #00051e9b;
}
.inner_team_area:hover .team_overlay {
  left: 0;
}
/* inner team content css */
.inner_team_content {
  position: absolute;
  bottom: 0;
  background-color: transparent;
  padding: 20px 30px 20px;
  text-align: center;
  width: 100%;
}
.inner_team_content h2 {
  margin: 0;
  color: var(--whitec);
}
.inner_team_content p,
.inner_team_content h2 a {
  color: var(--whitec);
  margin: 0;
}
/*======== team area end ==========*/

/*======== testimonial area start ==========*/
.testimonial_area {
  padding: 110px 0;
  margin: 60px 0;
  border-radius: 10px;
}
.client_title h2 {
  font-size: 48px;

}
.tstitle {

  margin-top: 50px;
}
.client_title {
  margin-left: 45px;
}
.partner_item {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner_item img {
  max-width: 100%;
  max-height: 300px;
  height:250px;
  transition: all 0.3s ease;
}
.partner_item img:hover {
  transform: scale(1.05);
}
span.tesspanf {
  display: flex;
  align-items: center;

  font-size: 16px;
  margin: 5px 0 30px;
}
.tscon {
  position: relative;
  z-index: 99;
  margin: 0 57px;
}
.tn_testi_1_shap {
  position: absolute;
  bottom: 60px;
  z-index: -1;
  right: -15px;
}
.tscon p {

  font-size: 22px;
}
.tscon i {
  font-size: 100px;
  color: var(--bgcolor);
  position: relative;
  left: 53%;
  top: -23px;
}

.testimonial_area .slick-dots {
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  z-index: 11;
  text-align: center;
}
.testimonial_area .slick-dots li {
  display: inline-block;
}
.testimonial_area .slick-dots li button {
  font-size: 0;
  width: 18px;
  height: 18px;
  border: 0 solid var(--bgcolor);
  margin: 0 5px;
  cursor: pointer;
  border-radius: 100%;
  padding: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: 0;
  background: var(--whitec);
}
.testimonial_area .slick-dots li.slick-active button {
  background: var(--bgcolor);
}

/*======== testimonial area end ==========*/

/*======== img area start  ==========*/
.img_port_area {
  padding: 55px 0 60px;
}
.img_active {
  margin: 40px 130px;
}
.port_title {
text-align: center;
  margin-bottom: 20px;
}
.port_title h2 {
  font-size: 48px;
}
.port_btn {
  text-align: center;
}
.inner_img_area {
  position: relative;
  overflow: hidden;
  margin-bottom: 2px;
}
.inner_img_overlay {
  position: relative;
  height: 320px;
  overflow: hidden;
}
.inner_img_overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*padding:10px;*/
  transition: 0.5s;
}
.inner_img_area:hover .inner_img_overlay img {
  transform: scale(1.2);
}
.tn_port5 {
  margin-top: -198px;
}
/* img overlay go  */
.img_overlay_go {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #15194677;
  transition: 0.5s;
  transform: scale(0);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.inner_img_area :hover .img_overlay_go {
  transform: scale(1);
}

/* default content - visible by default, hidden on hover */
.default_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.5s;
  width: 100%;
  height:  100%;
  background: rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20%;
}
.default_content div {
  margin: 0;
  font-weight: 500;
  padding: 10px 0;
  text-align: left;
  border-radius: 30px;
  margin-bottom: 10px;
  font-size: 22px;
  color: var(--whitec);

}
.default_content p {
  color: var(--whitec);
  line-height: 1.5;
  margin: 0;
  padding: 0 5px;
  text-align: left;
}
.inner_img_area:hover .default_content {
  opacity: 0;
}

/* absolute icons css */
.absolute_icons {
  transform: rotateY(90deg);
  position: absolute;
  top: 30px;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  z-index: 999;
}
.inner_img_area:hover .absolute_icons {
  transform: rotateY(0);
  opacity: 1;
  visibility: visible;
}
.absolute_icons a {
  font-size: 50px;
  color: var(--whitec);
}
.absolute_icons a:hover {
  color: var(--bgcolor);
}
/* inner img content  */
.project_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.project_title div a {
  color: var(--whitec);
  margin: 0;
  background-color: var(--bgcolor);
  font-weight: 500;
  padding: 10px 15px;
  text-align: center;
  border-radius: 30px;
  margin-bottom: 10px;
}

.project_title div a:hover{
  color: var(--bgcolor);
  background-color: var(--whitec);
}

.project_title p  {
  color: var(--whitec);
  font-size: 22px;
  text-transform: uppercase;
}
.img_area:hover .slick-prev,
.img_area:hover .slick-next {
  opacity: 1;
  visibility: visible;
}
/*======== img area end  ==========*/

/*======== team area start ==========*/
.team_member {
  padding: 60px 0;
}
.team_title {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.team_title img {
  position: absolute;
  top: -60px;
  left: 42%;
}
.team_title h4 {
  color: var(--bgcolor);
}
.team_title h2 {
  font-size: 48px;
}
.single_team_img {
  position: relative;
  overflow: hidden;
}
.single_team {
  margin: 10px;
}
.team_single_icon a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 40px;
  transition: 0.5s;
  border-radius: 0px 100px 100px 100px;
  text-align: center;
  color: var(--titlecolo);
  background-color: var(--bgcolor);
}
.team_single_icon a:hover {
  color: var(--whitec);
  background-color: var(--brcolor);
}
.team_single_icon {
  position: absolute;
  right: 15px;
  bottom: 20px;
}
.single_team_img img {
  width: 100%;
}
/* social icon */
.team_social_icon {
  position: absolute;
  transition: 0.5s;
  bottom: -50%;
  right: 15px;
}
.single_team:hover .team_social_icon {
  bottom: 25%;
}
.team_social_icon a {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  margin: 5px 3px;
  transition: 0.5s;
  color: var(--whitec);
  background-color: var(--bgcolor);
  border-radius: 100%;
}
.team_social_icon a:hover {
  color: var(--whitec);
  background-color: var(--brcolor);
}
/* team text */
.team_text {
  text-align: center;
}
.team_text h2 {
  margin: 10px 0 0;
}
.team_text p {
  color: var(--bgcolor);
}
/*======= team area end =====*/

/*======= pricing area start  ======*/
.pricing_area {
  padding: 55px 0 40px;
}
.main_pricing {
  position: relative;
  text-align: center;
  overflow: hidden;
  text-align: center;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 0px 0px 8px 0px;
  border-color: #f7f7f7;
  border-radius: 10px 10px 10px 10px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.pric_img {
  margin: 0px 0px 40px 0px;
  padding: 45px 25px 30px;
}
/* product card clean image — no text overlay */
.product_img_box {
  height: 250px;
  padding: 0;
  margin: 0;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.product_img_box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}


.product_range_area{
  background: linear-gradient(to top left, rgba(17, 67, 143,0.5), #fff);
}

/* product card as link */
.product_card_link {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
  border: none;
  border-radius: 10px 10px 10px 10px;
  margin-bottom: 20px;
  text-decoration: none;
  color: inherit;
  background: #fff;
}
.product_img_box {
  width: 100%;
  height: 240px;
  overflow: hidden;
  background: #f5f5f5;
}
.product_img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.product_card_link:hover .product_img_box img {
  transform: scale(1.08);
}
.product_card_link:hover .product_card_body .product_name {
  color: var(--bgcolor);
}
/* product card content area */
.product_card_body {
  padding: 20px 20px 30px;
  flex: 1;
}
.product_card_body .product_name {
  font-size: 22px;
  color: var(--titlecolor);
  margin-bottom: 10px;
  transition: color 0.3s ease;
}
.product_card_body p {
  color: var(--paracolor);
  font-size: 16px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tprribbon sub {
  position: absolute;
  right: -45px;
  top: 13px;
  padding: 20px 20px;
  width: 160px;
  text-align: center;
  transform: rotate(45deg);
  border-radius: 10px;
  background-color: #ffffff4d;
  display: inline-table;
  font-size: 16px;
  color: var(--whitec);
}
.tprribbon h2 {
  color: var(--whitec);
}
.tproinner {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}
.tpr_curn {
  color: var(--titlecolor);
  font-size: 35px;
  background-color: #ffffff;
  padding: 20px 50px 20px 50px;
  border-radius: 10px;
}
.tpr_curn span {
  font-size: 16px;
  margin-right: 5px;
  display: block;
  font-weight: 500;
  color: var(--bgcolor);
}
.witri_texti_list {
  margin: 0 0 30px;
}
.witri_texti_list ul {
  padding: 0;
  margin: 0;
}
.witri_texti_list ul li {
  list-style: none;
  background-color: #f3f3f3;
  margin: 0px 40px 20px 40px;
  padding: 10px 10px 10px 30px;
  border-radius: 30px;
}
.witri_texti_list ul li i {
  color: var(--bgcolor);
  margin-right: 10px;
}
.price_btn a {
  border-radius: 50px 50px 50px 50px;
  padding: 14px 60px 14px 60px;
  margin-bottom: 20px;
}

/*======= pricing area end  ======*/

/*======== brand area start ======*/
.brand_area {
  padding: 60px 0 55px;
}
.br_brand {
  padding: 45px 0 120px;
}
.inner_brand_area {
  text-align: -webkit-center;
}
/* service */
.service_brand {
  margin: -80px 0 10px;
}
/*====== brand area end ======*/

/*======== blog area start  ==========*/
.blog_area {
  padding-block-start: 60px;
  padding-inline-start: 300px;
  padding-inline-end: 0px;
  position: relative;
}
.tn_blog_shap {
  position: absolute;
  left: 0;
  z-index: -1;
}
/* inner blog area css */
.inner_blog_area {
  overflow: hidden;
  position: relative;
  margin: 0 15px 0;
}
/* blog title */

.main_blog_title {
  margin-top: 50px;
}
.main_blog_title h2 {
  font-size: 48px;
  margin-bottom: 30px;
}
/* blog title */

/* inner blog thumb css */

.inner_blog_thumb {
  position: relative;
  overflow: hidden;
}

.inner_blog_img img {
  width: 100%;
  transition: 0.5s;
  border-radius: 10px;
  height: 280px;
  object-fit: cover;
}
.inner_blog_area:hover .inner_blog_img img {
  transform: scale(1.2);
}
/* blog overlay css */
.blog_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 50%);
  transform: scale(0);
  transition: 0.5s;
}
.inner_blog_area:hover .blog_overlay {
  transform: scale(1.2);
}
/* inner blog absolute css */
.inner_blog_absolute {
  position: absolute;
  top: 20px;
  left: 20px;
  display: inline-block;
  color: var(--whitec);
  background: var(--brcolor);
  padding: 4px 10px;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
}
/* inner blog text css */
.single_blog_title {
  padding: 15px 0 33px;
  position: relative;
}

.inner_blog_text span a {
  color: var(--paracolor);
  font-weight: 400;
}
.inner_blog_text span {
  font-size: 14px;
  margin-right: 10px;
  color: var(--paracolor);
}
.inner_blog_text span i {
  margin-right: 3px;
  color: var(--bgcolor);
}
/*inner blog content css */
.inner_blog_content {
  padding: 10px 0px 0px;
}
.inner_blog_content h2 a {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 30px;
}
.inner_blog_content h2 a:hover {
  color: var(--bgcolor);
}
.inner_blog_content p {
  font-size: 14px;
}
.inner_blog_content > a {
  font-size: 14px;
  color: var(--brcolor);
}
.inner_blog_content > a:hover {
  color: var(--bgcolor);
}
/* inner blog btn css */
.blog_area .slick-prev,
.blog_area .slick-next {
  opacity: 1;
  visibility: visible;
  left: -50%;
  margin-top: 40px;
}
.blog_area .slick-prev::before,
.blog_area .slick-next::before {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  font-size: 18px;
  margin-left:250px
}
.blog_area .slick-next {
  left: -42%;
}

/*======== blog area end  ==========*/

/*======== skill bar start  ==========*/
.skill_bar {
  padding: 60px 0;
}
.main_skill h2 {
  font-size: 48px;
}
/* progress bar */
.inner_progres_bar {
  overflow: inherit;
  margin-top: 20px;
}
/* progress bar */
.witr_single_progress {
  overflow: hidden;
}
.inner_progres_bar h2 {
  font-size: 18px;
  color: var(--btntlecolor);
}
.witr_title2 span {
  color: var(--bgcolor);
}
.inner_progres_bar .progress {
  height: 8px;
  overflow: visible;
  border-radius: 100px;
  margin: 2px 2px;
  border: 1px solid var(--titlecolor);
  margin-bottom: 20px;
  visibility: visible;
  background: var(--titlecolor);
}
.single_about_text.single_faq {
  overflow: hidden;
}
.inner_progres_bar .progress-bar {
  margin: 1px 1px 1px;
  background-color: var(--whitec);
  overflow: inherit;
  border-radius: 30px;
}
.progress-bar span {
  color: var(--bgcolor);
  text-align: end;
  font-size: 16px;
  top: -30px;
  right: 0;
  position: absolute;
}
.skill_btn a {
  border-radius: 0;
}
/*======== skill bar end  ==========*/

/*======== tn_client_area start  ==========*/

.tn_client_area {
  padding: 60px 0;
}
.main_client {
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  margin: 5px 15px 5px 15px;
  padding: 45px 15px 30px;
  text-align: center;
}
.cl_title {
  margin-bottom: 40px;
}
.single_client img {
  margin: 0 auto;
}
.client_content p {
  font-size: 20px;
}
.single_client h2 {
  margin-top: 15px;
}
.single_client p {
  color: var(--bgcolor);
}

/*======== tn_client_area end  ==========*/

/* golobal slick defult arrow css */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 100%;
  z-index: 9999;
  outline: none;
  border: none;
  font-size: 0;
  background: none;
  transform: translateY(-50%);
  transition: 1s;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.glowbal:hover .slick-prev,
.glowbal:hover .slick-next {
  opacity: 1;
  visibility: visible;
}
.slick-prev {
  left: -80px;
}
.slick-next {
  right: -55px;
}
.slick-prev::before,
.slick-next::before {
  content: "\eac9";
  font-family: IcoFont;
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 100%;
  font-size: 40px;
  background-color: var(--titlecolor);
  color: var(--whitec);
  transition: 1s;
}
.slick-next::before {
  content: "\eaca";
}
.slick-prev:hover::before,
.slick-next:hover::before {
  background-color: var(--bgcolor);
  color: var(--whitec);
}

/*======== faq area start  ==========*/
.to_faq_area {
  padding: 60px 0 40px;
}
.single_faq_img img {
  width: 100%;
}
/* apartment form css */
.apart_Form {
  margin-top: 35px;
}
.inner_apartment_form input {
  width: 100%;
  height: 45px;
  margin-bottom: 23px;
  padding: 0 20px;
  outline: none;
}
.inner_apartment_form textarea {
  width: 100%;
  height: 160px;
  padding: 10px 20px;
  outline: none;
}
.inner_apartment_form button {
  margin-top: 20px;
  width: 100%;
  padding: 15px 0 15px;
  background-color: var(--bgcolor);
  color: var(--whitec);
  font-size: 16px;
  font-weight: 600;
  outline: none;
  border: none;
  transition: 0.5s;
  text-transform: uppercase;
}
.inner_apartment_form button:hover {
  background-color: var(--brcolor);
  color: var(--whitec);
}
/* inner faq accrodion item css */
.inner_faq_area h2 {
  font-size: 48px;
}
.inner_faq_area p {
  width: 68%;
  margin-top: 15px;
}
.inner_faq_ac_item {
  margin-bottom: 20px;
  border: 1px solid #ddd;
}
.inner_faq_ac_item a {
  width: 100%;
  font-size: 18px;
  padding: 15px 30px 15px 20px;
  font-weight: 600;
  display: flex;
  color: var(--titlecolor);
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.inner_faq_ac_item a:hover {
  color: var(--whitec);
  background: var(--bgcolor);
}
.inner_faq_ac_item a i {
  font-size: 18px;
  font-weight: 700;
  right: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  height: 30px;
  color: var(--titlecolor);
}
.inner_faq_ac_item a.active {
  color: var(--whitec);
  background: var(--bgcolor);
}
.inner_faq_ac_item a.active::before {
  content: "\ef9a";
  font-family: Icofont !important;
  position: absolute;
  top: 15px;
  bottom: 0;
  right: 30px;
  width: 30px;
  text-align: center;
  height: 30px;
  color: var(--whitec);
  line-height: 30px;
  font-size: 18px;
}
.inner_faq_ac_item a.active i {
  display: none;
}
/* inner faq text */
.inner_faq_text {
  width: 100%;
  border-radius: 0 0 5px 5px;
  border: 1px solid var(--textcolor);
}
.inner_faq_text p {
  margin: 0 20px 0 20px;
  font-weight: 400;
}

.tn_faq {
  padding: 60px 0;
}

/* home page faq accordion */
.faq_accordion {
  width: 100%;
}
.faq_item {
  border: 1px solid #ddd;
  margin-bottom: 12px;
  border-radius: 4px;
}
.faq_question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  cursor: pointer;
  font-weight: 600;
  color: var(--titlecolor);
  background: #fff;
  border-radius: 4px;
}
.faq_question h3 {
  font-size: 17px;
  margin: 0;
  padding-right: 12px;
}
.faq_question i {
  font-size: 18px;
  flex-shrink: 0;
}
.faq_answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}
.faq_answer p {
  margin: 0;
  padding: 12px 18px 16px;
/*  color: var(--whitec);*/
}
.faq_item.active .faq_question {
  color: var(--whitec);
}
.faq_item.active .faq_question i {
  color: var(--textcolor);
}
.tns_faq_item {
  border: none;
  box-shadow: 1px 1px 7px -5px rgba(0, 0, 0, 0.75);
}
.tns_faq_item a:hover {
  color: var(--titlecolo);
  background: transparent;
}
.tns_faq_item a.active {
  color: var(--titlecolor);
  background: transparent;
}
.tns_faq_item a.active::before {
  color: var(--titlecolor);
}
/*======== faq area end  ==========*/

/*======= google map area start  ======*/
.gogle_map_area {
  margin: 45px 0;
}
.google_map_title iframe {
  width: 100%;
  height: 565px;
}
/*======= google map area end  ======*/

/*======= contact area start  ======*/
.contact_area {
  padding: 60px 0 120px;
}
.to_contact_title h2 {
  color: var(--titlecolo);
  font-size: 48px;
}
.to_contact_title p {
  margin: 10px 0 20px;
}
.inner_contact_form.to_contact input {
  border-radius: 0;
  border: 1px solid #dddddd;
}
.inner_contact_form.to_contact textarea {
  border-radius: 0;
  height: 155px;
  border: 1px solid #dddddd;
}
/*======= contact area end  ======*/

/*====== single page accordion start=====*/
.single_page_accordion {
  padding: 20px 0 30px;
}
.single_ac_items {
  margin-bottom: 20px;
  box-shadow: 1px 1px 7px -5px rgba(0, 0, 0, 0.75);
}
.single_ac_items a {
  display: inline-block;
  width: 100%;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 700;
  color: var(--paracolor);
}
.single_ac_items a i {
  margin-right: 8px;
}
.single_ac_items a.active {
  position: relative;
  color: var(--bgcolor);
}
.single_ac_items a.active::before {
  content: "\ef9a";
  position: absolute;
  font-family: Icofont !important;
  top: 18px;
  left: 20px;
  bottom: 0;
}
.single_ac_items a.active i {
  opacity: 0;
  visibility: hidden;
}
.single_accor_contents {
  margin: 10px 20px 10px;
}
.single_accor_contents p {
  font-weight: 600;
  padding-bottom: 15px;
}
/*======== single page accordion end ==========*/

/*======== portfolio area start  ==========*/
.portfolio_area {
  padding: 60px 0 100px;
}
/* portfolio 2 css */
.portfolio_2 {
  margin-bottom: 30px;
}
.section_title_area h4 {
  font-size: 16px;
  color: var(--bgcolor);
}
.section_title_area h2 {
  font-size: 48px;
}
.portfolio_title p {
  width: 64%;
  margin: 0 auto;
}
/* portfolio 2 sub content css */
.portfolio_2_subc {
  padding: 0px 0 5px 15px;
}
.portfolio_2_subc h2 a {
  font-size: 24px;
  transition: 0.5s;
  color: var(--brcolor);
}
.portfolio_2_subc h2 a:hover {
  color: var(--bgcolor);
}
.portfolio_nav_all {
  padding: 24px 0 30px;
}
/* portfolio nav css */
.portfolio_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.portfolio_nav ul li {
  display: inline-block;
  border: 1px solid #f3eaea;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  margin: 0 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.5s;
}
.portfolio_nav ul li.current_menu_item {
  background-color: var(--bgcolor);
  color: var(--whitec);
}
.portfolio_nav ul li:hover {
  background-color: var(--bgcolor);
  color: var(--whitec);
}
/* portfolio items css */
.portfolio_img_area {
  position: relative;
  overflow: hidden;
}
.portfolio_img_area img {
  width: 100%;
  display: block;
}
.portfolio_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(222 169 26 / 40%);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.inner_portfolio_items:hover .portfolio_overlay {
  opacity: 1;
  visibility: visible;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background-color: rgba(30, 115, 190, 0.95);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  transform: translateY(100%);
  transition: transform 0.4s ease;
}
.overlay > a {
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 5px;
  text-align: center;
  color: var(--whitec);
  margin-right: 6px;
  transition: 0.5s;
  margin-top: 15%;
  background-color: var(--bgcolor);
}
.overlay > a:hover {
  color: var(--whitec);
  background-color: var(--titlecolor);
}
.overlay > a > i {
  font-size: 22px;
}
.overlay h2 {
  margin: 5px 0;
  color: var(--whitec);
  font-size: 18px;
  line-height: 1.3;
}
.overlay p {
  color: var(--whitec);
  font-size: 13px;
  margin: 5px 0 0;
}
.overlay > h2 > a:hover {
  color: var(--bgcolor);
}
.overlay.port_text > h2 > a {
  margin: 5px 0;
  color: var(--whitec) !important;
  font-size: 18px;
}
.port_text > h2 > a:hover {
  color: var(--whitec);
  text-decoration: underline;
}
/* portfolio text */
.tx_pf_text {
  box-shadow: 0 0 16px 8px rgb(242 242 242 / 80%);
  padding: 15px 20px;
}
.tx_pf_text h2 a {
  display: inline-block;
  font-size: 24px;
  color: var(--textcolor);
  transition: 0.5s;
  margin: 0 0 -3px;
}
.tx_pf_text h2 a:hover {
  background: none;
  color: var(--bgcolor);
}
.tx_pf_text p {
  font-size: 16px;
  font-weight: 400;
  color: var(--paracolor);
  margin: -5px 0 -2px;
}
.inner_portfolio_items:hover .overlay {
  transform: translateY(0);
}
/* portfolio content css */
.portfolio_overlay_cont {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: all 0.3s ease-in-out 0.3s;
  opacity: 0;
  visibility: hidden;
}
.portfolio_overlay_cont > a {
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 5px;
  text-align: center;
  background: none;
  color: var(--whitec);
}
.portfolio_overlay_cont > a:hover {
  background: var(--bgcolor);
  color: var(--whitec);
}
.portfolio_overlay_cont > a i {
  font-size: 25px;
}
.portfolio_overlay_cont h2 {
  margin: 0;
}
.portfolio_overlay_cont h2 a {
  margin: 0;
  display: inline-block;
  font-size: 24px;
  color: var(--whitec);
  transition: 0.5s;
}
.portfolio_overlay_cont h2 a:hover {
  color: var(--bgcolor);
}
.portfolio_overlay_cont p {
  font-size: 16px;
  font-weight: 400;
  color: var(--whitec);
}
.inner_portfolio_items:hover .portfolio_overlay_cont {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
/* portfolio lower nav area css */
.portfolio_lo_nav_area {
  padding: 40px 0 0;
}
.inner_portfolio_lower_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.inner_portfolio_lower_nav ul li {
  display: inline-block;
}
.inner_portfolio_lower_nav ul li a {
  display: inline-block;
  border-radius: 5px;
  font-size: 19px;
  line-height: 1;
  margin: 0 5px;
  padding: 15px 24px;
  box-shadow: 0 10px 40px 0 rgba(50, 65, 141, 0.12);
}
.inner_portfolio_lower_nav ul li a.current {
  background-color: var(--bgcolor);
  color: var(--whitec);
}
.inner_portfolio_lower_nav ul li a:hover {
  background-color: var(--bgcolor);
  color: var(--whitec);
}
.inner_portfolio_lower_nav ul li a i {
  font-size: 22px;
  font-weight: bold;
}
/*======== portfolio area end  ==========*/

/*======== blog left area start  ==========*/
.yblog_left {
  padding: 60px 0 70px;
}
.inner_yblog_form {
  position: relative;
  width: 100%;
  padding: 20px 0 20px;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
}
.inner_yblog_form input {
  width: 80%;
  outline: none;
  height: 55px;
  border: 1px solid #efefef;
  margin-left: 20px;
  padding-left: 20px;
}
.inner_yblog_form button {
  position: absolute;
  display: inline-block;
  right: 0;
  outline: none;
  border: none;
  padding: 16px 20px 15px;
  margin-right: 13px;
  background-color: #ddddddfa;
}
.inner_yblog_form button i {
  font-size: 18px;
}
/* inner  left title css */
.inner_yblog_left_title {
  margin: 30px 0 30px;
  width: 100%;
  padding: 20px 20px 15px;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
}
.inner_yblog_left_title h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
.inner_yblog_left_title a {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
}
.inner_yblog_left_title a.bottom {
  border-bottom: none;
}
.inner_yblog_left_title a:hover {
  color: var(--hoverbg);
}
/* innr blog left style 2 css*/
.inner_yblgo_left_style2 a {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #dddddd;
  padding: 13px 0 12px;
  margin-top: 0;
}
.inner_yblgo_left_style2 a:hover {
  color: var(--bgcolor);
}
/* blog left inner css */
.inner_yblog_left_img {
  margin-bottom: 10px;
}
.inner_yblog_left_img img {
  width: 100%;
  margin: 12px 0 -0;
}
.yblog_left_inner {
  padding: 0 0;
  background: none;
  margin-bottom: 30px;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 5%);
}
.yblog_left_sub {
  padding: 25px 0 30px 15px;
}
.yblog_left_sub h2 a {
  width: 100%;
  font-size: 22px;
}
.yblog_left_sub h2 a:hover {
  color: var(--bgcolor);
}
.yblog_left_text_sub {
  padding: 0px 0 10px;
}
.yblog_left_text_sub span {
  color: var(--paracolor);
}
.yblog_left_text_sub span i {
  color: var(--bgcolor);
}
.yblog_left_sub p {
  font-size: 16px;
  font-weight: 400;
  width: 95%;
}
.yblog_left_sub > a {
  display: inline-block;
  margin: 7px 0 0;
  padding: 7px 25px;
  border: 1px solid #dddddd;
  font-size: 16px;
  font-weight: 400;
  border-radius: 5px;
  color: var(--paracolor);
  text-transform: capitalize;
}
.yblog_left_sub > a:hover {
  background-color: var(--bgcolor);
  color: var(--whitec);
}
.ycalender_inner h5 {
  background-color: var(--bgcolor);
  color: var(--whitec);
  padding: 14px 0 12px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 100%;
  margin: 0;
}
.ycalender_inner {
  padding: 20px 20px;
  width: 100%;
}
.ycalender_inner th {
  text-align: center;
  border: 1px solid #dddddd;
  padding: 10px 16px;
  font-size: 15px;
  font-weight: 700;
}
.ycalender_inner td {
  text-align: center;
  border: 1px solid #dddddd;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 400;
}
.speko_active {
  color: var(--whitec);
  background-color: var(--bgcolor);
}
.transko_active {
  color: var(--whitec);
  background-color: var(--bgcolor);
}
.speko_theme_widget .widget a {
  color: var(--pracolor);
}
.wp-calendar-nav span a {
  border: none;
  padding: 10px 0 0;
}
/*======== blog left area end  ==========*/

/*======== project information area start  ==========*/
.project_information_area {
  padding: 100px 0 85px;
}
.inner_project_information_img {
  margin-bottom: 20px;
}
.inner_project_information_img img {
  width: 100%;
}
/* inner project right content css */
.inner_project_right_content h2 {
  font-size: 24px;
}
.inner_project_right_content p span {
  font-size: 16px;
  color: var(--bgcolor);
  font-weight: 700;
}
/* inner project infomation icons css */
.inner_project_in_icon a {
  width: 48px;
  height: 48px;
  border: 1px solid #dddddd;
  display: inline-block;
  line-height: 46px;
  text-align: center;
  border-radius: 30px;
  background-color: var(--whitec);
  color: var(--bgcolor);
  font-size: 20px;
  margin-right: 4px;
}
.inner_project_in_icon a:hover {
  background-color: var(--bgcolor);
  color: var(--whitec);
}
/* inner project text area css */
.inner_project_text_area {
  margin-top: 25px;
}
.inner_project_text_area h2 {
  font-size: 24px;
}
.inner_project_information_descrip {
  margin-bottom: 8px;
}
.inner_project_information_descrip h4 {
  font-size: 16px;
}
.inner_project_information_descrip p {
  margin: 0;
}
/* inner project information description css */
.inner_project_infor_list {
  margin-bottom: 15px;
  padding: 0;
  list-style: none;
}
.inner_project_infor_list li {
  margin-bottom: 5px;
}
/*======== project information area end  ==========*/

/*======== single blog page area start  ==========*/
.inner_single_box_area {
  background-color: #f8f9fa;
  padding: 20px 20px 20px;
}
.inner_single_box_area p {
  margin-bottom: 5px;
}
.inner_single_page_content_area p {
  margin-top: 20px;
}

/* single shop page */
/* Demo Product Area Start */

.sec_padding {
  padding: 100px 0 90px;
}
.prdc-pic img {
  width: 100%;
}
.prdc-pic {
  position: relative;
  margin-bottom: 30px;
}
.prdc-lft .onsale {
  padding: 8px 12px;
  display: inline-block;
  border-radius: 2px;
  font-size: 14px;
  text-transform: uppercase;
  right: auto;
  top: 10px;
  left: 10px;
  line-height: 1;
  min-width: auto;
  min-height: auto;
}
.prdc-lft .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 2em;
  z-index: 9;
  width: 36px;
  height: 36px;
  background: #fff;
  text-indent: -9999px;
  border-radius: 100%;
  box-sizing: content-box;
}
.prdc-lft .woocommerce-product-gallery__trigger::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 9px;
  box-sizing: content-box;
}
.prdc-lft .woocommerce-product-gallery__trigger::after {
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  background: #000;
  border-radius: 6px;
  position: absolute;
  top: 19px;
  left: 22px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: content-box;
}
.product .product_title {
  margin-bottom: 4px;
  font-size: 24px;
}
.price ins {
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
}
.qntity_own {
  font-weight: 700;
}
.tab_list_main {
  box-shadow: 0px 0 28px 6px rgb(0 0 0 / 5%);
  margin-bottom: 30px !important;
}
.inner_tab_star i {
  display: inline-block;
  color: var(--bgcolor);
}
.single_shop_btn {
  position: relative;
  margin-top: -60px;
}
.quantity .qty {
  border: 1px solid #ddd;
}
.quantity .qty {
  border: 1px solid #ddd;
  margin: 0 10px;
  height: 39px;
  width: 90px;
  text-align: center;
}
form.cart.single_pcart {
  display: flex;
  align-items: baseline;
  margin: 21px 0;
}
form.cart .button {
  background: #be9674;
  padding: 12px 15px;
  line-height: 16px;
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.2s;
  border: none;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
}
form.cart .button:hover {
  background: #e0a067;
}
p.price {
  color: #e0a067;
}
p.price del {
  font-weight: 500;
  opacity: 0.5;
  display: inline-block;
}
.entry-summary span {
  font-weight: 700;
  margin-top: 7px;
}

.entry-summary span a {
  font-weight: 700;
  color: var(--titlecolor);
}
.tbd_product.single_summery_p_icon {
  margin-bottom: 10px;
  box-shadow: none;
  /* box-shadow: 0 0 10px 0 rgba(148, 146, 245, 0.2); */
  padding: 12px 0;
}
.single_summery_p_icon .thb_product_car {
  position: inherit;
  justify-content: flex-start;
  opacity: 1;
}
.demo-pr {
  position: static !important;
}
.woocommerce-tabs ul.tabs {
  padding: 0 0 10px;
  margin: 0 0 30px;
  overflow: hidden;
  position: relative;
}
.woocommerce-tabs ul.tabs::before {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #d3ced2;
  z-index: 1;
}
.woocommerce-tabs ul.tabs li.active a {
  border: none;
  display: inline-block;
  padding: 8px 1.5em;
  background: #be9674;
  margin-right: 15px;
  margin-left: 2px;
  color: #fff;
  font-weight: 700;
  border-radius: 4px 4px 0 0;
}
.woocommerce-Reviews-title {
  font-size: 20px;
  padding-bottom: 20px;
}
span.comment-reply-title {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}
.stars {
  display: block;
  margin: 0 0 10px;
}
#review_form_wrapper .comment-form label {
  font-size: 14px;
  margin-right: 10px;
  font-weight: 700;
}

.comment-form-rating p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}
.comment-form-rating .star-rating {
  color: #ffc107;
}

.comment-form-rating p.stars a {
  color: #ffc107;
}
.comment-form-rating p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: WooCommerce;
  content: "\e021";
  text-indent: 0;
}

.comment-form-rating p.stars a:hover ~ a::before {
  content: "\e021";
}

.comment-form-rating p.stars:hover a::before {
  content: "\e020";
}

.comment-form-rating p.stars.selected a.active::before {
  content: "\e020";
}

.comment-form-rating p.stars.selected a.active ~ a::before {
  content: "\e021";
}

.comment-form-rating p.stars.selected a:not(.active)::before {
  content: "\e020";
}
.comment-form-comment textarea {
  border: 1px solid #f6f6f6;
  box-sizing: border-box;
  width: 100%;
  height: 75px;
}
button.button {
  font-size: 100%;
  margin: 0 0 45px;
  line-height: 1;
  cursor: pointer;
  position: relative;
  overflow: visible;
  padding: 0.618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  border: 0;
  transition: 0.5s;
  display: inline-block;
  box-shadow: none;
  text-shadow: none;
}
.stars i {
  color: var(--bgcolor);
}
button.button:hover {
  color: var(--whitec);
  background: var(--bgcolor);
}
h2.witr_related_title {
  padding: 20px 0 40px;
}
.wp_related .tbd_product {
  margin: 50px 0;
  box-shadow: 0 0 10px 0 rgba(148, 146, 245, 0.2);
}

/* Demo Product Area End */
/* single comment title css */
.single_comment_title {
  margin: 35px 0 55px;
}
.single_comment_title h3 {
  font-size: 20px;
}
.single_post_comment_area input {
  width: 47%;
  outline: none;
  height: 42px;
  padding: 0 20px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  margin-right: 20px;
  margin-bottom: 20px;
}
/* inner single post checkbox css */
.inner_single_post_checkbox {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.inner_single_post_checkbox input {
  height: 15px;
  width: 12px;
  margin-right: 6px;
}
.single_post_comment_area textarea {
  width: 97%;
  padding: 10px 20px;
  height: 150px;
  margin-top: 15px;
  margin-bottom: 15px;
  outline: none;
  border: 1px solid #ced4da;
  border-radius: 5px;
}
.single_post_comment_area button {
  display: inline-block;
  text-align: center;
  padding: 16px 30px;
  margin-top: 5px;
  border-radius: 5px;
  background-color: var(--brcolor);
  color: var(--whitec);
  border: none;
  outline: none;
  transition: 0.6s;
}
.single_post_comment_area button:hover {
  background-color: var(--bgcolor);
}
/*======== single blog page area end  ==========*/

/*======== tn milesim area start  ==========*/
.tn_milesim {
  padding: 110px 0 120px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 999;
  margin-top: 50px;
  background-color: #121211;
}
/* footer input */

.footer_title_area h2 {
  color: var(--whitec);
  font-size: 40px;
}
.footer_input {
  margin-top: 14px;
  margin-bottom: 20px;
}
.footer_input input {
  width: 78%;
  font-size: 16px;
  line-height: 28px;
  border: none;
  outline: none;
  padding: 15px 30px;
  height: 55px;
  border-radius: 30px 0 0 30px;
  background: var(--whitec);
  color: var(--titlecolor);
}
.footer_input button {
  width: 20%;
  border-radius: 0px 32px 30px 0px;
  font-size: 30px;
  text-align: center;
  cursor: pointer;
  padding: 0 15px 10px;
  transition: 0.5s;
  background: var(--bgcolor);
  color: var(--whitec);
  border: none;
  margin-left: -5px;
}

.single_post_comment_area input {
  width: 100%;
  outline: none;
  height: 42px;
  padding: 0 20px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.footer_input button:hover {
  background: var(--titlecolor);
}
.footer_input input::placeholder {
  color: var(--titlecolo);
}
.footer_title_area p {
  padding: 30px 0 15px;
  color: var(--whitec);
}
.footer_widget h2 {
  font-size: 18px;
  color: var(--whitec);
}
.footer_widget h3 {
  font-size: 36px;
  color: var(--whitec);
}
.footer_brand img {
  margin-bottom: 20px;
}
/*======== tn milesim area end  ==========*/

/*======== footer area start  ==========*/
.footer_area {
  padding: 100px 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 999;
}
.footer_item_widget p {
  color: var(--whitec);
  margin-top: 7px;
}
/* footer socail icon css */
.footer_socail_icon {
  padding: 15px 0 0;
  margin-bottom: 10px;
}
.footer_socail_icon a {
  display: inline-block;
  border-radius: 4px;
  margin-right: 5px;
  margin-bottom: 5px;
  height: 40px;
  width: 40px;
  transition: 0.5s;
  line-height: 40px;
  text-align: center;
  color: var(--whitec);

}

.footer_socail_icon a:hover {
  background-color: var(--bgcolor);
  color: var(--whitec);
}
/* footer nav css */
.footer_widget_middle h2 {
  color: var(--whitec);
  font: 22px;
}
.footer_nav {
  margin-top: 20px;
}
.footer_nav ul {
  list-style: none;
  padding-left: 0;
}
.footer_nav ul li {
  padding: 0 0 10px;
}
.footer_nav ul li a {
  color: var(--whitec);
  font-size: 16px;
  font-weight: 400;
}
.footer_nav ul li a:hover {
  color: var(--bgcolor);
}
.footer_address {
  margin-top: 20px;
}
.footer_address ul {
  list-style: none;
  padding-left: 0;
}
.footer_address ul li {
  padding: 0 0 10px;
  color: var(--whitec);
}
.footer_address ul li i {
  margin-right: 10px;
  color: var(--whitec);
}

/*======== footer area end  ==========*/

/*======== copyright area start  ==========*/
.copyright_title {
  margin: 30px 0 0;
  padding: 15px 0 18px;
  border: none;
  border-top: 1px solid var(--bgcolor);
  background-color: transparent;
}
.copy-right-text p {
  color: var(--whitec);
  margin: 0;
  text-align: center;
}
.copyright_menu {
  text-align: right;
}
.copyright_menu a {
  padding: 0 10px;
  color: var(--whitec);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}
.copyright_menu a:hover {
  color: var(--bgcolor);
}
/*======== copyright area end  ==========*/

/*======== scroll top btn css  ==========*/
#scrollUp {
  position: fixed;
  bottom: 40px;
  font-size: 22px;
  height: 40px;
  line-height: 42px;
  right: 40px;
  text-align: center;
  border-radius: 5px;
  width: 40px;
  color: var(--whitec);
  background: var(--bgcolor);
  display: none;
  cursor: pointer;
  z-index: 9999;
}

/*======== ship application area start  ==========*/
.ship-application-wrap {
  padding: 80px 0 60px;
}
.ship-application-grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}
.ship-application-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.ship-application-card--reverse {
  direction: rtl;
}
.ship-application-card--reverse > * {
  direction: ltr;
}
.ship-application-media {
  height: 320px;
  overflow: hidden;
}
.ship-application-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.ship-application-card:hover .ship-application-media img {
  transform: scale(1.05);
}
.ship-application-body {
  padding: 30px;
}
.ship-application-body h3 {
  font-size: 24px;
  margin-bottom: 15px;
  color: var(--titlecolor);
}
.ship-application-body h4 {
  font-size: 18px;
  margin: 20px 0 10px;
  color: var(--bgcolor);
}
.ship-application-body p {
  color: var(--paracolor);
  line-height: 1.7;
  margin-bottom: 10px;
}
.ship-application-body .app-result-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
}
.ship-application-body .app-result-table th,
.ship-application-body .app-result-table td {
  border: 1px solid #e5e7eb;
  padding: 10px 12px;
  text-align: left;
  font-size: 15px;
}
.ship-application-body .app-result-table th {
  background: #f3f4f6;
  font-weight: 600;
}
.tn_service_area-fb {
  padding: 115px 0 95px;
  margin-bottom: 60px;
}
.tn_service_area-fb h2,h4,p {

color: var(--titlecolor);
}
.partner_item-fb img {
    max-width: 100%;
    max-height: 300px;
    width:300px;
    height: 200px;
    margin-top:20px;
    transition: all 0.3s ease;
}
.inner_slider_area {
  position: relative;
}

.inner_slider_area::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

/* 如果 div 里有文字/按钮等内容，确保显示在蒙版上方 */
.inner_slider_area > * {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .ship-application-card,
  .ship-application-card--reverse {
    grid-template-columns: 1fr;
    direction: ltr;
  }
  .ship-application-media {
    height: 240px;
  }
}

@media (max-width: 480px) {
    .txbdcon h2{
        margin-top:8px;
    }
    .tn_about_area .about_single_img{
      width: 100%;
      height: 400px;
      object-fit: cover;
    }
    .whatapp-btn {
      position: fixed !important;
      bottom: 155px !important;
      right: 37px!important;
      width: 48px!important;
      height: 45px!important;
      border-radius: 50%;
      /*background-color: var(--secondary-color);*/
      color: white;
      background-color: #11438F!important;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s ease;
      z-index: 9999;
      outline: none;
      border: none;
      opacity: 1;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
      text-decoration: none;
    }

    .whatapp-btn:hover {
      /*background-color: var(--secondary-hover-color);*/
      background-color: rgba(37, 211, 102, 0.7);
    }

    .whatapp-btn i {
      font-size: 20px;
    }
    .email-btn {
      position: fixed !important;
      bottom: 205px !important;
      right: 37px!important;
      width: 48px!important;
      height: 45px!important;
      border-radius: 50%;
      /*background-color: var(--secondary-color);*/
      color: white;
      background-color: #11438F!important;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: all 0.3s ease;
      z-index: 9999;
      outline: none;
      border: none;
      opacity: 1;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
      text-decoration: none;
    }

    .email-btn:hover {
      /*background-color: var(--secondary-hover-color);*/
      background-color: rgba(37, 211, 102, 0.7);
    }

    .email-btn i {
      font-size: 20px;
    }

}

.solution_text{
display:flex;
align-items:center;
}
/*======== ship application area end  ==========*/


.whatapp-btn {
  position: fixed ;
  bottom: 88px ;
  right: 37px;
  width: 48px;
  height: 45px;
  border-radius: 50%;
  /*background-color: var(--secondary-color);*/
  color: white;
  background-color: #11438F;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 9999;
  outline: none;
  border: none;
  opacity: 1;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.whatapp-btn:hover {
  /*background-color: var(--secondary-hover-color);*/
  background-color: rgba(37, 211, 102, 0.7);
}

.whatapp-btn i {
  font-size: 20px;
}
.email-btn {
  position: fixed ;
  bottom: 140px ;
  right: 37px;
  width: 48px;
  height: 45px;
  border-radius: 50%;
  /*background-color: var(--secondary-color);*/
  color: white;
  background-color: #11438F;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 9999;
  outline: none;
  border: none;
  opacity: 1;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.email-btn:hover {
  /*background-color: var(--secondary-hover-color);*/
  background-color: rgba(37, 211, 102, 0.7);
}

.email-btn i {
  font-size: 20px;
}
.site_logo_area{
width:50%;
height:50%;
}
.site_logo_area img{
width:85%;
height:auto;
}



