/*theme css*/
a {
  color: #454545;
  transition: 0.5s;
}

a:hover {
  text-decoration: none;
  color: #6827fd;
}

body {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #666;
}

p {
  font-style: normal;
}

h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
  font-family: Roboto, sans-serif;
  font-style: normal;
  line-height: 1.2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 14px;
  margin-bottom: 5px;
  color: #04001e;
}

.btn-primary:focus,
select:focus,
textarea:focus,
input:focus {
  box-shadow: none !important;
}

textarea,
input {
  outline: none;
}

a:focus,
.btn:focus {
  text-decoration: none;
  outline: none;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

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;
}

.witr_section_title_inner h1,
.witr_section_title_inner h2,
.witr_section_title_inner h3 {
  font-size: 40px;
  margin: auto;
  font-weight: 700;
  line-height: 1.4;
}

.witr_section_title_inner h2 {
  font-size: 16px;
  display: inline-block;
  color: #6827fd;
}

.witr_bar_main {
  margin: 10px 0;
}

.witr_bar_inner {
  height: 5px;
  width: 90px;
  position: relative;
  border-radius: 30px;
  background: #6827fd;
  margin: 0 auto;
}

.witr_bar_innerc:before {
  left: 0;
  transform: translateY(-50%);
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: move_title_bg1;
}

.witr_bar_innerc:after {
  right: 0;
  transform: translateY(-50%);
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: move_title_bg2;
}

.witr_bar_innerc:after,
.witr_bar_innerc:before {
  content: '';
  position: absolute;
  top: 50%;
  border-radius: 50%;
}

.witr_bar_innerc:after,
.witr_bar_innerc:before {
  border: 6px solid #6827fd;
}

@keyframes move_title_bg1 {
  from {
    left: 0
  }

  to {
    left: 100%
  }
}

@keyframes move_title_bg2 {
  from {
    right: 0
  }

  to {
    right: 100%
  }
}

.witr_section_title {
  margin-bottom: 50px;
}

.witr_section_title_inner p {
  width: 100%;
  padding: 0;
  margin: 10px auto 0;
}

.witr_section_title.text_left_h p {
  width: 100%;
  padding: 0;
  margin: 10px auto 0;
}

.witr_all_pd0 {
  padding: 0;
}

@media(min-width: 1140px) {
  .container {
    max-width: 1140px;
  }
}



/* quearys area css */

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 18px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}

.recent-post-text h4 a:hover {
  color: #0431b6;
}



/* ===== 3. Slider Area CSS ===== */
.slick-slide.witr_slick_height {
  height: 900px;
}

.witr_ds_content {
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.witr_ds_content:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
}

.witr_ds_content_inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.witr_ds_content_inner h2,
.witr_ds_content_inner h3 {
  font-size: 90px;
  line-height: 1;
  color: #fff;
}

.witr_containers {
  margin: auto;
  width: 63%;
}

.witr_ds_content h1 {
  color: #FFFFFF;
  font-size: 22px;
  width: 70%;
  display: inline-block;
  margin-bottom: 20px;
}

.witr_ds_content_inner p {
  font-weight: 500;
  font-size: 20px;
  width: 62%;
  margin: 0 auto;
  color: #fff;
  padding: 10px 0 0;
}

.witr_shape_item_inner {
  z-index: -1;
  top: 145px;
  left: -200px;
}

.witr_shape_item_inner {
  position: absolute;
  content: "";
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.witr_shape_image img {
  animation: witr_movelr_box45 5s linear 1s infinite alternate running;
}

.slider_btn {
  margin-top: 54px;
}

.slider_btn .witr_btn {
  border: none;
  outline: 0;
}

.witr_btn {
  font-size: 16px;
  font-weight: 500;
  border-radius: 0;
  text-align: center;
  position: relative;
  margin-right: 15px;
  z-index: 2;
  transition: 1s;
  padding: 16px 40px;
  color: #fff;
  display: inline-block;
  background: #6827fd;
}

.witr_btn:hover {
  background: #040022;
  color: #fff;
}

.witr_swiper_content .witr_btn.active {
  color: #fff;
  background: 0;
  border: 1px solid #fff;
}

.slider_btn .witr_btn.active:hover,
.azela_slider_icon ul li a i,
.tx_svd_icon,
.witr_video_btn i,
.witr_video_btn i:after {
  background: #fff;
  color: #6827FD;
}

.witr_video_btn i {
  position: relative;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  transition: 0.5s;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 20px;
}

.witr_video_btn {
  color: #fff;
  font-size: 22px;
}

.witr_video_btn:hover {
  color: #fff;
}

.witr_video_btn i:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  animation-fill-mode: both;
  animation: witr_squares 1.5s ease-in-out infinite;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #fff;
}

@keyframes witr_squares {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Miautocarosoft.Alpha(Opacity=0)"
  }

  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Miautocarosoft.Alpha(Opacity=100)"
  }

  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Miautocarosoft.Alpha(Opacity=0)"
  }
}

/* slider thumb css */
.em_slider_s2_image {
  top: 46%;
  right: -30px;
}

.text-left .witr_slider_thumb {
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.em_slider_s2_image img {
  width: 90%;
}

.witr_slider_thumb_inner img {
  border-radius: 10px;
}

/* swiper button css */
.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background: no-repeat 50%;
  color: #fff;
  transition: 0.5s;
  border-radius: 5px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 30px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  padding: 30px;
  background: #fff;
}

.swiper-button-next:hover,
.swiper-button-prev:hover,
.witr_ds_content_inner h1 span,
.witr_ds_content_inner h2 span,
.witr_ds_content_inner h3 span {
  color: #6827fd;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: transparent;
}

/* ===== 4. Feature Area CSS ===== */
.az_fea_area {
  padding: 115px 0 98px;
}

.em-service {
  padding: 0 20px 30px;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  transition: 0.5s;
  margin-bottom: 30px;
}

.service_top_text {
  display: block;
}

.az_fea_area .em-service-icon img {
  border-radius: 0 0 50px 50px;
  padding: 26px 20px;
  background-color: #F3F3F3;
  margin-bottom: 15px;
  transition: 0.5s;
}

.em-service-title {
  overflow: hidden;
}

.em-service h3 {
  padding: 5px 0 10px;
  transition: 0.5s;
  margin-bottom: 8px;
}

.em-service-desc p {
  transition: 0.5s;
}

.service-btn {
  position: relative;
  transition: 0.5s;
}

.service-btn > a {
  display: inline-block;
  transition: 0.5s;
  padding: 9px 30px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  color: #040022;
}

.em-service:hover {
  background: #6827FD;
  border-radius: 0;
}

.em-service:hover:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  transition: 0.5s;
}

.em-service:hover .em-service-title h3,
.em-service:hover .em-service-desc,
.service-btn a:hover {
  color: #fff;
}

/* ===== 5. About Area CSS ===== */
.az_about_area {
  padding: 0 0 92px;
}

.ab_img_inner {
  position: relative;
}

.witr_counter_single {
  text-align: center;
  border-radius: 10px 10px 10px 10px;
  background-color: #FFFFFF;
  box-shadow: 0 0 57px 0 rgba(0, 0, 0, 0.16);
  margin: 0 75px 0 0;
  padding: 40px 0 30px;
}

.witr_counter_number_inn {
  overflow: hidden;
}

.witr_counter_number_inn h3,
.witr_counter_number_inn span {
  font-size: 40px;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 0;
  color: #040022;
  padding: 5px 0 0;
}

.witr_counter_number_inn span {
  line-height: 0;
}

.all_counter_color h4,
.all_counter_color h1 {
  font-size: 16px;
}

.ab_img_inner .single_image_area {
  margin: -205px 0 0;
}

