/*
***************************
    Theme Name: NetSpeed

    1.main menu area
    2.mobile logo area
    3.slider area
    4.about area
    5.brand area
    6.service area
    7.video area
    8.feature area
    9.project area
    10.entertainment area
    11.apportment area
    12.project area
    13.counter area
    14.price area
    15.connection area
    16.testimonial area
    17.apportment area
    18.blog area
    19.call to action
    20.footer area

***********************
*/

/* ======= site font family ==========*/

@import url("https://fonts.googleapis.com/css2?family=Gemunu+Libre:wght@200..800&amp;family=Nunito:wght@200..1000&amp;display=swap");

:root {
  --blackc: #000000;
  --whitec: #fff;
  --bgcolor: #f56616;
  --paracolor: #555;
  --titlecolor: #060917;
  --brcolor: #ff9800;
}
html,
body {
  overflow-x: hidden;
}
/* defult css */
body {
  font-size: 16px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  color: var(--paracolor);
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-size: 27px;
  font-weight: 800;
  text-transform: capitalize;
  font-family: "Gemunu Libre", sans-serif;
  color: var(--titlecolor);
}
h1,
h1 a {
  font-size: 30px;
}
h2,
h2 a {
  font-size: 27px;
}
h3,
h3 a {
  font-size: 22px;
}
h4,
h4,
h4 a {
  font-size: 17px;
  font-weight: 800;
  color: #ff3d00;
  text-transform: capitalize;
}
h5,
h5 a {
  font-size: 16px;
}
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;
  border: 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;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  transition: 0.5s;
  text-decoration: none;
  color: var(--bgcolor);
}
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);
}
a {
  text-decoration: none;
  color: var(--paracolor);
  transition: 0.5s;
}
a:hover {
  color: var(--bgcolor);
}
.witr_all_pd0 {
  padding: 0;
}
/* highlight color css */
h2 span.highlight {
  color: var(--bgcolor);
}

/*======== header top start ==========*/
.header_top {
  padding: 12px 85px;
  background: var(--bgcolor);
}
.top_menu_left {
  margin-left: 14px;
  color: var(--blackc);
}
.top_menu_left span {
  color: var(--blackc);
  margin-right: 10px;
  font-size: 14px;
  font-weight: 500;
}
.top_menu_left span i {
  margin-right: 6px;
}
/*--ICON--*/
.top_menu_left a i {
  margin-right: 6px;
  color: var(--blackc);
  font-size: 13px;
}
.top_menu_left a span {
  color: var(--blackc);
  font-size: 14px;
}

.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: 14px;
  font-weight: 600;
  color: var(--blackc);
}
.top_menu_left_icon a i:hover {
  color: var(--bgcolor);
}

/*--top_menu_right--*/
.main_top_right {
  display: flex;
  align-items: center;
  justify-content: end;
}
.top_menu_right {
  color: var(--blackc);
  margin-right: 15px;
}
.top_menu_right a {
  color: var(--blackc);
  margin-left: 14px;
  transition: 0.5s;
}
.top_address p {
  margin: 0;
  color: var(--blackc);
  font-size: 14px;
}
.top_menu_right a {
  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 {
  transition: 0.5s;
  padding: 8px 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 11;
}
.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-color: rgb(0 0 0 / 70%);
}
.styky_down.sticky {
  padding-top: 55px;
}
.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 {
  color: var(--whitec);
}

.main_menu_area.sticky .inner_main_nav_area > ul > li > a:hover {
  color: var(--bgcolor);
}
.main_menu_area.sticky .inner_main_nav_area > ul > li > a i {
  color: var(--whitec);
}
.main_menu_area.sticky .main_nav_btn a {
  color: var(--whitec);
}
.main_menu_area.sticky .main_nav_icons a i,
.main_nav_icon_right > i {
  color: var(--whitec);
}
/* main nav area css */
.main_nav_area {
  display: flex;
  align-items: baseline;
  justify-content: end;
}
/* 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;
  margin: 0 100px;
}
/* inner main nav area css */
.inner_main_nav_area ul {
  margin: 0;
  padding: 0;
  text-align: end;
}
.inner_main_nav_area > ul > li {
  display: inline-block;
  position: relative;
}
.inner_main_nav_area > ul > li > a {
  display: block;
  margin: 38px 9px;
  transition: 0.2s;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  font-family: "Gemunu Libre", sans-serif;
  color: var(--whitec);
  text-transform: capitalize;
}
.inner_main_nav_area > ul > li > a:hover {
  color: var(--bgcolor);
}
.mcallphone p {
  margin: 0;
  color: var(--blackc);
  font-weight: 600;
}
.main_menu_area.sticky .mcallphone p {
  color: var(--whitec);
}
.main_menu_area.sticky .mcallphone > i {
  color: var(--whitec);
}
/*--top_menu_right--*/