.ab_img_inner .witr_shape_item_inner {
  top: 280px;
  left: 150px;
}

.ab_img_inner .witr_shape_item_inner {
  position: absolute;
  z-index: -1;
  content: "";
  transition: 0.5s;
}

.ab_img_inner .witr_shape_image {
  animation: witr_movelr_box45 5s linear 1s infinite alternate running;
}

@keyframes witr_movelr_box45 {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(45px);
  }
}

.ab_witr_content .witr_section_title {
  margin-bottom: 45px;
}

.medi_singleService {
  position: relative;
  padding: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
  background: #fff;
  margin-bottom: 20px;
}

.medi_singleService:before {
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: '';
  z-index: 3;
  transition: all 0.4s ease-out;
  background: #B1191900;
}

.medi_singleService img {
  margin-right: 15px;
}

.medi_singleService h3 {
  line-height: 28px;
  display: inline-block;
  margin: 12px 0 15px;
}

.medi_singleService p {
  padding: 8px 0 0;
  margin: 0;
}

.ab_page_ab {
  padding: 128px 0 92px;
}

/* ===== 6. Service Area CSS ===== */
.az_ser_area {
  background-color: #F3F3F3;
  padding: 115px 0 0;
}

.az_ser_area .witr_section_title {
  margin-bottom: 34px;
}

.az_ser_area .em-service2.sleft {
  text-align: left;
  margin-bottom: 20px;
}

.az_ser_area .witr_s_flex {
  display: flex;
}

.service_top_text {
  display: block;
}

.az_ser_area .em-service2.sleft .em-service-icon {
  margin-right: 20px;
  margin-top: 10px;
}

.az_ser_area .em-service-icon img {
  margin-bottom: 15px;
  width: 285px;
}

.az_ser_area .em-service2 .em-service-inner {
  overflow: hidden;
  width: 100%;
}

.em-service-title {
  overflow: hidden;
}

.az_ser_area .em-service-title h3 {
  padding: 25px 0 0;
  transition: 0.5s;
  margin-bottom: 8px;
}

.az_ser_area .service-btn {
  position: relative;
  transition: 0.5s;
}

.az_ser_area .service-btn a {
  font-weight: 400;
  padding: 0;
  border-radius: 0;
  font-size: 16px;
  display: inline-block;
  transition: 0.5s;
  color: #6827fd;
}

.az_ser_area .service-btn a:hover {
  color: #040022;
}

.ser_bttom_border {
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #040022;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 0 0 24px;
}

.ser_page_service {
  padding: 115px 0 85px;
}

/* ===== Service Area CSS ===== */
.ser_area2 {
  background: #F3F3F3;
  padding: 70px 0 85px;
}

.ser_area2 .em-service2 {
  margin-bottom: 20px;
}

.witr_s_flex {
  display: flex;
}

.ser_area2 .em-service2.sleft .em-service-icon {
  margin-right: 20px;
  margin-top: 10px;
}

.ser_area2 .em-service-icon img {
  margin: 0 20px 0 0;
}

.em-service2 .em-service-inner {
  overflow: hidden;
  width: 100%;
}

.ser_area2 .all_color_service p {
  font-weight: 500;
  padding: 10px 0 0;
  color: #040022;
}

/* ===== 7. Choose Area CSS ===== */
.az_choose_area {
  padding: 120px 0 112px;
}

.choose_left .witr_section_title {
  margin-bottom: 35px;
}

.choose_lmidd_tit .witr_section_title {
  margin-bottom: 30px;
}

.choose_lmidd_tit .witr_section_title_inner p {
  color: #040022;
  font-weight: 500;
  width: 99%;
  margin-top: 0;
  margin-bottom: 0;
}

.choose_coun .witr_counter_single {
  text-align: left;
  border-radius: 10px 10px 10px 10px;
  background: 0 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

.choose_coun .witr_counter_img {
  margin: 5px 15px 0 0;
}

.choose_coun .all_counter_color h3,
.choose_coun .all_counter_color span {
  color: #040022;
  font-size: 25px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 0;
  padding: 0;
}

.choose_coun .witr_counter_number_inn span {
  line-height: 0;
}

.choose_coun .witr_counter_img {
  float: left;
}

.choose_coun .all_counter_color h4,
.choose_coun .all_counter_color h1 {
  font-size: 22px;
  font-weight: 500;
}

.choose_coun {
  display: flex;
  justify-content: space-between;
  margin-right: 40px;
}

.choose_left .witr_btn {
  margin-top: 50px;
}

.choose_left {
  margin-bottom: 20px;
}

.choose_rbottn {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  margin: -120px 5px 0;
}

.witr_button_area {
  text-align: left;
  overflow: hidden;
}

.f_left {
  margin-right: 5px;
}

.f_left,
.witr_vider_text {
  float: left;
}

.witr_btn_vstyle {
  margin-right: 15px;
}

.witr_vbtn {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
  border-radius: 50%;
  z-index: 2;
  margin-top: 10px;
  display: inline-block;
  background: #6827fd;
  color: #fff;
}

.witr_vbtn:hover {
  background: #040022;
  color: #fff;
}

.pluse_btn_icon span {
  text-align: center;
}

.witr_vider_text_inner {
  margin-top: 5px;
}

span.witr_v_text1 {
  font-size: 22px;
  font-weight: 500;
  color: #626262;
  display: block;
}

span.witr_v_text2 {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.choose_witr .single_image {
  text-align: right;
}

/* ===== 8. Portfolio Area CSS ===== */
.azela_project_area {
  background: #f9f9f9;
  padding: 85px 0 100px;
}

.witr_single_pslide {
  position: relative;
  overflow: hidden;
}

.witr_pslide3 .witr_single_pslide {
  margin-bottom: 100px;
  overflow: inherit;
}

.witr_pslide_image {
  overflow: hidden;
  position: relative;
}

.witr_pslide_image:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
  opacity: .5;
  background: #222429;
}

.witr_pslide_image img {
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

.witr_single_pslide:hover .witr_pslide_image img,
.witr_single_pslide:hover .witr_pslide_image:before {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.ps2.ps1 .witr_content_pslide_text {
  position: absolute;
  bottom: auto;
  top: -100px;
  left: 30px;
  right: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  z-index: 2;
  text-align: left;
}

.witr_content_pslide_text {
  margin: 50px 0 0;
  padding: 25px 0 20px;
}

.all_pslides_color h3 a,
.all_pslides_color h3 {
  font-size: 28px;
  color: #fff;
}

.witr_content_pslide_text h3 {
  margin-bottom: 0;
}

.ps1 .witr_content_pslide_text h3 {
  color: #fff;
}

.ps1 .witr_content_pslide_text p {
  color: #fff;
}

.witr_content_pslide_text a {
  display: inline-block;
}

.all_pslides_color p {
  margin: 20px 0 0;
}

.ps1 .witr_content_pslide_text p {
  color: #fff;
}

.witr_pslide_btnb a {
  color: #203260;
  background-color: #fff;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  margin: 30px 0 0;
  padding: 12px 20px;
  color: #203260;
}

.witr_content_pslide_text a {
  display: inline-block;
}

.ps2.ps1 .witr_single_pslide:hover .witr_content_pslide_text {
  top: 25px;
}

.ps1 .witr_single_pslide:hover .witr_content_pslide_text {
  opacity: 1;
  bottom: 30px;
}

.witr_pslide_btnb a:hover {
  color: #fff;
  background: #3aa40c;
  border-style: solid;
  border-color: #3aa40c;
}

.az_portfolio_area {
  background: #F3F3F3;
  padding: 115px 0 90px;
}

.az_portfolio_area .witr_section_title {
  margin-bottom: 45px;
}

.portfolio_nav {
  padding: 0 0 28px;
}

.portfolio_nav ul {}

.portfolio_nav ul li {
  display: inline;
}

.portfolio_nav ul li {
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  margin: 0 5px 10px;
  padding: 10px 20px;
  position: relative;
  transition: 0.5s;
  border: 1px solid #f3eaea;
}

.prot_wrap {
  overflow: hidden;
}

.single_protfolio {
  position: relative;
  overflow: hidden;
}

.prot_thumb {}

.prot_thumb img {
  display: block;
  transform: scale(1);
  transition: all 0.5s ease 0s;
  width: 100%;
}

.single_protfolio:hover .prot_thumb img {
  transform: scale(1.1);
}

.prot_content {
  position: absolute;
  text-align: center;
  transition: 0.5s;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 9;
}

.multi_gallery.prot_content {
  height: 90%;
  width: 80%;
  right: 10%;
  top: 5%;
  bottom: 5%;
  left: 10%;
}

.single_protfolio:hover .prot_content {
  opacity: 1;
}

.prot_content h3 {
  margin: 0 0 5px;
  text-transform: capitalize;
  font-size: 18px;
}

.prot_content h3 a {
  font-size: 23px;
  font-weight: 700;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  margin-bottom: 0;
  display: inline-block;
}

.prot_content h3 a:hover {
  color: #6827fd;
}

.prot_content p {
  line-height: 1.2;
  margin: 5px 0 0;
}

.prot_content p span {
  display: inline-block;
  color: #fff;
}

.single_protfolio:hover .prot_content {
  opacity: 1;
  transform: scale(1, 1);
}

.porttitle_inner span,
.porttitle_inner4 span,
.prot_content span {
  position: relative;
  margin: 0 2px;
}

.prot_content span:before,
.porttitle_inner4 span:before,
.porttitle_inner span:before {
  bottom: 0;
  content: ",";
  position: absolute;
  right: -5px;
}

.porttitle_inner span:last-child:before,
.prot_content span:last-child:before,
.porttitle_inner4 span:last-child:before {
  content: "";
}

.nospace.col-xs-12 {
  padding: 0;
}

.nospace .single_protfolio {
  margin-bottom: 0;
}

/* load button css */
.gallery_load_button {}

.gallery_load_button a {
  padding: 7px 15px;
  display: inline-block;
  font-size: 17px;
  margin-top: 0;
}

.prot_wrap.nospace .gallery_load_button a {
  margin-top: 30px;
}

/* single portfolio */
.pimgs img {
  height: 465px;
  width: 100%;
}

.prots-contentg p {}

/*style 1 */
.em_port_content {
  height: 100%;
  opacity: 1;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 9;
  left: 0;
  top: -100%;
  width: 100%;
  transition: 0.5s;
  text-align: center;
}

.pstyle_1 .porttitle_inner h3 {
  padding-bottom: 0;
}

.pstyle_1 .prot_content p {
  margin: 2px 0 0;
}

.pstyle_1 .single_protfolio {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.portfolio_readmore_btn {
  padding-top: 23px;
}

.portfolio_readmore_btn > a {
  border-radius: 5px;
  display: inline-block;
  padding: 6px 21px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid transparent;
}

.pstyle_1 .picon a {
  background: #6827fd;
  border-radius: 5px;
  display: inline-block;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  margin: 0 8px 11px;
  width: 50px;
  transition: 0.5s;
  color: #fff;
}

.pstyle_1 .picon a i {
  font-size: 30px;
}

.picon a:hover {
  border-color: #191f2d;
  background: #191f2d;
}

/* .pstyle4 .prot_thumb {
  overflow: hidden;
  position: relative;
} */

/* .pprotfolio4 {
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.7);
  padding: 17px 10px 20px;
}

.pprotfolio4 {
  padding: 20px 10px 23px;
} */

/* .porttitle_inner4 h3 {
  margin: 0;
}

.porttitle_inner4 h3 a {}

.porttitle_inner4 p {
  margin-bottom: 0;
}

.porttitle_inner4 p span {
  display: inline-block;
} */

.portfolio_nav ul li.current_menu_item,
.portfolio_nav ul li:hover {
  border-color: #6827fd;
  background: #6827fd;
  color: #fff;
}

.prot_content {
  background: #6827fd80;
}

/* .pprotfolio4 {
  box-shadow: 0 10px 16px 0 rgb(0 0 0 / 70%);
  padding: 20px 10px 23px;
  border: 1px solid #f1f1f1;
  border-top: 0 solid #f1f1f1;
} */

.portfolio_nav {
  text-align: center;
}

.page-numbers span.current,
.paginations a.current,
.paginations a:hover {
  border-color: #6827fd;
  background: #6827fd;
  color: #fff;
}

ul.page-numbers a.page-numbers {
  box-shadow: 0 10px 40px 0 rgba(50, 65, 141, 0.12);
}

.page-numbers,
.tutor-pagination-wrap a,
.tutor-pagination-wrap span.page-numbers.current,
a.page-numbers {
  border-radius: 5px;
  margin-right: 10px;
  padding: 15px 24px;
  font-size: 19px;
  line-height: 1;
  transition: 0.5s;
}

.page-numbers span.current,
.paginations a {
  display: inline-block;
  font-weight: 500;
  margin: auto 5px;
}

.paginations a {
  color: #888;
}

.page-numbers li {
  display: inline-block;
}

.paginations {
  text-align: center;
  margin-top: 10px;
}

.portfolio_4column_gutter .single_protfolio {
  margin-bottom: 0;
}

/* port style 3 */
/* .em_plus_port {
  position: absolute;
  bottom: 20px;
  right: 30px;
  z-index: 99;
} */

.prot_content_inner {
  left: 50%;
  position: absolute;
  top: 60%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
  opacity: 0;
}

.single_protfolio:hover .prot_content_inner {
  top: 50%;
  opacity: 1;
}

.picon a {
  border-radius: 5px;
  display: inline-block;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  margin: 0 3px 11px;
  width: 50px;
  text-align: center;
  color: #fff;
  background: #6827fd;
}

.picon a:hover {
  border-color: #131313;
  background: #131313;
}

/* style 1 */
.em_port_content {
  height: 100%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 9;
  left: 0;
  top: -100%;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
}

.pstyle_1 .porttitle_inner h3 {
  padding-bottom: 0;
}

.pstyle_1 .prot_content p {
  margin: 2px 0 0;
}

.pstyle_1 .single_protfolio {
  transition: 0.5s;
  margin-bottom: 30px;
}

.portfolio_readmore_btn {
  padding-top: 23px;
}

.portfolio_readmore_btn > a {
  border-radius: 5px;
  display: inline-block;
  padding: 6px 21px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid transparent;
}

.azela_portfolio_area .witr_button_area {
  margin: 30px auto 0;
}

.azela_portfolio_area .witr_btn {
  padding: 18px 51px;
}

.portfolio_grid_area .portfolio_nav {
  padding: 0 0 30px;
}

/* ===== Portfolio Area CSS ===== */
.pstyle2.pstyle3 .prot_content_inner {
  left: 3000px;
  position: absolute;
  top: 60%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
  opacity: 0;
  padding: 15px 0 20px 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.pstyle2.pstyle3 .prot_content_inner {
  text-align: left;
}

.pstyle2.pstyle3 .prot_content_inner {
  background: #6827fd;
}

.pstyle2.pstyle3 .single_protfolio:hover .prot_content_inner {
  left: 75%;
}

.pstyle2 .single_protfolio:hover .prot_content_inner {
  top: 50%;
  opacity: 1;
}

/* portfolio grid area css */
.port_style02 .pstyle2 .prot_content_inner {
  left: 50%;
  position: absolute;
  top: 60%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  z-index: 10;
  transition: all 0.3s ease-in-out 0.3s;
  opacity: 0;
}

.port_style02 .prot_content h3 a {
  font-size: 23px;
  font-weight: 700;
  text-transform: capitalize;
  transition: 0.5s;
  color: #fff;
  margin-bottom: 0;
  display: inline-block;
}

.port_style02 .picon a:hover {
  border-color: #0a0a0a;
  background: #0a0a0a;
}

.port_style02 .single_protfolio {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.port_style02 .prot_content h3 a:hover {
  color: #6827fd;
}

.portfolio_style2 .port_style02 .pstyle_1 .prot_content_inner {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 10;
}

.portfolio_style2 .prot_content {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 9;
}

.portfolio_style2.pstyle2 .single_protfolio:hover .prot_content_inner {
  top: 50%;
  opacity: 1;
  left: 50%;
  right: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.portfolio_style2 .prot_content h3 a {
  margin-bottom: 0;
}

.portfolio_style2 .single_protfolio:hover .prot_content {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.portfolio_style2 .prot_content h3 a:hover {
  color: #6827fd;
}

.artec_portfolio_area {
  padding: 92px 0 76px;
}

.artec_portfolio_area .picon a {
  background: transparent;
  font-size: 25px;
}

.artec_portfolio_area .witr_section_title {
  margin-bottom: 30px;
}

.port_3colmn .pstyle2 .prot_content_inner {
  top: 60%;
  transition: all 0.3s ease-in-out 0.3s;
  opacity: 0;
}

.port_3clmn {
  padding: 95px 0 85px;
}

.port_3clmn .witr_section_title {
  margin-bottom: 30px;
}

.port_3clmn .prot_thumb {
  position: relative;
  overflow: hidden;
}

.port_3clmn .porttitle_inner4 h3 a {
  color: #454545;
}

.port_3clmn .porttitle_inner4 p {
  color: #454545;
}

.p2clmn {
  padding: 115px 0 90px;
  background: 0 0;
}

.p2clmn .witr_section_title_inner p {
  width: 74%;
}

.p3clmn {
  padding: 114px 0 105px;
}

.p3clmn .portfolio_style2 .prot_content {
  opacity: 1;
}

.p3clmn .pstyle2 .prot_content_inner {
  top: 50%;
  transition: none;
  opacity: 1;
}

.p3clmn .prot_content {
  opacity: 1;
}

.p3clmn .picon a {
  background: transparent;
  font-size: 25px;
}

/* ===== 9. Team Area CSS ===== */
.az_team_area {
  padding: 115px 0 100px;
}

.az_team_area .witr_section_title {
  margin-bottom: 35px;
}

.team-part img {
  width: 100%;
}

.team-part {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.05);
  transition: 0.5s;
  margin-bottom: 20px;
}

.witr_team_section {
  position: relative;
  text-align: center;
}

.team-sec:before,
.witr_team_section:before {
  height: 100%;
  top: 0;
  width: 100%;
  content: "";
  left: 0;
  background: #6827fd6b;
}

.witr_team_section:before {
  position: absolute;
  opacity: 0;
  transition: 0.5s;
}

.post_team10_area .team_o_icons {
  margin-top: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  right: -25%;
  transform: translateY(-50%);
  transition: 0.5s;
}

.post_team10_area .team_o_icons ul li {
  display: block;
}

.all_team_icon_o_color a {
  color: #FFFFFF;
  background: #6827FD;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 5px 5px 5px 5px;
  margin: 5px 0 0;
  font-size: 20px;
  display: inline-block;
}

.witr_team_content {
  padding: 23px 5px;
}

.post_team_content h5,
.witr_team_content h5 {
  margin: 0;
}

.witr_team_content span {
  font-size: 16px;
  color: #666666;
}

.witr_team_section:hover:before {
  opacity: 1;
}

.post_team10_area .team-part:hover .team_o_icons,
.team_line_right,
.witr_team_part:hover .witr_team_thumb4:before {
  right: 0;
}

.all_team_icon_o_color a:hover {
  color: #fff;
  background: #040022;
}

/* ===== Team Area CSS ===== */
.az_team_area2 {
  padding: 0 0 100px;
}

.az_team_area2 .witr_section_title {
  margin-bottom: 35px;
}

.az_team_area2 .team_o_icons ul li {
  display: inline-block;
}

.az_team_area2 .all_team_icon_o_color a {
  color: #6827fd;
  background: #6827fd33;
  font-size: 15px;
  border: 1px solid #6827fd1c;
}

.az_team_area2 .team_o_icons {
  margin-top: 15px;
  padding-top: 17px;
  padding-bottom: 10px;
  position: relative;
}

.az_team_area2 .team_o_icons:before {
  position: absolute;
  content: "";
  top: 0;
  height: 1px;
  width: 25%;
  margin: auto;
  left: 0;
  right: 0;
  background: #ddd;
  transition: 0.5s;
}

.az_team_area2 .witr_team_content span {
  font-size: 16px;
  color: #6827fd;
}

.az_team_area2 .all_team_icon_o_color a:hover {
  background: #6827fd;
  border-color: #6827fd;
  color: #fff;
}

.az_team_area2 .all_color_team:hover .team_o_icons:before {
  width: 100%;
  background: #6827fd;
}

/* ===== 10. Faq Area CSS ===== */
.az_faq_area {
  padding: 0 0 128px;
}

.faq_content_inner {
  margin-right: -10px;
}

.faq_img_inner {
  text-align: right;
  margin-bottom: 20px;
  z-index: 99;
  position: relative;
}

.faq_content_inner .witr_section_title {
  margin-bottom: 35px;
}

.accordion_area .card-2 {
  margin-bottom: 15px;
  border: none;
  background: 0;
}

.accordion_area .card-header.witr_ac_card {
  background: 0 0 !important;
  padding: 0;
  border-bottom: 0;
  text-align: left;
}

.witr_ac_style {
  font-size: 17px;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 11px 15px;
  color: #222429;
  transition: 0.5s;
  background: 0;
}

.witr_ac_style:before {
  position: absolute;
  content: "\e66f";
  right: 30px;
  font-family: "qico" !important;
  font-weight: 400;
  font-size: 12px;
}

.active .witr_ac_style:before {
  content: "\e600";
}

.accordion_area .card-2 p {
  padding: 15px 20px 13px 25px;
}

.accordion_area .card-2 {
  border-radius: 5px;
  margin-bottom: 15px;
  background: #fff;
  box-shadow: 0 0 0 0 rgb(0 0 0 / 50%);
  border-style: dashed;
  border-width: 1px 1px 1px 1px;
  border-color: rgba(0, 0, 0, 0.125);
}

.witr_ac_card i {
  margin-right: 10px;
  font-size: 20px;
}

.active .witr_ac_style {
  color: #6827FD;
  background: #6827FD00;
}

.witr_ac_style:hover {
  background: #6827fd;
  color: #fff;
}

.faq_content {
  margin-left: -10px;
}

.faq_content .witr_bar_inner {
  margin-left: 0;
}

.faq_content .witr_section_title {
  margin-bottom: 35px;
}

.faq_img_inner .witr_section_title {
  margin-bottom: 20px;
}

.faq_page_faq {
  padding: 110px 0 128px;
}

.az_faq_area2 {
  background: #F3F3F3;
  padding: 114px 0 100px;
}

.az_faq_area2 .accordion_area .card-2 {
  border: 1px solid #ddd;
}

/* ===== Faq Area CSS ===== */
.faq_area3 {
  padding: 120px 0 100px;
}

.writ_ac_style_02:focus,
.writ_ac_style_02:hover {
  color: #232323;
  background: none;
}

.active .writ_ac_style_02 {
  background: none;
  color: #232323;
}

.border_bottom_0 {
  border-bottom: none;
}

.writ_ac_style_02 {
  margin-left: 40px;
  font-size: 20px;
  font-weight: 600;
  display: block;
  padding: 10px;
  color: #232323;
}

.writ_ac_style_02:before {
  position: absolute;
  content: '\f067';
  left: 25px;
  top: 13px;
  margin-right: 5px;
  font-family: fontawesome !important;
  font-weight: 200;
}

.active .writ_ac_style_02:before {
  content: '\f068';
}

.card-header.witr_ac_card.border_bottom_0 {
  background: #fff;
  padding: 0 5px;
}

.faq_area1 .content_style p,
.faq_area1 .conent_style p {
  padding: 15px 25px;
}

.card.card-2.accordion_02_shadow {
  border: 0 !important;
  margin-bottom: 20px;
  box-shadow: 1px 1px 7px -5px rgba(0, 0, 0, 0.75);
}

.faq_area2 .witr_ac_style {
  padding: 9px 20px 9px 5px;
  font-size: 17px;
  font-weight: 600;
  display: flex;
  align-items: center;
  transition: 0.5s;
  font-family: inherit;
}

.faq_area2 .accordion_area .card-2 p {
  padding: 15px 23px;
}

.writ_ac_style_02:before {
  font-weight: 400;
  font-size: 17px;
  color: #232323;
}

.faq2_img {
  text-align: center;
}

/* ===== 11. Video Area CSS ===== */
.az_video_area {
  background-image: url("assets/images/video-img.jpg");
  background-position: center center;
  background-size: cover;
  padding: 112px 0 171px;
  position: relative;
}

.azela_video_area::before {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  background: #000000;
  opacity: .3;
  left: 0;
  position: absolute;
}

.azela_video_inner {
  position: relative;
  text-align: center;
  top: 60px;
}

.azela_video_inner a {
  position: relative;
}

.azela_video_inner a:before {
  content: "";
  position: absolute;
  top: 43%;
  left: 50%;
  height: 70px;
  width: 70px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 #0049ff;
  animation: witr_video_ripple 2s infinite;
}

@keyframes witr_video_ripple {
  70% {
    box-shadow: 0 0 0 75px rgba(255, 255, 255, 0)
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
  }
}

.azela_video_inner i {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  font-size: 25px;
  display: inline-block;
  -webkit-transition: 1s;
  transition: 1s;
  background: #6827fd;
  color: #fff;
}

.azela_video_inner h4 {
  margin-top: 20px;
  color: #fff;
}

.azela_content h2,
.azela_content h3 {
  font-size: 40px;
  color: #fff;
}

/* ===== 12. Testimonial Area CSS ===== */
.az_test_area {
  padding: 120px 0 0;
}

.test_left_con .witr_section_title {
  margin-bottom: 40px;
}

.witr_testi_itemt {
  padding: 0 10px;
  transition: 0.5s;
}

.em_single_testimonial {
  margin-bottom: 30px;
  transition: 0.5s;
  margin-top: 20px;
  box-shadow: 0 0 10px 0 rgb(240 241 243);
  overflow: hidden;
  position: relative;
  text-align: left;
  padding: 0 30px 20px;
  background: #fff;
}

.test_q_icon {
  text-align: right;
}

.test_q_icon i {
  font-size: 40px;
  background: #6827fd;
  padding: 8px 20px;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
}

.all_color_testimonial h6,
.all_color_testimonial h2 {
  padding: 5px 0 0;
}

.em_testi_title span {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #6827fd;
}

.em_testi_content {
  position: relative;
}

.em_testi_text {
  overflow: hidden;
  padding-top: 15px;
  text-align: left;
}

.em_single_testimonial:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.13);
}

.test_witr_inner {
  position: relative;
}

.test_witr_inner .single_image_area {
  text-align: right;
}

.test_witr_inner .witr_shape_item_inner {
  top: -135px;
  left: -135px;
}

.test_witr_inner .witr_shape_image {
  animation: witr_movelr_box45 5s linear 1s infinite alternate paused
}

@keyframes witr_movelr_box45 {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(45px);
  }
}

.test_witr_inner .witr_shape_item img {
  width: 170%;
  max-width: 200%;
}

.test_witr_shap2 .witr_shape_item_inner {
  z-index: 1;
  top: 90px;
  left: 0;
}

.test_witr_shap2 .witr_shape_image img {
  animation: witr_movetb_box45 5s linear 1s infinite alternate running;
  width: 200px;
  height: 300px;
}

@keyframes witr_movetb_box45 {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(45px);
  }
}

/* ===== Testimonial Area CSS ===== */
.test_area2 {
  padding: 110px 0 100px;
}

.test_area2 .witr_section_title {
  margin-bottom: 30px;
}

.test_area2 .witr_section_title_inner h2 {
  padding: 0 0 15px;
}

.test_area2 .all_color_testimonial p {
  padding: 0;
}

.single_creativeItem {
  text-align: center;
}

.box-size {
  padding: 10px 15px;
}

.testiCreCon {
  position: relative;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 6%);
  background: #fff;
  border-radius: 5px;
  padding: 50px 20px;
  margin-bottom: 35px;
}

.testiCreCon li {
  font-size: 100px;
  color: #dddddd4f;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.testiCreCon li {
  font-size: 100px;
  color: #dddddd4f;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.testiCreCon p {
  position: relative;
  margin: 0;
  z-index: 1;
}

.testiCreCon:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: -36px;
  border-radius: 15px;
  width: 50px;
  height: 50px;
  background: #fff;
  transform: rotate(45deg) translateX(-50%);
  z-index: -1;
  box-shadow: 0 2px 29px 0 rgb(0 0 0 / 8%);
}

.post_t6 .em_test_thumb {
  float: inherit;
  margin-right: 0;
  margin-bottom: 10px;
}

.test_area2 .em_test_thumb img {
  border-radius: 50%;
  width: 59px;
}

.testAuthor h6 {
  margin-bottom: 0;
}

.testAuthor span {
  font-size: 15px;
}

/* ===== 13. Blog Area CSS ===== */
.azela_blog_area {
  padding: 115px 0 100px;
}

.azela_blog_area .witr_section_title {
  margin-bottom: 30px;
}

.azela_blog_area .witr_section_title_inner h3 {
  padding: 10px 0 0;
}

.azela_blog_area h1.divider_text::before {
  width: 70%;
}

.azela_blog_area .witr_section_title_inner h2 {
  padding: 0;
}

.all_blog_color {
  text-align: left;
}

.busi_singleBlog {
  transition: 0.5s;
  box-shadow: 0 5px 10px 0 rgba(50, 65, 141, 0.07);
  position: relative;
  overflow: hidden;
  background: #fff;
  margin-bottom: 20px;
  border: none;
}

.witr_sb_thumb {
  overflow: hidden;
  position: relative;
}

.witr_sb_thumb:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}