/* 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);
}
.inner_main_nav_area ul li a.menu_nav_active {
  color: var(--bgcolor) !important;
}
.main_nav_btn a:hover {
  background-color: var(--bgcolor);
  color: var(--whitec);
}
.absolute_menu .inner_main_nav_area > ul > li > a {
  color: var(--whitec);
}
.absolute_menu .inner_main_nav_area > ul > li > a:hover {
  color: var(--bgcolor);
}
/* main nav icons together */
.menu_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;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 100%;
  cursor: pointer;
  transition: 0.5s;
  color: var(--whitec);
  margin-left: 25px;
  cursor: pointer;
  font-size: 16px;
}
.main_menu_area.sticky .main_nav_icons > i {
  color: var(--whitec);
}
.main_nav_icons > i:hover {
  background-color: var(--bgcolor);
}
.nav_icon_popup.icon_popup {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

/* main nav icon right */
.main_nav_icon_right {
  margin-left: 22px;
}
.main_nav_icon_right > i {
  font-size: 30px;
  cursor: pointer;
  color: var(--blackc);
}
.inner_nav_popup_form_icons.side_page_icon button i {
  color: var(--whitec) !important;
}
.main_menu_area.sticky .main_nav_icon_right > i {
  color: var(--whitec);
}
/* nav icon popup css */
.nav_icon_popup {
  position: fixed;
  bottom: 100%;
  left: 0;
  background: rgb(254 189 17 / 64%);
  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;
  bottom: 0;
}
/* 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 icon right */
.main_nav_icon_right {
  margin-left: 22px;
}
.main_nav_icon_right > i {
  font-size: 30px;
  cursor: pointer;
  color: var(--blackc);
}
.inner_nav_popup_form_icons.side_page_icon button i {
  color: var(--whitec) !important;
}
.main_menu_area.sticky .main_nav_icon_right > i {
  color: var(--whitec);
}

/* header bbtn */
.donate_btn_header {
  display: inline-block;
}
.donate_btn_header a {
  background: var(--bgcolor);
  color: var(--whitec);
  display: block;
  margin-left: 20px;
  border-radius: 5px;
  padding: 13px 25px;
  font-size: 20px;
  font-weight: 500;
  font-family: "Gemunu Libre", sans-serif;
}
.donate_btn_header a:hover {
  background: var(--brcolor);
}
/* header bbtn */
/* address middle css */

.main_nav_middle_box_item p {
  padding: 20px;
  color: var(--paracolor);
}
.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(--titlecolor);
  color: var(--whitec);
  display: block;
  transition: 0.5s;
  font-size: 16px;
  margin-left: 20px;
  border-radius: 50px;
  padding: 16px 40px;
  font-weight: 600;
}
.menu_btn a:hover {
  color: var(--whitec);
  background-color: var(--bgcolor);
}
/* 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;
  list-style: none;
}
.inner_main_nav_area ul li .sub_menu li a {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #444;
  padding: 6px 17px;
  text-transform: capitalize;
}
.inner_main_nav_area ul li .sub_menu li a:hover {
  color: var(--bgcolor);
  margin-left: 5px;
}
.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);
}
/* h3 menu */
.h3_search_icon i {
  background-color: var(--bgcolor);
  color: var(--whitec);
}
.h3_menu_btn a {
  background-color: var(--bgcolor);
  transition: 0.5s;
}
.h3_menu_btn a:hover {
  background-color: var(--titlecolor);
}
/*======== 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 5px;
  font-weight: 500;
  display: block;
}
.mean-container .mean-nav ul li a.mean-expand {
  width: 23px;
  background: #66666617;
  height: 23px;
  line-height: 23px;
  top: -3px;
}
.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;
  color: var(--blackc);
}
.mobile_cicon i {
  color: var(--blackc);
}
.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 {
  position: relative;
  overflow: hidden;
}
.inner_slider_area {
  height: 980px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex !important;
  align-items: center;
  position: relative;
}
.inner_slider_content {
  margin: 0 auto;
  text-align: left;
  width: 63%;
  animation: img-anim-right 3.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s
    forwards;
  opacity: 0;
}
@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 h2 {
  font-size: 80px;
  margin: 0;
  color: var(--whitec);
}
.inner_slider_content h3 {
  font-size: 80px;
  margin: 0;
  color: var(--whitec);
}
.inner_slider_content h3 span.highlight {
  color: var(--whitec);
}
.inner_slider_content p {
  color: var(--whitec);
  font-size: 22px;
  font-weight: 400;
  margin-top: 16px;
  width: 50%;
}
/* golobal btn css */
.b_btn {
  margin-top: 70px;
}
.b_btn a {
  display: inline-block;
  padding: 18px 40px;
  color: var(--whitec);
  font-size: 16px;
  font-weight: 600;
  border: 1px solid transparent;
  margin-right: 10px;
  border-radius: 5px;
  background-image: linear-gradient(90deg, #f56616 0%, #f0ac0e 100%);
}
.b_btn a:hover {
  background-image: linear-gradient(90deg, #f0ac0e 0%, #f56616 100%);
  color: var(--whitec);
}
/*======== 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: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -9999;
  transform: scale(1.4);
}
.witr_youtube_video iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*======== video area end  ==========*/

/*======== breadcum area start  ==========*/
.breadcum_area {
  background-size: cover;
  background-position: center center;
}
.inner_breadcum_area {
  padding: 140px 0px;
  text-align: center;
}
.inner_breadcum_area h1 {
  font-size: 30px;
  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: 700;
  color: var(--whitec);
}
.inner_breadcum_area ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: var(--whitec);
}
.inner_breadcum_area ul li i,
.inner_breadcum_area ul li a i {
  font-size: 22px;
}
.netspeed_menu {
  background-color: rgba(0, 0, 0, 0.7);
}
/*======== breadcum 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: 0;
}
.slick-next {
  right: 18px;
}
.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);
}

/*======== about area end =======*/
.about_area {
  padding: 110px 0 60px;
}
.single_blog h2 {
  font-size: 42px;
}
.single_blog p {
  margin-top: 31px;
  margin-bottom: 40px;
}
.main_about_content {
  display: flex;
  gap: 15px;
  align-items: baseline;
  margin-bottom: 20px;
}
.about_content h3 a {
  font-size: 27px;
}
.about_btn {
  margin-top: 40px;
}
/*======== about area end  ==========*/

/*======== nb brand area start  ==========*/
.brand_area {
  padding: 60px 0px;
}
.br_brand {
  margin-top: 60px;
}
.inner_brand_area img {
  margin: 0 auto;
}
/*======== nb brand area end  ==========*/

/*======== service area start  ==========*/
.service_area {
  margin: 60px 0 0;
  padding: 100px 0 90px;
  position: relative;
  z-index: 9;
  background: #f9f9f9;
}
/* section title */
.section_title {
  text-align: center;
  margin-bottom: 60px;
}
.section_title h2,
.section_title h3 {
  font-size: 42px;
}
/* section title */
.main_service {
  box-shadow: 0 5px 20px 0 rgb(0 0 0 / 6%);
  padding: 50px 30px 40px;
  background: var(--whitec);
  text-align: left;
  border-radius: 10px;
  position: relative;
  transition: 0.5s;
  margin-bottom: 20px;
}
.main_service:hover {
  background: url(assets/image/feas-12.png) no-repeat center bottom;
}
.service_title h2 {
  margin: 30px 0 15px;
}
.service_btn {
  margin: 20px 0 0;
}
.service_btn a {
  font-size: 20px;
  font-weight: 500;
  font-family: "Gemunu Libre", sans-serif;
  border-style: none;
  color: var(--bgcolor);
  transition: 0.5s;
}
.service_btn a:hover {
  color: var(--brcolor);
}
/* net_single_service */
.net_single_service {
  padding: 120px 0 100px;
}
.main_services h2 {
  margin-top: 20px;
}
/* net_single_service */
/*======== service area end  ==========*/

/*===== feature area start  ====*/
.feature_area {
  margin: -120px 0 60px;
  position: relative;
  z-index: 1;
}
.main_feature {
  padding: 48px 30px 37px 30px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
  background-color: var(--whitec);
  border-radius: 10px;
  display: flex;
  gap: 30px;
}
.feature_title {
  width: 100%;
}
/*===== feature area end  ====*/

/*======= project area start  ======*/
.project_area {
  padding: 60px 0 155px;
  position: relative;
  z-index: 1;
}
.port_title {
  margin-bottom: 70px;
}
.port_title h2 {
  font-size: 48px;
  margin-top: 15px;
}
.inner_img_area {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.inner_img_overlay img {
  height: 100%;
  transition: 0.5s;
  width: 100%;
}
.inner_img_area:hover .inner_img_overlay img {
  transform: scale(1.2);
}
/* 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);
}
.inner_img_area :hover .img_overlay_go {
  transform: scale(1);
}
.item_pos {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 1px;
  margin-top: 1px;
}
/* absolute icons css */
.absolute_icons {
  transform: rotateY(90deg);
  position: absolute;
  top: 30px;
  left: 30px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.inner_img_area:hover .absolute_icons {
  transform: rotateY(0);
  opacity: 1;
  visibility: visible;
}
.absolute_icons a {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 5px;
  font-size: 30px;
  text-align: center;
  background-color: var(--bgcolor);
  color: var(--whitec);
}
.absolute_icons a:hover {
  background-color: var(--titlecolor);
  color: var(--whitec);
}
/* inner img content  */
.project_title {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  transition: 0.5s;
  text-align: center;
  margin: 0 30px;
}
.project_title p {
  color: var(--whitec);
  margin: 0;
}
.project_title h2 a {
  color: var(--whitec);
  font-size: 22px;
}
.project_title h2 a:hover {
  color: var(--bgcolor);
}
/* project area arrow */
.project_area .slick-prev,
.project_area .slick-next {
  opacity: 1;
  visibility: visible;
}
.project_area .slick-prev,
.project_area .slick-next {
  margin-left: 29px;
  left: 45%;
  top: 112%;
  width: 62px;
  height: 62px;
  line-height: 62px;
  opacity: 11;
  background-color: #ffffff00;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #e8e8e8;
  border-radius: 5px 5px 5px 5px;
}
.project_area .slick-next {
  margin-left: 100px;
}
.project_area .slick-prev::before,
.project_area .slick-next::before {
  border-radius: 10px 0px 10px 0px;
  font-size: 30px;
  color: var(--whitec);
  border: none;
  background: var(--titlecolor);
}
.project_area .slick-prev::before,
.project_area .slick-next::before {
  color: var(--brcolor);
  background: transparent;
  margin-left: -12px;
}
/* project arrow */
/*======= project area end  ======*/

/*======= entertainment area start  ======*/
.entertainment_area {
  margin: 60px 0;
}
.enter_title h2 {
  font-size: 42px;
}
.enter_title p {
  width: 95%;
  margin-top: 31px;
  margin-bottom: 25px;
}
.enter_list {
  box-shadow: none;
  padding: 20px 0 0;
}
/*======= entertainment area end  ======*/

/*===== counter area start  ====*/
.counter_area {
  position: relative;
  padding: 50px 0 30px;
  z-index: 1;
}
.inner_counter_area {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.counter_icon i {
  font-size: 50px;
  color: var(--bgcolor);
}
/* inner counter thumb css */
.inner_counter_thumb {
  display: flex;
  align-items: center;
}
.inner_counter_thumb h2,
.inner_counter_thumb h4 {
  font-size: 40px;
  margin: 0;
  color: #111111;
  font-weight: 700;
}
.inner_counter_area h3 {
  color: #444444;
  font-family: "Nunito", Sans-serif;
  font-size: 20px;
}
/*===== counter area end  ====*/

/*======== price area start  ==========*/
.price_area {
  margin: 60px 0;
  padding: 110px 0 100px;
  background: #f9f9f9;
}
.section_title p {
  width: 74%;
  margin: 0 auto 0;
  padding-bottom: 45px;
}
/* single price area css */
.inner_price_area {
  background: url(assets/image/pricing-1.jpg);
  text-align: center;
  margin-bottom: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
}
.pricing_middle {
  background: url(assets/image/pricing-2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.witr_pricing_icon i {
  color: var(--whitec);
  background-color: transparent;
  background-image: linear-gradient(180deg, #f56616 0%, #f0ac0e 90%);
  font-size: 30px;
  width: 82px;
  height: 82px;
  display: inline-block;
  text-align: center;
  line-height: 82px;
  border-radius: 100px 100px 100px 100px;
  margin: -45px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.pr_icon i {
  background: var(--titlecolor);
}
/* inner price sub content */
.inner_doller {
  position: relative;
}
.inner_doller::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #2d2f3a;
  left: 0;
  right: 0;
  top: 50%;
}
.inner_price_subc h2 {
  font-size: 18px;
  font-weight: 500;
}
.inner_price_subc h3 {
  font-size: 36px;
  color: var(--whitec);
  margin: 45px 0 50px;
}
.inner_doller span {
  font-weight: 600;
  font-size: 16px;
  padding: 13px 30px;
  display: inline-block;
  border-radius: 30px;
  color: var(--whitec);
  z-index: 1;
  position: relative;
  background-image: linear-gradient(90deg, #f56616 0%, #f0ac0e 100%);
}
/* inner price list menu css */

.inner_price_list_menu ul {
  list-style: none;
  padding: 0;
  margin: 55px 0;
}
.inner_price_list_menu ul li {
  font-size: 16px;
  font-weight: 400;
  margin: 20px 0px 20px;
  border-radius: 5px;
  color: var(--whitec);
}
.inner_price_list_menu ul li i {
  font-weight: 700;
  margin-right: 6px;
}
/* inner price btn */
.inner_price_btn {
  margin-top: 30px;
}
.inner_price_btn a {
  color: var(--whitec);
  background-color: transparent;
  background-image: linear-gradient(90deg, #f56616 0%, #f0ac0e 100%);
  font-family: "Roboto", Sans-serif;
  font-size: 15px;
  font-weight: 600;
  border-style: none;
  display: inline-block;
  padding: 17px 30px;
  margin: 0px 0px 60px 0px;
}
.inner_price_btn a:hover {
  background-image: linear-gradient(90deg, #f0ac0e 0%, #f56616 100%);
}
.price_area.single_price_title {
  background: transparent !important;
}
.single_call_img {
  margin-top: -100px;
}
/*======== price area end  ==========*/
.netspeed_blog {
  padding: 120px 0 100px;
}
/*======== connection area start  ==========*/
.connection_area {
  margin: 120px 0 60px;
}
.main_connect {
  transition: 0.5s;
  padding: 50px 0px 38px 30px;
}
.main_connect:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
}
.main_connect h2 {
  margin: 15px 0 20px;
}
/*======== connection area end  ==========*/

/* dots */
.slick-dots {
  bottom: -100px;
  position: absolute;
  right: 50%;
  left: 45%;
  display: inline-block;
  z-index: 11;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li button {
  background-color: var(--whitec);
}
.slick-dots li button {
  font-size: 0;
  width: 18px;
  height: 18px;
  border: 0;
  margin: 0 5px;
  cursor: pointer;
  padding: 0;
  transition: 0.5s;
  outline: 0;
  border-radius: 50%;
  background: var(--titlecolor);
}
.slick-dots li.slick-active button {
  background: var(--bgcolor);
}

/*===== video area start  ====*/
.video_area {
  background-position: center;
  background: url(assets/image/unlimit-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 105px 0 240px;
}
.video_content h2 {
  color: var(--whitec);
  font-size: 48px;
}
.video_content p {
  color: var(--whitec);
  margin: 25px 0 40px;
}
.video_box {
  display: flex;
  gap: 30px;
}
.v_title h2 {
  color: var(--whitec);
}
.video_btn {
  margin-top: 90px;
}
.video_btn a {
  border-radius: 5px;
  font-size: 20px;
  font-weight: 500;
  padding: 20px 40px;
  color: var(--whitec);
  transition: 0.5s;
  font-family: "Gemunu Libre", sans-serif;
  background-image: linear-gradient(90deg, #f56616 0%, #f0ac0e 100%);
}
.video_btn a:hover {
  background-image: linear-gradient(90deg, #f0ac0e 0%, #f56616 100%);
}
.inner_video_area a {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 28px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #f56616 0%, #f0ac0e 100%);
  color: var(--whitec);
  animation: witr-shadow 1s linear infinite;
}
@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);
  }
}
.inner_video_area {
  padding-top: 120px;
}
/*===== video area end  ====*/

/*=====  testimonial area start  ====*/
.testimonial_area {
  background-color: #060917;
  margin: 40px 0 0;
  padding: 120px 0 210px;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.client_title h2 {
  color: var(--whitec);
}
.client_title p {
  color: var(--whitec);
}
.single_testimonial_text h4 {
  font-weight: 500;
  letter-spacing: 3px;
}
.single_testimonial_text h2 {
  font-size: 48px;
}
.ticon i {
  display: inline-block;
  color: var(--bgcolor);
}
.single_testimonial {
  padding: 37px 30px 26px;
  position: relative;
  text-align: left;
  background-color: var(--whitec);
  margin: 0 10px;
  border-radius: 5px;
}
.test_single_img {
  display: flex;
  gap: 25px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.tstitle {
  font-size: 20px;
  margin-bottom: 10px;
  padding: 10px 0px 0px 0px;
}
.tesspanf {
  color: var(--bgcolor);
  font-size: 14px;
  margin-top: 5px;
  font-weight: 400;
}
.testimonial_area .slick-dots li button {
  width: 35px;
  height: 10px;
  border-radius: 5px;
  background-color: #5e6069;
}
.testimonial_area .slick-dots li.slick-active button {
  background: var(--whitec);
}

/*========  testimonial area end  ====*/

/*===== client area start  ====*/
.restimonial_area {
  margin: 120px 0 150px;
}
.witr_testi_itemt {
  padding: 0 10px;
}
.em_single_testimonial {
  position: relative;
  margin-bottom: 30px;
  transition: 0.5s;
  padding: 37px 30px 26px;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
  text-align: left;
  border: 2px solid var(--bgcolor);
  background: var(--whitec);
}
.em_test_thumb {
  float: left;
  margin-right: 20px;
}
.test-part {
  margin-bottom: 10px;
}
.test-part,
.test-part h6,
.test-part ul li {
  display: inline-block;
}
.em_test_thumb img {
  display: initial !important;
  border-radius: 50%;
  width: 59px;
}
.all_color_testimonial h6,
.all_color_testimonial h2 {
  font-size: 25px;
}
.test_q_icon_ri {
  background: var(--bgcolor);
  color: var(--titlecolor);
  float: right;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 30px;
  top: 20px;
  right: 20px;
  text-align: center;
  position: absolute;
}
.em_testi_title span {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 600;
  color: var(--bgcolor);
}
.em_testi_content {
  position: relative;
  text-align: center;
}
.em_testi_text {
  overflow: hidden;
  padding-top: 15px;
  float: left;
  text-align: left;
}
.test-part ul li {
  padding-top: 0;
}
.execllent_toggol {
  display: flex;
  align-items: center;
  justify-content: center;
}
.em_crating i {
  font-size: 18px;
  color: var(--bgcolor);
}
.em_single_testimonial:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.13);
}
.restimonial_area .slick-prev::before,
.restimonial_area .slick-next::before {
  border-radius: 0;
}
/* about */
.witr_background_test {
  border-top: 2px solid var(--bgcolor);
  border-bottom: 2px solid var(--bgcolor);
  margin-top: 50px;
  margin-bottom: 60px;
  background-color: var(--whitec);
}
.test_border {
  box-shadow: 0 0 10px 0 rgb(240 241 243);
  padding: 50px 40px;
  width: 70%;
  margin: -50px auto;
  border-left: none;
  border-right: none;
}
.h2_restimonial_area {
  padding: 70px 0 100px;
}
/*===== client area end  ====*/

/*===== team area start  ====*/
.team_area {
  padding: 120px 0 100px;
  background-color: #f9f9f9;
}
.team_part_main {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.05);
}
.witr_team_section img {
  width: 100%;
}
.witr_team_section a {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  font-size: 22px;
  opacity: 0;
  visibility: hidden;
  width: 52px;
  height: 52px;
  display: inline-block;
  text-align: center;
  color: var(--whitec);
  line-height: 52px;
  border-radius: 50%;
  background: var(--brcolor);
}
.witr_team_section {
  position: relative;
  text-align: center;
}
.team_part_main:hover .witr_team_section a {
  opacity: 1;
  visibility: visible;
}
.witr_team_content {
  padding: 23px 5px 23px;
}
.witr_team_content span {
  font-size: 18px;
  color: #f56616;
}

/* team 2 */
.team_area_inner {
  padding: 120px 0 100px;
}
.all_team_color {
  box-shadow: none;
  position: relative;
}
.main_text_item {
  bottom: -67px;
  left: 0;
  margin: 0 10px;
  padding: 30px 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 9;
  transition: 0.5s;
  background: var(--whitec);
}
.all_team_color:hover .main_text_item {
  bottom: 0;
  background: #f56616e6;
}
.social_icon a {
  border-radius: 50%;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin: 14px 3px 0;
  text-align: center;
  width: 35px;
  color: #f56616;
  background: var(--whitec);
}
.all_team_color:hover .main_text_item h2 a {
  color: var(--whitec);
}
.all_team_color:hover .main_text_item span {
  color: var(--whitec);
}
/*===== team area end  ====*/

/*======== faq area start  ==========*/
.faq_area {
  padding: 120px 0 100px;
}

/* inner faq accrodion item css */
.faq_text h4 {
  font-size: 15px;
}
.faq_text h2 {
  font-size: 42px;
}
.faq_text p {
  margin-bottom: 35px;
}
.inner_faq_ac_item {
  margin-bottom: 20px;
  border: 1px solid #ddd;
}
.inner_faq_ac_item a {
  width: 100%;
  font-size: 22px;
  padding: 20px;
  font-weight: 700;
  display: flex;
  color: var(--titlecolor);
  justify-content: space-between;
  align-items: center;
}
.inner_faq_ac_item a:hover {
  color: 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 {
  background-color: var(--bgcolor);
  color: var(--whitec);
  position: relative;
  border: none;
}
.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;
  padding: 10px 15px 10px;
}
/* service_faq */
.service_faq {
  padding: 60px 0;
}
.net_faq {
  border: none;
}
.net_faq a {
  font-size: 20px;
  padding: 15px 20px;
  margin-bottom: 20px;
  box-shadow: 1px 1px 7px -5px rgba(0, 0, 0, 0.75);
}
/*======== faq area end  ==========*/

/*======= apportment_area area start  ======*/
.apportment_area {
  padding: 120px 0;
  background-color: #f9f9f9;
}
.main_apportment {
  position: relative;
  background-size: cover;
  padding: 60px 35px 60px;
  border-radius: 10px;
  text-align: left;
  background: var(--whitec);
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 6%);
}
.apportment_title h2 {
  margin-bottom: 40px;
  font-size: 38px;
}
.twr_form_box input {
  border-bottom: 1px solid #f3f3f3;
  width: 100%;
  height: 43px;
  color: var(--paracolor);
  margin-bottom: 23px;
  padding: 10px;
  border-radius: 5px;
}
.twr_form_box textarea {
  width: 100%;
  height: 150px;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  color: var(--paracolor);
  border-bottom: 1px solid #f3f3f3;
}
.twr_form_box button {
  font-weight: 600;
  padding: 18px 30px;
  color: var(--whitec);
  border: none;
  border-radius: 5px;
  transition: 0.5s;
  background-image: linear-gradient(90deg, #f0ac0e 0%, #f56616 100%);
}
.twr_form_box button:hover {
  background-image: linear-gradient(90deg, #f56616 0%, #f0ac0e 100%);
}
/*======= apportment_area area end  ======*/

/*======== blog area start  ==========*/
.blog_area {
  padding: 120px 0 60px;
  position: relative;
}
/* inner blog area css */
.inner_blog_area {
  overflow: hidden;
  position: relative;
  margin: 0 10px;
  transition: 0.5s;
  box-shadow: 0 10px 10px 0 rgba(50, 65, 141, 0.07);
}
/* inner blog thumb css */
.inner_blog_thumb {
  position: relative;
  overflow: hidden;
}
.inner_blog_img img {
  width: 100%;
  transition: 0.5s;
}
.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 20px 24px;
  position: relative;
}
.inner_blog_text span {
  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 10px;
}
.inner_blog_content h2 a {
  display: inline-block;
  margin-bottom: 5px;
}
.inner_blog_content h2 a:hover {
  color: var(--bgcolor);
}
/* inner blog btn css */
.inner_blog_btn {
  padding: 24px 0 16px;
}
.inner_blog_btn a {
  font-size: 16px;
  color: var(--blackc);
  font-weight: 600;
  transition: 0.5s;
  background-color: #fef2ea;
  padding: 15px 20px;
  border-radius: 5px;
}
.inner_blog_btn a:hover {
  color: var(--whitec);
  background-image: linear-gradient(90deg, #f56616 0%, #f0ac0e 100%);
}
.inner_blog_btn {
  margin: 0;
}
/*======== blog area end  ==========*/

/*======== call_to_action area start  ==========*/
.call_to_action {
  margin: 60px 0 -100px;
  position: relative;
  z-index: 9;
}
.call_alin {
  border-radius: 10px;
  align-items: center;
  padding: 20px 30px 0px 30px;
  background: var(--whitec);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}
.cal_title h2 {
  font-size: 40px;
}
.call_btn {
  text-align: end;
}
.call_btn a {
  border-radius: 5px;
  font-size: 20px;
  font-weight: 500;
  padding: 18px 35px;
  display: inline-block;
  color: var(--whitec);
  transition: 0.5s;
  font-family: "Gemunu Libre", sans-serif;
  background-image: linear-gradient(90deg, #f56616 0%, #f0ac0e 100%);
}
.call_btn a:hover {
  background-image: linear-gradient(90deg, #f0ac0e 0%, #f56616 100%);
}
/*======== call_to_action area end  ==========*/

/*======= google map area start  ======*/
.wiitter_google_map {
  padding: 100px 0 50px;
}
.google_map_title iframe {
  width: 100%;
  height: 520px;
}
/*======= google map area end  ======*/

/*======== portfolio area start  ==========*/
.portfolio_area {
  padding: 115px 0 120px;
  background-color: var(--whitec);
}
/* portfolio 2 css */
.portfolio_2 {
  margin-bottom: 30px;
}
.portfolio_title h2 {
  font-size: 16px;
  font-weight: 700;
  color: var(--bgcolor);
}
.portfolio_title h3 {
  font-size: 60px;
  font-weight: 700;
}
.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 55px;
}
/* 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;
  color: var(--paracolor);
  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;
  margin-bottom: 20px;
}
.portfolio_img_area img {
  width: 100%;
}
.portfolio_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(45 173 241 / 64%);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.inner_portfolio_items:hover .portfolio_overlay {
  opacity: 1;
  visibility: visible;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(222 169 26 / 40%);
  text-align: center;
}
.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%;
}
.overlay a:hover {
  background-color: var(--bgcolor);
  color: var(--whitec);
}
.overlay > a > i {
  font-size: 22px;
}
.overlay h2 a {
  width: 100%;
  margin-top: 10px;
  display: inline-block;
  font-size: 24px;
  color: var(--whitec);
  transition: 0.5s;
}
.pz_text {
  padding: 15px 20px;
  box-shadow: 0 0 16px 8px rgb(242 242 242 / 80%);
  margin-top: -20px;
}
.pz_text h2 a {
  color: var(--titlecolor);
  font-size: 24px;
}
.pz_text p {
  color: var(--blackc);
}
.overlay h2 a:hover {
  background: none;
  color: var(--blackc);
}
.overlay p {
  font-size: 16px;
  font-weight: 400;
  color: var(--whitec);
}
.inner_portfolio_items:hover .overlay {
  opacity: 1;
  visibility: visible;
}
/* 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: 62px;
  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-top: 10px;
  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: 120px 0 110px;
  background: var(--whitec);
}
.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;
}
.yblog_left_sub h2 a {
  color: var(--blackc);
}
.yblog_left_sub p {
  color: var(--paracolor);
}
.inner_yblog_form button i {
  font-size: 18px;
}
.recent-post-item {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.recent-post-item a img {
  width: 70px;
}
.recent-post-text a {
  transition: 0.5s;
}
.recent-post-text a:hover {
  color: var(--bgcolor);
}
.recent-post-image {
  margin-bottom: 5px;
  flex: 0 0 auto;
}
/* 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(--bgcolor);
}
/* 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%;
}
.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%;
}
.inner_single_box_area p {
  color: var(--paracolor);
}
.inner_single_page_content_area p {
  color: var(--paracolor);
}
.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;
  color: var(--paracolor);
}
.ycalender_inner td {
  text-align: center;
  border: 1px solid #dddddd;
  padding: 10px 12px;
  font-size: 14px;
  font-weight: 400;
  color: var(--paracolor);
}
.data_active {
  color: var(--whitec) !important;
  background-color: var(--bgcolor);
}
/*======== blog left area end  ==========*/

/*======== project information area start  ==========*/
.project_information_area {
  padding: 120px 0 110px;
}
.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;
  color: var(--paracolor);
}
/* 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;
  color: var(--paracolor);
}
/*======== project information area end  ==========*/

/*======== footer area start  ==========*/
.footer_area {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 1;
  padding: 200px 0 0;
  background: var(--titlecolor);
}

.footer_logo_area p {
  padding: 15px 0 15px;
  color: var(--whitec);
}
/* footer socail icon css */
.footer_socail_icons a {
  display: inline-block;
  border-radius: 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  height: 40px;
  width: 40px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: var(--whitec);
  background-color: var(--bgcolor);
}
.footer_socail_icons a:hover {
  background-color: var(--brcolor);
}
/* footer widget */
.footer_widget p {
  color: var(--whitec);
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 16px;
}
.footer_widget h4 {
  margin-bottom: 20px;
  padding: 0 0 12px;
  font-size: 27px;
  color: var(--whitec);
  position: relative;
}
.footer_widget h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  border: 1px solid var(--whitec);
  width: 25%;
  border-radius: 50%;
}
/* footer nav css */
.footer_nav {
  margin-top: 12px;
}
.footer_nav ul {
  list-style: none;
  padding-left: 0;
}
.footer_nav ul li {
  padding: 0 0 10px;
}
.footer_nav ul li a {
  font-size: 16px;
  color: var(--whitec);
  font-weight: 400;
}
.footer_nav ul li a i {
  color: var(--bgcolor);
}
.footer_nav ul li a:hover {
  color: var(--bgcolor);
}
/* footer address area css */
.footer_address_area p i {
  color: var(--whitec);
  margin-right: 6px;
}
.footer_blog_area {
  margin-top: 30px;
}
.footer_add_cont a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: var(--whitec);
  line-height: 19px;
}
.footer_add_cont a:hover {
  color: var(--whitec);
}
.footer_add_cont span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: var(--whitec);
}
.footer_address_area p {
  color: var(--whitec);
}
.footer_widget p {
  margin-bottom: 6px;
}
.footer_widget p i {
  margin-right: 5px;
}
/*======== footer area end  ==========*/

/*======== copyright area start  ==========*/
.copy_right {
  padding: 24px 0;
  position: relative;
  margin: 30px 0 0;
}
.copy_right:before {
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  width: 68%;
  left: 0;
  right: 0;
  margin: auto;
}
.copy_right:before {
  background-color: #ffffff61;
}
.copy_right_text p {
  color: var(--whitec);
  margin: 0;
  font-size: 16px;
  text-align: left;
}
/*======== copyright area end  ==========*/

/*======== scroll top btn css  ==========*/
#scrollUp {
  position: fixed;
  bottom: 62px;
  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;
}

/* Add to style.css */
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 30, 50, 0.5); /* Change color and opacity as needed */
  z-index: 1;
}
.inner_slider_content {
  position: relative;
  z-index: 2;
}