.witr_sb_thumb:before {
  background: rgba(0, 0, 0, 0.5);
}

.witr_sb_thumb img {
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.witr_top_category {
  transform: scale(1);
  transition: 0.5s;
}

.witr_top_category {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 999;
}

.witr_top_category ul li {
  display: inline-block;
}

.witr_top_category ul li a {
  background: #203260;
  padding: 3px 10px;
}

.witr_top_category ul li a {
  border-radius: 5px;
  margin: 0 10px 10px 0;
  display: inline-block;
}

.witr_top_category ul li a {
  color: #fff;
}

.busi_singleBlog:hover .witr_sb_thumb img,
.busi_singleBlog:hover .witr_sb_thumb:before {
  transform: scale(1.2);
}

.witr_blog_con {
  padding: 20px 15px 5px 25px;
  margin-bottom: 0;
}

.witr_blog_con h2 {
  margin: 10px 0;
}

.banner-content input,
.witr_blog_con h2,
.witr_post_Author .comment {
  color: #222429;
}

.witr_blog_con h2 a {
  display: inline-block;
}

.all_blog_color p {
  margin: 10px 0 20px;
}

.em-blog-content-area_adn {
  padding: 0 10px 22px 0;
}

.learn_btn {
  padding: 10px 30px;
  border-radius: 5px;
  background: #F3F3F3;
  color: #003167;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin: 20px 0;
  font-family: "Roboto", Sans-serif;
}

.learn_btn:hover {
  background: #0467D4;
  color: #fff;
}

.witr_blog_border {
  margin-bottom: 10px;
}

.witr_blog_border {
  border: 1px solid #f2f2f2;
}

.witr_blog_con span {
  font-size: 16px;
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 15px;
  margin-right: 2px;
}

.azela-blog-meta-left_adn a,
.azela-blog-meta-left_adn span,
.azela-event-meta-left_adn a,
.azela-event-meta-left_adn span,
.event_date_5 span,
.witr_blog_con span,
.witr_blog_con span a,
.witr_blog_metan span,
.witr_blog_metan span a,
.witr_circal_r h6 {
  color: #fff;
}

.witr_blog_con span i {
  padding-right: 5px;
  padding-left: 5px;
  transition: 0.5s;
  color: #fff;
  font-size: 18px;
}

.witr_blog_area11 .em-blog-content-area_adn {
  padding: 0 10px 22px 20px;
}

.witr_blog_meta_potion {
  margin-top: -55px;
  margin-bottom: 25px;
  z-index: 9;
  position: relative;
  padding: 15px 10px;
  border-radius: 5px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.04);
  background-color: #6827FD;
}

/* ===== Blog Area CSS ===== */
.witr-blog-side-area.blog_sidebar {
  padding: 100px 0;
}

.blog-left-side > div {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 15px;
  box-shadow: 0 0 5px 0 rgba(148, 146, 245, 0.2);
}

.blog-left-side > div:last-child {
  margin-bottom: 0;
}

.blog-left-side h2 {
  margin-bottom: 10px;
  text-transform: uppercase;
}

.blog-left-side .content {
  padding: 0;
}

.blog-left-side .push-bottom-large {
  margin-bottom: 0;
}

.blog-left-side > div:last-child {
  margin-bottom: 0;
}

.blog-left-side > aside:last-child {
  margin-bottom: 0 !important;
}

.blog-left-side .nav .children li a:hover,
.blog-left-side .sub-menu li a:hover {
  background: 0 0;
  color: #18c8ff;
}

.defaultsearch {
  background: #f7f7f7;
  position: relative;
}

.defaultsearch input {
  background: #f7f7f7 none repeat scroll 0 0;
  border: 0 none;
  height: 54px;
  position: relative;
  width: 100%;
}

.defaultsearch button {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  color: #858585;
  font-size: 18px;
  padding: 1px 15px;
  position: absolute;
  right: 0;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
}

.defaultsearch input[type="text"] {
  padding-left: 10px;
}

.blog-left-side .widget h2 {
  bottom: -1px;
  display: block;
  line-height: 17px;
  margin-bottom: 20px;
  padding-bottom: 14px;
  position: relative;
  text-transform: capitalize;
}

.blog-left-side .widget h2::before {
  background: #6827fd;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 26%;
  top: 15px;
}

.em-blog-content-area {
  padding: 20px 15px 0;
  overflow: hidden;
}

.footer-middle .widget h5 {
  text-transform: capitalize;
}

.blog-left-side .widget ul {
  list-style: none;
}

.blog-left-side .widget ul li {
  margin: 0 0 5px;
  padding-left: 20px;
  position: relative;
}

.blog-left-side .widget > ul > li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.blog-left-side .widget ul li span {
  font-weight: 300;
}

.blog-left-side .widget ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.blog-left-side > .widget > ul > li {
  margin: 0 0 10px;
  padding-bottom: 10px;
}

.blog-left-side .widget ul li a:hover,
.blog-left-side .widget ul li:hover::before {
  color: #6827fd;
}

.blog-left-side .widget ul li::before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 18px;
  left: 0;
  position: absolute;
}

.blog-left-side .widget select {
  width: 100%;
  height: 40px;
  background: #fff;
  border: 1px solid #ddd;
  padding-left: 5px;
}

.azela-blog-meta-left i {
  color: #6827fd;
}

.azela-blog-meta-left i {
  font-size: 13px;
  margin-right: 5px;
}

.azela-blog-meta-left {
  margin-bottom: 10px;
  margin-top: 5px;
}

.recent-post-text h4 a:hover {
  color: #6827fd;
}

.recent-post-item {
  padding-bottom: 0;
}

.recent-post-text h4 {
  margin-bottom: 0;
  line-height: 1;
}

.azela-blog-meta-left a,
.azela-blog-meta-left span {
  color: #888;
}

.widget .screen-reader-text {
  display: none;
}

.textwidget select {
  width: 100%;
}

#wp-calendar {
  width: 100%;
}

.wp-calendar-table th {
  font-size: 13px;
  font-weight: 700;
  padding: 5px 10px;
  text-align: center;
  vertical-align: middle;
}

.comment_field .input-field input,
.comment_field .textarea-field textarea,
table#wp-calendar td,
table#wp-calendar th {
  border: 1px solid #e5e5e5;
}

.tagcloud a {
  display: inline-block;
  font-size: 14px !important;
  margin: 0 8px 10px 0;
  padding: 7px 15px;
  text-align: center;
  font-weight: 400;
  border: 1px solid #ddd;
  text-transform: capitalize;
}

.r-post-content h3 a:hover,
.r-post-content h3:hover,
.tagcloud a:hover,
.widget_archive ul li a:hover,
.widget_archive ul li:hover:before,
.widget_categories ul li a:hover,
.widget_categories ul li:hover:before {
  color: #DB2D2E;
}

.tagcloud a:hover {
  background: #DB2D2E;
  color: #fff;
}

#wp-calendar caption {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: left;
  text-transform: uppercase;
}

#wp-calendar {
  font-size: 13px;
}

#wp-calendar {
  border: 0 solid #e5e5e5;
  margin: 0;
  overflow: auto;
  vertical-align: top;
  width: 100%;
}

table#wp-calendar td {
  border: 1px solid #e5e5e5;
  padding: 5px 10px;
  text-align: center;
  vertical-align: top;
  font-size: 14px;
}

#wp-calendar td,
#wp-calendar th {
  padding: 8px;
}

table#wp-calendar th {
  border: 1px solid #e5e5e5;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}

table#wp-calendar td#today {
  color: #fff;
  background: #6827fd;
}

table#wp-calendar td#today a {
  color: #fff;
}

.textwidget img {
  margin-bottom: 15px;
}

.textwidget p {
  margin-bottom: 0.5rem;
}

.azela-blog-thumb img {
  width: 100%;
  transition: 0.5s;
}

.witr-blog-side-area .imagess_area .slick-slide img {
  display: inline-block;
  margin: auto;
  width: 100%;
}

.witr-blog-side-area.blog_sidebar .azela-single-blog {
  margin-bottom: 30px;
  box-shadow: none;
  border-bottom: 1px solid #e7e7e7;
  background: transparent;
}

.azela-single-blog {
  overflow: hidden;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.azela-blog-thumb {
  overflow: hidden;
}

.single_blog_thumb img {
  width: 100%;
}

.azela-blog-thumb a {
  display: block;
  position: relative;
}

.azela-blog-thumb a:before {
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  z-index: 999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.azela-blog-thumb a:before {
  background: rgba(0, 0, 0, 0.7);
}

.azela-blog-thumb img {
  width: 100%;
}

.azela_blog_area .em-blog-content-area {
  padding: 20px 15px 0;
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgb(148 146 245 / 20%);
}

.azela-blog-meta.post_blog h2 a {
  font-size: 24px;
  font-weight: 700;
  transition: 0.5s;
}

.azela-blog-meta-left {
  margin-bottom: 10px;
  margin-top: 5px;
}

.azela-blog-meta-left a,
.azela-blog-meta-left span {
  color: #888888;
  font-size: 16px;
  margin-right: 5px;
  margin-bottom: 0;
  display: inline-block;
}

.azela-blog-meta-left i {
  color: #6827fd;
  margin-right: 5px;
  font-size: 13px;
}

.azela-blog-meta-left a,
.azela-blog-meta-left span {
  color: #888;
}

.em-blog-content-area .witr_btn {
  background: #6827fd;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  padding: 10px 30px;
  text-align: center;
  position: relative;
  margin-right: 20px;
  z-index: 2;
  transition: 1s;
  font-weight: 400;
  margin-bottom: 20px;
}

.azela-single-blog:hover .azela-blog-thumb a:before {
  opacity: 1;
}

.azela-single-blog:hover .azela-blog-thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.em-blog-content-area .witr_btn:hover {
  background: #323232;
  color: #fff;
}

.azela-blog-meta.post_blog h2 a {
  font-size: 24px;
  font-weight: 700;
  transition: 0.5s;
}

.video-open-inline iframe {
  width: 100%;
  height: 400px;
  border: none;
}

.witr-blog-side-area.blog_sidebar .markit-single-blog {
  margin-bottom: 30px;
  box-shadow: none;
  border-bottom: 1px solid #e7e7e7;
  background: transparent;
}

.witr-blog-side-area blockquote {
  background-color: #f7f7f7;
  border-left: 3px solid #6827fd;
  padding: 1em;
  margin-top: 15px;
}

blockquote {
  margin: 0 0 30px;
  font-size: 17px;
  font-weight: 400;
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 7%);
}

.blog-left-side .widget a {
  color: #454545;
  line-height: 1;
  font-size: 16px;
}

.blog-left-side > div {
  margin-bottom: 30px;
  padding: 35px 30px;
  border-radius: 8px;
  box-shadow: 0 0 30px rgb(0 0 0 / 7%);
}

.recent-post-text h4 a {
  font-size: 16px;
  font-weight: 600;
}

.widget_recent_data .recent-post-image img {
  margin-bottom: 10px;
  margin-top: 0;
}

.widget_recent_data .recent-post-item {
  margin-bottom: 0;
}

.blog-left-side .single-widget-item h2 {
  color: #030925;
}

/* ===== single blog css ===== */
.witr-blog-side-area.blog_area.single_blog.single_blog_page {
  padding: 100px 0 70px;
}

.azela-single-blog-details-inner {
  padding: 38px 45px 45px;
  box-shadow: 0 3px 19px rgb(0 0 0 / 8%);
  border-radius: 0 0 10px 10px;
}

.block .wp-block-quote.is-large p,
.block .wp-block-quote.is-style-large p {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.6;
  color: #5c727d;
}

.wp-block-group__inner-container {
  text-align: center;
}

.azela-single-icon-inner {
  text-align: center;
}

.azela-single-icon-inner a {
  border: 1px solid #e6e6e6;
  color: #17161a;
  display: inline-block;
  font-size: 15px;
  height: 40px;
  line-height: 41px;
  margin: 0 9px 0 0;
  text-align: center;
  width: 40px;
  border-radius: 5px;
}

.azela-single-icon-inner a:hover {
  background: #6827fd;
  border-color: #6827fd;
  color: #fff;
}

.comment-respond {
  border: 1px solid #ddd;
  margin-bottom: 30px;
  padding: 25px 10px 30px;
  background-color: #f1f1f1;
}

.comment_field .input-field {
  width: 33.33%;
  float: left;
  margin-bottom: 25px;
}

.comment_field .input-field label,
.comment_field .textarea-field label {
  color: #606060;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 500;
}

.comment_field .input-field label,
.comment_field .textarea-field label {
  color: #606060;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 500;
}

.comment_field .input-field input,
.comment_field .textarea-field textarea {
  color: #555555;
}

.comment_field .input-field input {
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 6px 20px;
  height: 54px;
  font-size: 17px;
}

.comment_field .textarea-field textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  height: 150px;
  padding: 10px;
}

.comment_field .input-field input,
.comment_field .textarea-field textarea {
  color: #555555;
}

.azela_btn {
  background: transparent;
  border: 1px solid #ddd;
  display: inline-block;
  text-align: center;
  padding: 12px 20px;
  margin-top: 15px;
  border-radius: 5px;
  transition: 0.5s;
  color: #444;
}

.azela_btn:hover {
  background: #6827fd;
  border-color: #6827fd;
  color: #fff;
}

/* end sidebar css */

/* slick slide css */
.slick-dots li button {
  font-size: 0;
  width: 18px;
  height: 18px;
  border: 0 solid #F0F0F0;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 50%;
  padding: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: 0;
}

.slick-dots li.slick-active button {
  background-color: #6827fd;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -45px;
  display: inline-block;
  z-index: 11;
  text-align: center;
}

/* slick prev slick next css */
/*======== slick ========*/
.slick-prev,
.slick-next {
  font-size: 0;
  position: absolute;
  display: block;
  padding: 0;
  cursor: pointer;
  color: #fff;
  outline: none;
  background: #6827fd;
  z-index: 9;
  opacity: 0;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  width: 55px;
  height: 55px;
  line-height: 55px;
  top: 50%;
  transform: translate(0px, -50%);
  transition: 0.5s;
  border: 0 solid #17161a;
}

.slick-prev {
  left: -65px;
}

.slick-next {
  right: -65px;
}

.slick-next:before,
.slick-prev:before {
  color: #fff;
  font-size: 30px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  content: "\e64f";
  font-family: "qico" !important;
  line-height: inherit;
  opacity: 1;
}

.slick-next:before {
  content: "\e650";
  font-family: "qico" !important;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  background: #040022;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  color: #fff;
}

button:focus {
  outline: 0;
}

.simages_id11:hover .slick-prev,
.simages_id11:hover .slick-next {
  opacity: 1;
}

.witr_ds_content_area:hover .slick-prev,
.witr_ds_content_area:hover .slick-next {
  opacity: 1;
}

.witr_ds_content_area .slick-prev,
.witr_ds_content_area .slick-next {
  border-radius: 30px;
}

.witr_ds_content_area .slick-prev {
  left: 15px;
}

.witr_ds_content_area .slick-next {
  right: 15px;
}

.azela_blog_area:hover .slick-prev,
.azela_blog_area:hover .slick-next {
  opacity: 1;
}

.azela_feature_area:hover .slick-prev,
.azela_feature_area:hover .slick-next {
  opacity: 1;
}

.azela_test_area:hover .slick-prev,
.azela_test_area:hover .slick-next {
  opacity: 1;
}

.azela_team_area:hover .slick-prev,
.azela_team_area:hover .slick-next {
  opacity: 1;
}

.project_area .slick-prev,
.project_area .slick-next {
  opacity: 1;
  top: -65px;
}

.project_area .slick-next {
  right: 0;
}

.project_area .slick-prev {
  left: 985px;
}

/*===== 15. Breadcumb Area CSS =====*/
.breadcumb-inner h2 {
  font-size: 36px;
}

.breadcumb-area {
  padding-top: 60px;
  padding-bottom: 57px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('assets/images/breadcrum.png');
  position: relative;
}

.breadcumb-area:before,
.breadcumb-blog-area:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.25);
}

.breadcumb-inner ul,
.breadcumb-inner ul span a,
.breadcumb-inner li,
.breadcumb-inner li a {
  color: #ffffff;
}

.breadcumb-inner li {
  display: inline-block;
  margin: 0;
  color: #fff;
}

.breadcumb-inner li:nth-last-child(-n + 1) {
  color: #fff;
}

.breadcumb-inner li a {
  color: #fff;
}

.breadcumb-inner li a:hover {
  color: #6827fd;
}

.brpt h2 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 5px;
}

.lcase {
  text-transform: lowercase;
}

.ucase {
  text-transform: uppercase;
}

.ccase {
  text-transform: capitalize;
}

/* ===== 16. Brand Area CSS ===== */
.az_brand_area {
  background: #000;
  padding: 75px 0 90px;
}
.az_brand_area container1{
width:1903px;
}

.slide_items {
  text-align: center;
}

.slide_items:hover {
  filter: grayscale(1);
}

/* ===== Video Area CSS ===== */
.witr_youtube_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -99;
}

.witr_youtube_video iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.video_page_area .witr_swiper_height {
  z-index: -1;
}

.bvideo_page_area {
  position: relative;
}

/* ===== 17. Contact Area CSS ===== */
.contact_area {
  padding: 0 0 100px;
}

.contact_inner .witr_section_title {
  margin-bottom: 25px;
}

.apartment_area {
  position: relative;
  padding: 80px 50px 63px;
  text-align: left;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 6%);
  margin-bottom: 20px;
}

.apartment_text h1 {
  color: #6827fd;
  font-size: 17px;
  margin-bottom: 5px;
}

.apartment_text h2 {
  margin-bottom: 40px;
  font-size: 38px;
  font-family: "Dosis", Sans-serif;
}

.witr_apartment_form input,
.witr_apartment_form textarea {
  border: 1px solid #f1f1f1;
}

.witr_apartment_form .btn {
  margin-top: -10px;
  background: #FE688B;
  transition: 0.5s;
  border-radius: 0;
}

.witr_apartment_form textarea {
  margin-bottom: 16px;
  height: 150px;
  width: 100%;
  padding-top: 10px;
  padding-left: 30px;
  color: #888;
  background: #02010100;
  border-radius: 5px;
  border-color: #f1f1f1;
  border-style: solid;
  border-width: 1px;
}

.witr_apartment_form form select,
.witr_apartment_form form select,
.witr_apartment_form input {
  width: 100%;
  height: 45px;
  outline: none;
  margin-bottom: 23px;
  background: #02010100;
  border-style: solid;
  border-width: 1px;
  border-color: #f1f1f1;
  border-radius: 5px;
  padding: 0 0 0 30px;
  color: #888;
}

.witr_apartment_form input:focus {
  border-color: #80bdff;
}

.witr_apartment_form textarea:focus {
  border-color: #80bdff;
}

.witr_apartment_form input,
.witr_apartment_form form select,
.wpcf7-not-valid-tip,
.witr_apartment_form input::-webkit-input-placeholder,
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap input::-webkit-input-placeholder,
.wpcf7-form-control-wrap a,
.wpcf7-form-control-wrap a::-webkit-input-placeholder,
.wpcf7-form-control-wrap textarea,
.witr_apartment_form form select option {
  color: #888;
}

.witr_apartment_form textarea::placeholder {
  color: #888;
}

.witr_apartment_form .btn {
  border: 0 none;
  display: inline-block;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0;
  margin-top: 0;
  background: #6827fd;
  color: #fff;
  width: 45%;
}

.witr_apartment_form .btn:hover {
  background: #270202;
}

.ab_page_contact {
  padding: 0 0 80px;
}

.cont_page_cont {
  padding: 120px 0 100px;
}

.cont_page_cont .witr_apartment_form .btn {
  width: inherit;
}

.cont_page_cont .apartment_area {
  text-align: center;
}

.cont_page_cont .witr_apartment_form .btn:hover {
  background: #02101e;
}

/* ===== Contact Area CSS ===== */
.contact_page_area {
  padding: 100px 0 80px;
  background: #F9F9F9;
}

.contact_page_area .witr_section_title {
  margin-bottom: 45px;
}

.contact_page_area .witr_section_title_inner p {
  margin-top: 10px;
}

.contact_page_area .all_color_service {
  box-shadow: 0 0 12px 0 rgb(0 0 0 / 8%);
  margin-bottom: 20px;
  border-radius: 0;
  background: #fff;
  padding: 40px 30px 35px;
}

.contact_page_area .service_top_image {
  position: relative;
}

.contact_page_area .service-item i {
  font-size: 30px;
  height: 80px;
  width: 80px;
  text-align: center;
  border-radius: 50%;
  line-height: 80px;
  display: inline-block;
  transition: 0.5s;
  border-radius: 5px;
  color: #fff;
  background: #6827fd;
}

.contact_page_area .service-item h3 {
  padding: 15px 0 10px;
}

.contact_page_area .all_color_service:hover i,
.contact_page_area .poly_text_box:hover .contact_page_area .service_icon_box::before {
  background: #000000;
}

.contact_page_area .text_box.all_icon_color p {
  margin: 0;
  padding: 0;
}

/* map css */
.map_inner iframe {
  width: 100%;
  height: 630px;
  border: none;
  margin-bottom: -10px;
}

.site_map_area .map_inner iframe {
  height: 600px;
}

/* ===== 18. Pricing Area CSS ===== */
.az_price_area {
  padding: 115px 0 100px;
}

.pricing_plan_area {
  padding: 112px 0 100px;
}

.pricing_area {
  border-radius: 5px;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 8%);
  margin-bottom: 20px;
}

.pricing-part {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.witr_pricing_icon i {
  font-size: 40px;
  padding-top: 40px;
  display: block;
  color: #6827fd;
}

.prt_content {
  padding: 10px 0 7px;
  font-size: 20px;
}

.pricing-part h5 {
  font-size: 35px;
}

.all_pricing_color h2,
.all_pricing_color h3,
.all_pricing_color h4,
.all_pricing_color h5 {
  margin: 0;
}

.pricing-part span {
  font-size: 24px;
  margin-right: 5px;
}

.pricing_bar_title {
  position: relative;
  margin: 50px 0;
}

.pricing_bar_title::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background: #ddd;
  left: 0;
  right: 0;
  top: 50%;
}

.pricing_style_7.pricing-part h4 {
  font-size: 16px;
  padding: 13px 30px;
  display: inline-block;
  border-radius: 30px;
  color: #fff;
  z-index: 1;
  position: relative;
  background: #6827fd;
}

.witri_texti_list {
  margin-top: 25px;
}

.pricing-part ul {
  padding: 0 30px;
}

.witri_texti_list ul li {
  list-style: none;
  font-size: 17px;
  margin-bottom: 17px;
}

.witri_texti_list ul li i {
  margin-right: 10px;
}

.witr_btnp_color {
  padding-top: 37px;
  padding-bottom: 40px;
}

.pricing-part a.btn {
  padding: 15px 35px;
  display: inline-block;
  border: 1px solid #6827fd;
  border-radius: 5px;
  background: #6827fd;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.pricing-part a.btn:hover {
  background: 0 0;
  color: #6827fd;
}



.tx_golobal_color {
  background: #6827fd;
}

.tx_btn_global_color:hover {
  background: #000;
}