/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


@import url("https://fonts.googleapis.com/css2?family=Muli:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
.single_feature_footer{color: #626a77;}
@charset "UTF-8";
:root {
    --font-size: 16px;
    --font-weight-normal: 400;
    --font-weight-bold: 700;
    --font-weight-semibold: 600;
    --font-weight-medium: 500;
    --letter-spacing: 0em;
    --text-color: #8a7c78;
    --primary-color: #0c5adb;
    --sub-primary-color: #D46C20;
    --link-color: #282828;
    --theme-color:#e4e4dd;
    --link-color-hover: #D46C20;
    --link-color-active: #D46C20;
    --text-color-white: #ffffff;
    --bg-white: #ffffff;
    --btn-color: #ffffff;
    --btn-border: #D46C20;
    --btn-bg: #D46C20;
    --btn-white-color: #000;
    --btn-white-border: #212121;
    --btn-white-bg: #ffffff;
    --btn-color-hover: #000;
    --btn-border-hover: #212121;
    --btn-bg-hover: #ffffff;
    --btn-white-color-hover: #ffffff;
    --btn-white-border-hover: #D46C20;
    --btn-white-bg-hover: #D46C20;
    --new-label-color: #ffffff;
    --new-label-bg: #D46C20;
    --coming-soon-label-color: #ffffff;
    --coming-soon-label-bg: #f94c30;
    --theme-orange-color: #f94c30;
    --section-background-1: #D46C20;
    --section-background-2: #fff;
    --transition-effect: 500ms ease-in-out;
    --box-shadow: 0px 10px 25px 0px rgb(0, 0, 0, .2);
    --letter-spacing-0: 0em;
    --letter-spacing--25: -0.025em;
    --letter-spacing--2: -0.02em;
}


.pb-35 {
    padding-bottom: 35px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pt-80 {
    padding-top: 80px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pb-120 {
    padding-bottom: 120px;
}
.pt-120 {
    padding-top: 120px;
}
.mb-55 {
    margin-bottom: 55px;
}
.mb-30 {
    margin-bottom: 30px;
}

.mt-90 {
    margin-top: 90px;
}

.bg_color2 {
    background: #eff2f7;
}
.blog_sidebar button{ border:none; background:#f6f7fa}
.banner_part{position: relative;}
.learn-press-pagination {
  text-align: center;
  margin: 15px auto 35px;
}

.learn-press-pagination .page-numbers {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  list-style: none;
}

.learn-press-pagination .page-numbers > li {
  display: inline-block;
  margin: 0;
  padding: 0 14px;
}

.learn-press-pagination .page-numbers > li .page-numbers {
  float: unset;
  padding: 0;
  color: #666;
  background: transparent;
  font-size: 16px;
  font-weight: 300;
}

.learn-press-pagination .page-numbers > li .page-numbers.current {
  color: var(--lp-primary-color);
  font-weight: 400;
}

.learn-press-pagination .page-numbers > li .page-numbers:hover {
  color: var(--lp-primary-color);
}



/*===================index==========================*/

/**
    <--  start-about Section -->
======================================================**/

.about-section {
  background-image: url(img/about-bg.png);
  background-repeat: no-repeat;
  padding: 92px 0px 100px;
}

.about-thumb img {
  margin: 0px 0px 0 45px;
}

.about-content h3 {
  font-size: 46px;
  text-transform: capitalize;
  line-height: 1.2;
  font-weight: 800;
}

.about-content span {
  color: #0c5adb;
  font-weight: 500;
  margin-right: 9px;
}

.about-content p {
  color: #232323;
  font-size: 20px;
  font-weight: 700;
  margin: 23px 0px 0px;
}

.about-sub-content p {
  font-size: 16px;
  margin: 25px 0 37px;
  color: #616161;
}

.about-sub-box {
  display: flex;
  background: #f2f6ff;
  padding: 24px 15px 24px;
  border-radius: 5px;
  clip-path: polygon(0% 11%, 104% 0, 100% 100%, 0% 100%);
  align-items: center;
  margin-bottom: 30px;
}

.about-sub-box.up {
  clip-path: polygon(0% 0%, 100% 9%, 100% 100%, 0% 100%);
}

.about-sub-box .about-icon i {
  font-size: 40px;
  color: #0c5adb;
  display: inline-block;
  margin-right: 12px;
}
.about-sub-text h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.about-sub-info {
  position: relative;
  top: 13px;
  margin-left: 15px;
  display: inline-block;
}

.about-sub-thumb {
  box-shadow: 0px 10px 30px 0px rgba(198, 200, 206, 0.74);
  height: 75px;
  width: 75px;
  border-radius: 100%;
  display: inline-block;
}

.about-sub-info h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.about-sub-info p {
  font-size: 16px;
  margin: 0;
}

.about-button {
  text-align: right;
}

.about-button a {
  background: linear-gradient(to left, #2475fc, #1129b9 100%);
  padding: 16px 31px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 44;
  border-radius: 30px;
  color: #fff;
  margin: 15px 0 0;
}

.about-button a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  transform: scale(1);
  background: #00247e;
  border-radius: 30px;
  transition: 0.5s;
  z-index: -1;
}

.about-button a:hover::before {
  width: 100%;
  left: 0;
  filter: hue-rotate(360deg);
}
/*====================================================
--<	Techno Blog Area Css -->
======================================================*/
.single_blog {
  border: 1px solid #ebebeb;
  overflow: hidden;
  transition: 0.5s;
}
.single_blog_content {
  background: #fff; padding: 15px;
}
.single_blog:hover {
  border-color: transparent;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
}
.blog_page_title h3 {
  font-size: 21px;
  transition: 0.5s;
}
.blog_page_title a {
  font-weight: 700;
}
.single_blog_thumb img {
  width: 100%;
}
.blog_page_button a {
  font-size: 15px;
  transition: 0.5s;
  color: #616161;
}
.blog_page_button.style_two a {
  font-size: 15px;
  transition: 0.5s;
  color: #0c5adb;
  border: 1px solid #0c5adb;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 30px;
}
.blog_page_button a i {
  margin-left: 6px;
}
.blog_page_button a:hover {
  color: #0c5adb;
}
.blog_page_title a:hover {
  color: #0c5adb;
}
.techno_blog_meta a {
  color: #616161;
  transition: 0.3s;
  position: relative;
}
.techno_blog_meta a:before {
  position: absolute;
  right: -6px;
  height: 14px;
  width: 1px;
  background: #666;
  content: "";
  top: 5px;
}
.techno_blog_meta a:hover {
  color: #0c5adb;
}

/*odoo blog*/
.blog_area.oddo {
  background: #eff2f7;
}

.blog_page_title h3{
    margin-top: 11px;
}

.pb-65 {
    padding-bottom: 65px;
}

/*==========================*/
.company-info-desc{ clear:both;}
/*contact info*/
.style-four .company-info-title h6 {
  margin: 3px 0 3px;
}
.style-four .company-info-title p {
  padding: 0 0 7px;
}
.style-four .company-icon {
  float: left;
  margin-right: 10px;min-height: 60px
}
.style-four .company-icon a i {
  display: inline-block;
  font-size: 17px;
  color: #fff;
  width: 38px;
  height: 38px;
  line-height: 40px;
  background: #2572ff;
  text-align: center;
  border-radius: 50%;
}



.company-icon a i {
  display: inline-block;
  font-size: 17px;
  color: #fff;
  width: 38px;
  height: 38px;
  line-height: 40px;
  background: #33337b;
  text-align: center;
  border-radius: 50%;
}


/*section title before center*/
.style-two.up .section_sub_title h5:before {
  left: -104px;
  right: 0;
  margin: auto;
}
.style-two.up .section_sub_title h5:after {
  left: -114px;
  right: 0;
  margin: auto;
}
.section_sub_title span {
  position: relative;
  z-index: 1;
}
.style-two.up .section_sub_title span:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 71px;
  top: 8px;
  right: inherit;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background: #0c5adb;
}
.style-two.up .section_sub_title span:after {
  position: absolute;
  content: "";
  left: 74px;
  top: 3px;
  right: inherit;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: rgba(35, 181, 255, 0.7019607843137254);
}

.section_main_title h5 {
  font-size: 18px;
  letter-spacing: 0;
  margin: 0 0 20px;
  position: relative;
  left: 31px;
  text-transform: uppercase;
}

.color-full {
  color: #0c5adb;
}

.section_main_title h5:before {
  position: absolute;
  content: "";
  top: -2px;
  left: -31px;
  height: 29px;
  width: 22px;
  background: url(img/icon2.png);
  background-repeat: no-repeat;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.dm_comment_item .depth-1, .dm_comment_item .depth-10, .dm_comment_item .depth-2, .dm_comment_item .depth-3, .dm_comment_item .depth-4, .dm_comment_item .depth-5, .dm_comment_item .depth-6, .dm_comment_item .depth-7, .dm_comment_item .depth-8, .dm_comment_item .depth-9 {
    margin-bottom: 30px;
}

.comment-author.vcard {
    display: flex;
}

.comment-author.vcard img {
    margin-right: 20px;
    display: block;
    max-width: 100%;
    height: 100%;
}

.comment-author.vcard img, .social-button {
    border-radius: 3px;
}

.dm_comment_author {
    color: #28375a;
    font-weight: 700;
    font-size: 16px;
    font-style: normal;
}

.comment--dot {
    padding: 0 10px;
    font-size: 3px;
    opacity: .5;
    line-height: 3px;
    display: inline-block;
    vertical-align: middle;
}

.dm_comment-date {
    font-size: 13px;
    color: #28375a;
    opacity: .75;
}

.comment-details.clr {
    padding-left: 0;
}

.comment-content p {
    color: #28375a;
    font-size: 16px;
    margin: 0;
}

.comment-reply-link {
    font-weight: 400;
    font-size: 14px;
}

@media (min-width: 991px) {
  .dm_comment_item .depth-2 {
      margin-left: 78px;
  }
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}


body {
 font-family: "Muli", sans-serif;
  padding: 0;
  margin: 0;
  font-size: 16px;
  --lp-primary-color: #2572ff;
  --lp-secondary-color: #442e66;
}

/*@media (max-width: 767px) {
  .container {
    max-width: 375px;
  }
}*/

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1520px;
  }
}

.social_twitter::before {
  position: relative;
  bottom: 2px;
  font-size: 16px;
  content: "𝕏" !important;
}

.share_icon_list .social_twitter::before {
  bottom: 1px;
}

a:hover {
  text-decoration: none;
}

input:hover, input:focus {
  outline: none !important;
  box-shadow: 0px 0px 0px 0px transparent;
}

:focus {
  outline: -webkit-focus-ring-color auto 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: transparent;
  box-shadow: none;
}

.form-control:focus {
  box-shadow: 0 0 0 0rem transparent !important;
  border-color: #dce1e9;
}

.section_padding {
  padding: 70px 0px;
}

.page_section_padding {
  padding: 50px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .section_padding {
    padding: 50px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .section_padding {
    padding: 50px 0px;
  }
}
@media (max-width: 767.98px) {
  .section_padding {
    padding: 50px 0px;
  }
}
.padding_top {
  padding-top: 70px;
}
@media (max-width: 991px) {
  .padding_top {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .padding_top {
    padding-top: 50px;
  }
}

.padding_bottom {
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .padding_bottom {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .padding_bottom {
    padding-bottom: 50px;
  }
}

.custom-shadow-sm {
  box-shadow: 0 .125rem 0.5rem rgba(0,0,0,.075)!important;
}
a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color:#212529;
}
a:hover {
  text-decoration: none;
}


h1, h2, h3, h4, h5, h6 {
  /*color: #0b1c39;*/
  font-family: "Poppins", sans-serif;
}
/*

h2 {
  font-size: 40px;
  line-height: 50px;
}*/

/*p {
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 15px;
  color: #626a77;
  font-family: "Poppins", sans-serif;
}

p:empty {
  display: none;
}

a:focus, .button:focus, button:focus, .btn:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  -webkit-transition: 1s;
  transition: 1s;
}*/

.p_30 {
  padding: 30px;
}
@media (max-width: 991px) {
  .p_30 {
    padding: 20px;
  }
}

.p_20 {
  padding: 20px;
}

.p_15 {
  padding: 20px 20px 15px;
}

.pt_30 {
  padding-top: 30px;
}

.pb_20 {
  padding-bottom: 20px;
}

.mt_25 {
  margin-top: 25px;
}

.mt_30 {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .mt_30 {
    margin-top: 15px;
  }
}

.mt_10 {
  margin-top: 10px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_25 {
  margin-bottom: 20px;
}

.mt_50 {
  margin-top: 50px;
}
@media (max-width: 767.98px) {
  .mt_50 {
    margin-top: 25px;
  }
}

.mt_25 {
  margin-top: 25px !important;
}
@media (max-width: 991px) {
  .mt_25 {
    margin-top: 15px !important;
  }
}

.mt_20 {
  margin-top: 20px;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.mt_40 {
  margin-top: 40px;
}

.section_bg {
  background-color: #f6f7fa;
}

.niceSelect {
  border: 1px solid #dce1e9;
  font-size: 13px;
  color: #7c8189;
  display: block;
  width: 100%;
  text-transform: capitalize;
  padding: 0 20px;
  border-radius: 6px;
  float: inherit;
  font-weight: 300;
}
.niceSelect:after {
  border-bottom: 0 solid transparent;
  border-right: 0 solid transparent;
  content: "3";
  font-family: "eleganticons";
  transform: rotate(0);
  top: 3px;
  right: 29px;
  font-size: 19px;
}
@media (max-width: 767.98px) {
  .niceSelect:after {
    top: 13px;
  }
}
.niceSelect .option:hover, .niceSelect .option.focus, .niceSelect .option.selected.focus {
  background-color: transparent;
}
.niceSelect .option.selected {
  font-weight: normal;
  color: #2572ff;
}
.niceSelect .option {
  line-height: 34px;
  min-height: 34px;
  font-size: 14px;
}
.niceSelect .list {
  width: 100%;
  border-radius: 4px;
  background-color: #fff;
  color: #626a77;
  padding: 20px;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .niceSelect .list {
    padding: 5px;
  }
}
.niceSelect .list li {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.niceSelect .list li:hover {
  color: #2572ff;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .niceSelect .list li {
    line-height: 33px;
    padding: 0 15px;
  }
}

.niceSelect.open:after {
  transform: rotate(0);
  content: "2";
  font-family: "eleganticons";
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.cu_dropdown .btn {
  border: 1px solid #dce1e9;
  background-color: #f6f7fa;
  color: #626a77;
  font-size: 12px;
  font-weight: 300;
  padding: 5px 15px;
}
.cu_dropdown .btn_1 {
  padding: 11px 20px;
}
.cu_dropdown .dropdown-toggle::after {
  display: inline-block;
  margin-left: 10px;
  vertical-align: 0;
  content: "?;
  border-top: none;
  font-family: "themify";
  font-size: 10px;
}
.cu_dropdown .dropdown-menu {
  min-width: auto;
  background-color: #0b1c39;
  min-width: 102px;
  left: 0 !important;
  border-radius: 0 0 5px 5px;
  top: -2px !important;
  padding: 17px 0;
}
.cu_dropdown .dropdown-menu .dropdown-item {
  font-size: 12px;
  font-weight: 300;
  text-transform: capitalize;
  padding: 7px 20px;
  padding: 7px 20px;
  color: #fff;
}
.cu_dropdown .left_arrow:hover {
  background-color: transparent;
  padding-left: 38px;
}
.cu_dropdown .left_arrow:after {
  left: 18px;
  top: 11px;
}

.elementor-widget-container {
    width: 100% !important;
}

.section_tittle {
  text-align: center;
  margin-bottom: 62px;
}
@media (max-width: 767.98px) {
  .section_tittle {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .section_tittle {
    margin-bottom: 45px;
  }
}
.section_tittle h2 {
  font-weight: 700;
  margin-bottom: 12px;
}
@media (max-width: 767.98px) {
  .section_tittle h2 {
    font-size: 25px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .section_tittle h2 {
    font-size: 30px;
    line-height: 38px;
  }
}

.show .btn {
  background-color: #2572ff;
  color: #fff;
  border-radius: 5px 5px 0 0;
}
.show .dropdown-toggle::after {
  transform: rotate(180deg);
  color: #fff;
}

.preloder_part {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  background-color: #fff;
}
.preloder_part .spinner {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  left: 0;
  right: 0;
  top: 48%;
  position: absolute;
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 2s infinite linear;
  z-index: 99999;
}
.preloder_part .dot1, .preloder_part .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #2572ff;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.preloder_part .dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.page_pageination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.page_pageination a, .page_pageination span {
  height: 50px;
  width: 50px;
  line-height: 50px;
  border: 2px solid #dce1e9;
  text-align: center;
  color: #9198a4;
  font-size: 18px;
  display: inline-block;
  border-radius: 50px;
  margin: 0px 5px;
}

.page_pageination a:hover, .page-pageination span:hover {
  background-color: #2572ff;
  border: 2px solid #2572ff;
  color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(89, 149, 253, 0.4);
}

.page_pageination .current {
  background-color: #2572ff;
  border: 1px solid #2572ff;
  color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(89, 149, 253, 0.4);
}

.progress-bar {
  border-radius: 4px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: #fbfcfd;
}

.common-checkbox {
  display: none;
}

.common-checkbox + label {
  display: block;
  cursor: pointer;
  color: #626a77;
}

.common-checkbox + label:before {
  content: "";
  border: 2px solid #a8aeb6;
  border-radius: 2px;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  width: 14px;
  height: 14px;
  line-height: 15px;
  padding-left: 0px;
  margin-right: 14px;
  vertical-align: bottom;
  color: transparent;
  position: relative;
  top: -6px;
}

.common-checkbox:checked + label:before {
  content: "Z";
  border: 0px;
  font-family: "eleganticons";
  border-radius: 2px;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  width: 14px;
  height: 14px;
  line-height: 15px;
  padding-left: 0px;
  margin-right: 14px;
  vertical-align: bottom;
  color: #2572ff;
  position: relative;
  top: -6px;
}

.check_icon .common-checkbox + label:before {
  border-radius: 50px;
}
.check_icon .common-checkbox:checked + label:before {
  content: "\\";
}

.custom_animation1 {
  backface-visibility: hidden;
  animation: jumping_animation 3s ease-in-out 0.5s infinite alternate;
  animation-delay: 0.5s;
  transition: all 0.5s ease 5s;
  user-select: none;
}

.custom_animation_2 {
  backface-visibility: hidden;
  animation: jumping_animation2 3s ease-in-out 0.5s infinite alternate;
  animation-delay: 0.5s;
  transition: all 0.5s ease 5s;
  user-select: none;
}

.custom-animation {
  backface-visibility: hidden;
  animation: jumping 3s ease-in-out 0.5s infinite alternate;
  animation-delay: 0.5s;
  transition: all 0.5s ease 5s;
  user-select: none;
}

.custom-animation1 {
  backface-visibility: hidden;
  animation: jumping1 3s ease-in-out 0.5s infinite alternate;
  animation-delay: 0.5s;
  transition: all 0.5s ease 5s;
  user-select: none;
}

.custom-animation2 {
  backface-visibility: hidden;
  animation: jumping2 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 1s ease 3s;
  user-select: none;
}

.custom-animation3 {
  backface-visibility: hidden;
  animation: jumping3 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 7s ease 2s;
  user-select: none;
}

.custom-animation4 {
  backface-visibility: hidden;
  animation: jumping4 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 8s ease 4s;
  user-select: none;
}

.custom-animation5 {
  backface-visibility: hidden;
  animation: jumping4 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 8s ease 4s;
  user-select: none;
}

.custom-animation6 {
  backface-visibility: hidden;
  animation: jumping6 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 8s ease 4s;
  user-select: none;
}

.custom_animation_icon {
  backface-visibility: hidden;
  animation: custom_animation_icon1 9s ease-in-out 2s infinite alternate;
  animation-delay: 1s;
  transition: all 8s ease 4s;
  user-select: none;
}

@keyframes jumping_animation {
  0% {
    transform: translateY(0px) translateX(0) rotate(0) scale(1);
    opacity: 0.8;
  }
  50% {
    transform: translateY(-25px) translateX(-25px) rotate(5deg) scale(0.75);
    opacity: 0.9;
  }
  100% {
    transform: translateY(-25px) translateX(-25px) rotate(0) scale(1);
    opacity: 0.85;
  }
}
@keyframes jumping_animation2 {
  0% {
    transform: translateY(0px) translateX(0) rotate(0) scale(1);
    opacity: 0.8;
  }
  50% {
    transform: translateY(-10px) translateX(-10px) rotate(2deg) scale(0.9);
    opacity: 0.9;
  }
  100% {
    transform: translateY(-20px) translateX(-20px) rotate(0) scale(1);
    opacity: 0.85;
  }
}
@keyframes jumping {
  0% {
    transform: translateY(0px) translateX(0) rotate(0) scale(1);
    opacity: 0.8;
  }
  50% {
    transform: translateY(-25px) translateX(-25px) rotate(15deg) scale(0.95);
    opacity: 0.9;
  }
  100% {
    transform: translateY(-15px) translateX(-15px) rotate(0) scale(1);
    opacity: 0.85;
  }
}
@keyframes jumping1 {
  0% {
    transform: translateY(0px) translateX(0) rotate(0) scale(1);
    opacity: 0.8;
  }
  50% {
    transform: translateY(-15px) translateX(-15px) rotate(5deg) scale(0.95);
    opacity: 0.9;
  }
  100% {
    transform: translateY(-15px) translateX(-15px) rotate(5deg) scale(1);
    opacity: 0.85;
  }
}
@keyframes jumping {
  0% {
    transform: translateY(0px) translateX(0) rotate(0) scale(1);
    opacity: 0.8;
  }
  50% {
    transform: translateY(-15px) translateX(-15px) rotate(15deg) scale(0.95);
    opacity: 0.9;
  }
  100% {
    transform: translateY(-15px) translateX(-15px) rotate(0) scale(1);
    opacity: 0.85;
  }
}
@keyframes jumping2 {
  0% {
    transform: translateY(0px) translateX(0) rotate(0) scale(1);
    opacity: 0.5;
  }
  25% {
    transform: translateY(-30px) translateX(10px) rotate(20deg) scale(0.8);
    opacity: 0.8;
  }
  50% {
    transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.7);
    opacity: 0.8;
  }
  75% {
    transform: translateY(30px) translateX(20px) rotate(20deg) scale(0.75);
    opacity: 0.7;
  }
  100% {
    transform: translateY(-15px) translateX(15px) rotate(0) scale(0.75);
    opacity: 0.9;
  }
}
@keyframes jumping3 {
  0% {
    transform: translateY(10px) translateX(0) rotate(0) scale(1);
    opacity: 0.9;
  }
  20% {
    transform: translateY(20px) translateX(10px) rotate(-20deg) scale(0.8);
    opacity: 0.8;
  }
  40% {
    transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.75);
    opacity: 0.8;
  }
  40% {
    transform: translateY(-15px) translateX(-25px) rotate(10deg) scale(0.5);
    opacity: 1;
  }
  80% {
    transform: translateY(-30px) translateX(20px) rotate(-20deg) scale(0.75);
    opacity: 0.6;
  }
  100% {
    transform: translateY(15px) translateX(15px) rotate(0) scale(0.95);
    opacity: 0.7;
  }
}
@keyframes jumping4 {
  0% {
    transform: translateY(-30px) translateX(20px) rotate(0) scale(1.2);
    opacity: 0.7;
  }
  25% {
    transform: translateY(-20px) translateX(10px) rotate(50deg) scale(0.6);
    opacity: 0.8;
  }
  50% {
    transform: translateY(15px) translateX(-15px) rotate(20deg) scale(0.5);
    opacity: 0.9;
  }
  75% {
    transform: translateY(30px) translateX(20px) rotate(50deg) scale(0.75);
    opacity: 0.7;
  }
  100% {
    transform: translateY(-15px) translateX(15px) rotate(0) scale(0.5);
    opacity: 0.9;
  }
}
@keyframes jumping5 {
  0% {
    transform: rotate(180deg);
    display: block;
  }
  100% {
    transform: rotate(30deg);
    display: block;
  }
}
@keyframes jumping6 {
  0% {
    transform: rotate(180deg) translate(-20px, 20px);
    display: block;
  }
  100% {
    transform: rotate(30deg) translate(0px, 0px);
    display: block;
  }
}
@keyframes custom_animation_icon1 {
  0% {
    transform: translateY(0px) translateX(0) rotate(0) scale(1);
    opacity: 0.8;
  }
  50% {
    transform: translateY(-15px) translateX(-15px) rotate(15deg) scale(0.95);
    opacity: 0.9;
  }
  100% {
    transform: translateY(-15px) translateX(-15px) rotate(0) scale(1);
    opacity: 0.85;
  }
}
@-webkit-keyframes circleAnimation {
  0%, 100% {
    border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  34% {
    border-radius: 70% 30% 46% 54%/30% 29% 71% 70%;
    -webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }
  67% {
    border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
    -webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}
/**************** common css end ****************/
/******** base color css ********/
.btn_1 {
  background-color: #2572ff;
  border: 2px solid #2572ff;
  color: #fff;
  display: inline-block;
  padding: 11px 23px;
  text-transform: capitalize;
  line-height: 16px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_1:hover {
  box-shadow: none;
  background-color: #2572ff;
  border: 2px solid #2572ff;
  color: #fff;
}

.btn_2 {
  color: #fff;
  border: 2px solid #fff;
  display: inline-block;
  padding: 14px 39px;
  text-transform: capitalize;
  line-height: 22px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  background-color: transparent;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_2:hover {
  background-color: #2572ff;
  border: 2px solid #2572ff;
  color: #fff;
}

.btn_3 {
  color: #2572ff;
  border: 2px solid #7aa8fd;
  display: inline-block;
  padding: 14px 39px;
  text-transform: capitalize;
  line-height: 18px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  background-color: #fff;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn_3:hover {
  color: #fff;
  border: 2px solid #2572ff;
  box-shadow: 0px 20px 40px 0px rgba(68, 134, 254, 0.2);
  background-color: #2572ff;
}

.btn_4 {
  display: inline-block;
  border: 1px solid #dce1e9;
  border-radius: 50px;
  color: #626a77;
  text-align: center;
  padding: 9px 24px;
  line-height: 20px;
  font-size: 13px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn_4:hover {
  background-color: #2572ff;
  border: 1px solid #2572ff;
  color: #fff;
}

.dropdown-toggle:hover {
  background-color: #2572ff;
  color: #fff;
}

.view_archive_btn {
  border: 1px solid #dce1e9;
  color: #626a77;
  padding: 16px 30px;
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 16px;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.view_archive_btn i {
  margin-right: 15px;
}

.view_archive_btn:hover {
  color: #2572ff;
  border: 1px solid #2572ff;
}

.sm_btn {
  padding: 9px 20px;
  font-weight: 300;
}

/******** header css here *********/
.header_part {
  background-color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .header_part {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .header_part .header_iner {
    padding: 15px 0;
  }
}
.header_part .sidebar_icon i {
  font-size: 36px;
}
@media (max-width: 576px) {
  .header_part .logo img {
    max-width: 100px;
  }
}
.header_part .btn_1 {
  padding: 13px 32px !important;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .header_part .btn_1 {
    padding: 10px 16px !important;
    font-size: 12px;
  }
}
.header_part .btn_1:hover {
  border: 2px solid #7aa8fd;
  background-color: transparent;
  color: #2572ff;
}
.header_part .sub_header {
  padding: 15px 0;
}
@media (max-width: 767.98px) {
  .header_part .sub_header {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .header_part .sub_header {
    font-size: 14px;
  }
}
.header_part .sub_header i {
  color: #2572ff;
  margin-right: 14px;
}
.header_part .sub_header a {
  padding: 3px 30px;
  display: inline-block;
  border-left: 1px solid #dce1e9;
  color: #0b1c39;
}
.header_part .sub_header a:hover {
  color: #2572ff;
}
@media (max-width: 767.98px) {
  .header_part .sub_header a {
    display: block;
    border-left: 0 solid transparent;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .header_part .sub_header a {
    padding: 0 15px;
  }
}
.header_part .sub_header a:first-child {
  padding: 0 30px 0 0;
  border-left: 0 solid transparent;
}
@media (max-width: 767.98px) {
  .header_part .sub_header a:first-child {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .header_part .sub_header a:first-child {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .header_part .header_login_info {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .header_part .header_login_info a {
    display: inline-block;
  }
}
.header_part .header_login_info a:first-child {
  padding: 0 30px;
}
.header_part .header_login_info a:last-child {
  padding: 0 0 0 30px;
}
@media (max-width: 767.98px) {
  .header_part .header_login_info a:last-child {
    padding: 0 14px;
  }
  .header_part .header_login_info a:first-child {
    padding: 0 18px;
  }
  .header_part .header_login_info a:last-child {
    padding: 0 0 0 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .header_part .header_login_info a:last-child {
    padding: 0 0 0 15px;
  }
  .header_part .header_login_info a:first-child {
    padding: 0 18px;
  }
  .header_part .header_login_info a:last-child {
    padding: 0 0 0 18px;
  }
}
.header_part .header_login_info {
  text-align: right;
}
@media only screen and (min-width: 992px) {
  .header_part .header_login_info {
    position: relative;
    top: 3px;
  }
}
@media (max-width: 767.98px) {
  .header_part .header_login_info {
    text-align: center;
    padding-top: 15px;
    border-top: 1px solid #cbe0fb;
    margin-top: 15px;
  }
}

.single_page_header .btn_1:hover {
  border: 2px solid #fff;
  color: #fff;
  background-color: transparent;
}

.menu_fixed .btn_1:hover {
  border: 2px solid #2572ff;
  color: #2572ff;
  background-color: transparent;
}

/******** header css end *********/
.navbar_bar {
  position: relative;
}
@media (max-width: 991px) {
  .navbar_bar {
    position: absolute;
    left: 0;
    top: 70px;
    width: 100%;
    background-color: #fff;
    z-index: 99;
    box-shadow: -1px 6px 7px rgba(0, 0, 0, 0.3);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    transform-origin: top center;
    padding: 10px 0;
  }
  .navbar_bar .close_icon {
    position: absolute;
    right: 20px;
    top: 15px;
  }
}
@media (min-width: 576px) {
  .navbar_bar {
    width: 530px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar_bar {
    width: 710px;
    left: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .navbar_bar {
    padding-left: 0;
  }
}
.navbar_bar ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .navbar_bar ul {
    text-align: left;
  }
}
.navbar_bar ul li {
  list-style: none;
  display: inline-block;
  position: relative;
}
@media (max-width: 991px) {
  .navbar_bar ul li {
    display: block;
  }
}
.navbar_bar ul li a {
  color: #0b1c39;
  text-transform: capitalize;
  padding: 37px 22px;
  display: inline-block;
  line-height: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  white-space: nowrap;
}
.navbar_bar ul li a.active, .navbar_bar ul li a:hover {
  color: #2572ff;
}
.menu_fixed .mega_menu_dropdown > ul li a.active {
  color: #2572ff;
}
@media (max-width: 991px) {
  .navbar_bar ul li a {
    display: inline-block;
    padding: 10px 15px;
  }
  .mega_menu_dropdown ul {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .navbar_bar ul li a {
    padding: 32px 15px;
  }
}
.navbar_bar ul li ul {
  position: absolute;
  left: 0;
  padding: 12px 0;
  background-color: #fff;
  box-shadow: 0px 10px 30px 0px rgba(7, 28, 55, 0.08);
  min-width: 150px;
  z-index: 99;
  text-align: left;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .navbar_bar ul li ul {
    width: 100%;
    padding: 10px 0;
    position: relative;
    top: 0;
    margin-bottom: 10px;
  }
}
.navbar_bar ul li ul li {
  display: block;
}
.navbar_bar ul li ul li a {
  display: block;
  color: #445363;
  padding: 9px 41px;
  font-size: 16px;
}
.navbar_bar ul li ul li > ul {
  left: 100%;
  top: 15px;
}
@media (max-width: 991px) {
  .navbar_bar ul li ul li > ul {
    left: 0;
    top: 0;
  }
}
.navbar_bar ul li .dropdown_active {
  opacity: 1;
  visibility: visible;
  top: 50px;
}
.navbar_bar ul li .dropdown_active li {
  display: block;
}
.navbar_bar ul li .dropdown_active li a {
  display: inline-block;
}
.navbar_bar ul li .dropdown_active li ul {
  left: 100%;
  top: 20px;
}
@media (max-width: 991px) {
  .navbar_bar ul li .dropdown_active li ul {
    left: 0;
    top: 50px;
  }
}
.navbar_bar .left_arrow:after {
  left: 31px;
  top: 16px;
  background-color: #fff;
}
.navbar_bar .left_arrow:hover {
  padding-left: 50px;
  color: #fff;
}

.active_menu {
  visibility: visible;
  opacity: 1;
}

.mega_menu_dropdown > a {
  width: 100%;
  color: #445363;
  position: relative;
  font-size: 16px;
}
@media (max-width: 991px) {
  .mega_menu_dropdown > a:after {
    position: absolute;
    content: "3";
    font-family: "eleganticons";
    right: 15px;
    top: 8px;
  }
}

@media (min-width: 991px) {
  .mega_menu_dropdown > ul {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    top: 100px;
  }

  .mega_menu_dropdown:hover > a {
    color: #2572ff;
  }
  .mega_menu_dropdown:hover > ul {
    opacity: 1;
    visibility: visible;
    top: 90px;
  }
  .mega_menu_dropdown .mega_menu_dropdown:hover > ul {
    top: 0px;
  }
  .mega_menu_dropdown:hover > ul > a {
    color: #fff;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mega_menu_dropdown:hover > ul {
    top: 80px;
  }
  .navbar_bar ul li ul {
    display: none;
  }
}

.sticky_logo {
  display: none;
}

.menu_fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 6px 14px 0px rgba(7, 28, 55, 0.06);
}
.menu_fixed .main_logo {
  display: none;
}
.menu_fixed .sticky_logo {
  display: inline-block;
}

.single_page_header .menu_fixed .navbar_bar ul li a {
  color: #445363;
}

.single_page_header .menu_fixed .mega_menu_dropdown > a {
  background-color: transparent;
  color: #445363;
}

.menu_fixed .mega_menu_dropdown > ul li a {
  background-color: transparent;
  color: #445363;
}
.menu_fixed .mega_menu_dropdown > ul li a:hover {
  color: #2572ff;
}

.single_page_header .menu_fixed .icon_menu {
  color: #445363;
}

@media (max-width: 991px) {
  .menu_fixed .navbar_bar {
    background-color: #fff;
  }
}
.single_page_header {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 99;
  background-color: transparent;
}
.single_page_header .navbar_bar ul li a {
  color: #fff;
}
@media (max-width: 991px) {
  .single_page_header .navbar_bar ul li a {
    color: #0b1c39;
  }
}
.single_page_header .navbar_bar ul li a:hover {
  color: #2572ff;
}
.single_page_header .mega_menu_dropdown > a {
  background-color: transparent;
  color: #fff;
}
.single_page_header .mega_menu_dropdown > ul > li > a {
  background-color: transparent;
  color: #445363;
}
.single_page_header .navbar_bar ul li ul li a:hover {
  color: #2572ff;
}
.single_page_header .mega_menu_dropdown:hover > a {
  color: #2572ff;
}

.breadcrumb_part {
  background-image: url("img/breadcrumb-2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  height: 450px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .breadcrumb_part {
    height: 350px;
  }
}
@media (max-width: 991px) {
  .breadcrumb_part {
    height: 350px;
  }
}
.breadcrumb_part:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #445363;
  opacity: 0.5;
  z-index: -1;
}
.breadcrumb_part .breadcrumb_iner {
  text-align: center;
  margin-top: 106px;
}
@media (max-width: 991px) {
  .breadcrumb_part .breadcrumb_iner {
    margin-top: 0;
  }
}
.breadcrumb_part h2, .breadcrumb_part h3 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 11px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .breadcrumb_part h2 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) {
  .breadcrumb_part h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 5px;
  }
}
.breadcrumb_part .breadcrumb_iner_link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.breadcrumb_part .breadcrumb_iner_link a, .breadcrumb_part .breadcrumb_iner_link span {
  font-size: 16px;
  color: #fff;
}
.breadcrumb_part .breadcrumb_iner_link a:hover {
  color: #2572ff;
}
.breadcrumb_part .breadcrumb_iner_link i {
  margin: 0 15px;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .breadcrumb_part .breadcrumb_iner_link i {
    margin: 0 8px;
  }
}
@media (max-width: 991px) {
  .breadcrumb_part .breadcrumb_iner_link i {
    margin: 0 8px;
  }
}

.blog_breadcrumb {
  height: auto;
  text-align: left;
}
.blog_breadcrumb .breadcrumb_iner {
  padding: 220px 0 120px;
  text-align: left;
}
@media (max-width: 991px) {
  .blog_breadcrumb .breadcrumb_iner {
    padding: 120px 0 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .blog_breadcrumb .breadcrumb_iner {
    padding: 120px 0 60px;
  }
}
.blog_breadcrumb .breadcrumb_iner span {
  background-color: #2572ff;
  padding: 3px 22px;
  text-transform: capitalize;
  color: #fff;
  display: inline-block;
  border-radius: 50px;
  margin-bottom: 26px;
}
.blog_breadcrumb .breadcrumb_iner h2 {
  font-size: 60px;
  line-height: 1.4;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .blog_breadcrumb .breadcrumb_iner h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .blog_breadcrumb .breadcrumb_iner h2 {
    font-size: 35px;
  }
}
.blog_breadcrumb .breadcrumb_post_author {
  display: flex;
  flex-wrap: wrap;
  direction: ltr;
}
.blog_breadcrumb .breadcrumb_post_author p {
  color: #fff;
  margin-right: 30px;
}
@media (max-width: 576px) {
  .blog_breadcrumb .breadcrumb_post_author p {
    flex: 100% 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .blog_breadcrumb .breadcrumb_post_author p {
    flex: 50% 0;
  }
}
.blog_breadcrumb .breadcrumb_post_author p i {
  margin-right: 10px;
}

/********* banner part css here ********/
.banner_part .single_banner_part {
  position: relative;
  z-index: 2;
  height: 800px;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .banner_part .single_banner_part {
    height: 500px;
  }
}
.banner_part .single_banner_part:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0b1c39;
  opacity: 0;
  z-index: -1;
}
.banner_part .single_banner_part .banner_iner {
  text-align: center;
}
.banner_part .single_banner_part .banner_iner h5 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 4.5px;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .banner_part .single_banner_part .banner_iner h5 {
    line-height: 28px;
  }
}
.banner_part .single_banner_part .banner_iner h2 {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  line-height: 70px;
  margin: 19px 0 36px;
}
@media (max-width: 767.98px) {
  .banner_part .single_banner_part .banner_iner h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.banner_part .bg_1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner_part .owl-nav button.owl-next, .banner_part .owl-nav button.owl-prev {
  border: 2px solid #d4d7dc;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #d4d7dc;
  background-color: transparent;
  position: absolute;
  left: 50px;
  top: 47%;
  display: inline-block;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.banner_part .owl-nav button.owl-next:hover, .banner_part .owl-nav button.owl-prev:hover {
  background-color: #2572ff;
  border: 2px solid #2572ff;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .banner_part .owl-nav button.owl-next, .banner_part .owl-nav button.owl-prev {
    left: 20px;
  }
}
.banner_part .owl-nav button.owl-next {
  left: auto;
  right: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .banner_part .owl-nav button.owl-next {
    right: 20px;
  }
}

.banner_part .owl-item.active .banner_iner h5,
.banner_part .owl-item.active .banner_iner h2,
.banner_part .owl-item.active .banner_iner .btn_2 {
  -webkit-animation: animmate_In_Left 1s ease 0s both;
  animation: animmate_In_Left 1s ease 0s both;
}

.banner_part .owl-item.active .banner_iner h5 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.banner_part .owl-item.active .banner_iner h2 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.banner_part .owl-item.active .banner_iner .btn_2 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

@-webkit-keyframes animmate_In_Left {
  0% {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes animmate_In_Left {
  0% {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
/********* banner part css end ********/

.course_details {
  overflow: hidden;
  margin-top: -80px;
  z-index: 9;
  position: relative;
}
@media (max-width: 767.98px) {
  .course_details {
    margin-top: 0;
  }
}
.course_details .single_course_list {
  margin-top: 60px;
}
@media (max-width: 767.98px) {
  .course_details .single_course_list {
    margin-top: 30px;
  }
  .course_details .single_course_list:first-child {
    margin-top: 0;
  }
}
.course_details .single_course_list img {
  max-width: 55px;
}
.course_details .single_course_list h4 {
  margin: 25px 0 13px;
  font-size: 20px;
  font-weight: 600;
}
.course_details .course_details_iner {
  margin-top: 73px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.course_details .course_details_iner .single_course_list {
  flex: 40% 0 0;
}
@media (max-width: 576px) {
  .course_details .course_details_iner .single_course_list {
    flex: 100% 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .course_details .course_details_iner .single_course_list {
    flex: 48% 0 0;
  }
}
.course_details .course_details_iner p {
  line-height: 26px;
}
.course_details .course_registration_form {
  background-color: #fff;
  box-shadow: 0px 30px 60px 0px rgba(2, 25, 55, 0.08);
  border-radius: 10px;
  padding: 45px 40px 40px;
}
@media (max-width: 767.98px) {
  .course_details .course_registration_form {
    padding: 20px;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .course_details .course_registration_form {
    padding: 20px;
  }
}
.course_details .course_registration_form h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 33px;
  line-height: 34px;
}
@media (max-width: 767.98px) {
  .course_details .course_registration_form h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .course_details .course_registration_form h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
.course_details .course_registration_form input, .course_details .course_registration_form .niceSelect {
  border-radius: 50px;
  display: block;
  width: 100%;
  background-color: #f0f3f7;
  padding: 19px 25px;
  color: #7c8189;
  margin-bottom: 20px;
  border: 2px solid #f0f3f7;
  height: auto;
  line-height: 18px;
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.course_details .course_registration_form input:focus, .course_details .course_registration_form .niceSelect:focus {
  background-color: transparent;
  border: 2px solid #cbe0fb;
  color: #0b1c39;
}
.course_details .course_registration_form input:after, .course_details .course_registration_form .niceSelect:after {
  top: 24px;
  right: 34px;
  font-size: 24px;
}
@media (max-width: 767.98px) {
  .course_details .course_registration_form input, .course_details .course_registration_form .niceSelect {
    font-size: 14px;
    padding: 9px 25px;
  }
  .course_details .course_registration_form input:after, .course_details .course_registration_form .niceSelect:after {
    right: 27px;
    font-size: 24px;
    top: 12px;
  }
}
.course_details .course_registration_form .btn_1 {
  margin-top: 20px;
  padding: 16px 26px;
  font-size: 16px;
  text-align: center;
  display: block;
}
.course_details .course_registration_form .btn_1:hover {
  background-color: transparent;
  border: 2px solid #0d56dc;
  color: #0d56dc;
}
.course_details .course_registration {
  position: relative;
  z-index: 1;
}
.course_details .course_registration_form input, 
.course_details .course_registration_form .niceSelect {
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  appearance:none;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .course_details .course_registration {
    margin-top: 35px;
  }
}
.course_details .course_registration .cources_details_bg {
  position: absolute;
  right: -60px;
  bottom: -85px;
  z-index: -1;
}
.course_details .course_registration .cources_details_icon {
  position: absolute;
  right: -73px;
  bottom: 50px;
  z-index: -1;
}

.course_registration_form .countdown {
  margin-top: 40px;
  border-top: 1px solid #dce1e9;
  padding-top: 27px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .course_registration_form .countdown {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .course_registration_form .countdown {
    margin-top: 30px;
  }
}
.learnpress .learn-press-form-login button[type="submit"]:hover, 
.learnpress .learn-press-form-register button[type="submit"]:hover {
  background-color: #222222;
}

.countdown .time {
  font-size: 30px;
  margin-right: 20px;
  color: #2572ff;
  line-height: 35px;
  font-weight: 600;
}
.countdown .time:last-child {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .countdown .time {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .countdown .time {
    font-size: 20px;
    line-height: 28px;
    margin-right: 12px;
  }
}
.countdown .time span {
  font-size: 16px;
  color: #727881;
  font-weight: 400;
  display: block;
  line-height: 20px;
}
@media (max-width: 767.98px) {
  .countdown .time span {
    font-size: 14px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .countdown .time span {
    line-height: 32px;
    font-size: 13px;
  }
}

.about_us {
    margin-top:80px;
  position: relative;
}

.about_us .about_us_img {
  position: relative;
}
.about_us .about_us_img img {
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .about_us .about_us_img {
    margin-bottom: 35px;
  }
  .display-4 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .display-4 {
    font-size: 3rem;
  }
}
.about_us .about_icon {
  position: absolute;
  top: -41px;
  z-index: 1;
  left: 64px;
}
.about_us .about_tricker {
  position: absolute;
  top: -60px;
  left: -60px;
  height: 150px;
  width: 150px;
  display: flex;
  align-items: center;
  background-color: #2572ff;
  text-align: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .about_us .about_tricker {
    top: -50px;
    left: -10px;
    height: 80px;
    width: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .about_us .about_tricker {
    top: -50px;
    left: -10px;
    height: 80px;
    width: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .about_us .about_tricker {
    top: -50px;
    left: -10px;
    height: 115px;
    width: 115px;
  }
}
.about_us .tricker_iner p {
  text-transform: uppercase;
  color: #fff;
  line-height: 25px;
  margin: 0;
}
@media (max-width: 767.98px) {
  .about_us .tricker_iner p {
    font-size: 10px;
    line-height: 16px;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .about_us .tricker_iner p {
    font-size: 10px;
    line-height: 16px;
    margin: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .about_us .tricker_iner p {
    font-size: 14px;
    line-height: 26px;
    margin: 0;
  }
}
.about_us .tricker_iner span {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  line-height: 43px;
}
@media (max-width: 767.98px) {
  .about_us .tricker_iner span {
    font-size: 18px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .about_us .tricker_iner span {
    font-size: 18px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .about_us .tricker_iner span {
    font-size: 18px;
    line-height: 25px;
  }
}
.about_us .about_us_details h2 {
  font-size: 50px;
  line-height: 64px;
  margin-bottom: 20px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .about_us .about_us_details h2 {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .about_us .about_us_details h2 {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 15px;
  }
}
.about_us .about_us_details h3 {
  font-size: 24px;
  color: #2572ff;
  margin-bottom: 15px;
  font-weight: 300;
}
@media (max-width: 767.98px) {
  .about_us .about_us_details h3 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .about_us .about_us_details h3 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
.about_us .about_us_details h3 span {
  color: #0b1c39;
  font-weight: 500;
}
.about_us .about_us_details p {
  margin-bottom: 20px;
  line-height: 28px;
}
@media (max-width: 767.98px) {
  .about_us .about_us_details p {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .about_us .about_us_details p {
    margin-bottom: 20px;
  }
}
.about_us .about_us_details .btn_1 {
  margin-top: 21px;
  padding: 15px 44px;
  box-shadow: 0px 20px 40px 0px rgba(68, 134, 254, 0.2);
}
.about_us .about_us_details .btn_1:hover {
  box-shadow: none;
  background-color: transparent;
  color: #0d56dc;;
}
.about_us .about_sharp_1 {
  position: absolute;
  bottom: 50px;
  right: 0;
}
.about_us .about_sharp_2 {
  position: absolute;
  bottom: 440px;
  right: 75px;
}
.about_us .about_sharp_3 {
  position: absolute;
  bottom: 425px;
  right: 125px;
}

.single_about_page {
  padding: 180px 0 120px;
}
@media (max-width: 991px) {
  .single_about_page {
    padding: 120px 0 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .single_about_page {
    padding: 130px 0 100px;
  }
}

.popular_course .single_courses_item {
  border-radius: 6px;
  margin: 0 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  box-shadow: 0px 3px 6px 0px rgba(2, 25, 55, 0.04);
}
@media (max-width: 576px) {
  .popular_course .single_courses_item {
    margin: 0;
  }
}
.popular_course .single_courses_item:hover {
  box-shadow: 0px 30px 50px 0px rgba(2, 25, 55, 0.08);
}
.popular_course .single_courses_item img {
  border-radius: 10px 10px 0 0;
  width: 100%;
}
.popular_course .single_courses_item h4 {
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
  margin: 18px 0 23px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.popular_course .single_courses_item h4:hover {
  color: #2572ff;
}
.popular_course .courses_item_iner {
  padding: 30px 40px 15px;
  background-color: #fff;
  border-radius: 0 0 6px 6px;
  min-height: 280px;
  margin-bottom: 40px;
}
.popular_course .popular_courses_item.owl-carousel .courses_item_iner {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .popular_course .courses_item_iner {
    padding: 20px 15px 15px;
  }
  .popular_course .col-xl-4:last-child .single_courses_item .courses_item_iner {
    margin-bottom: 0;
  }
  .course_category .col-xl-3:last-child .single_category_item {
    margin-bottom: 0;
  }
  .learn-press-courses li:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .popular_course .courses_item_iner {
    padding: 25px 20px 22px;
  }
}
.popular_course .popular_course_list {
  justify-content: space-between;
  margin-top: 18px;
  border-top: 1px solid #ebeff6;
  padding-top: 16px;
}
.popular_course .owl-carousel .owl-stage {
  margin: 0 30px 65px 0px;
}
/*
.owl-carousel .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.owl-carousel .owl-dots .owl-dot {
  width: 6px;
  height: 6px;
  background-color: #c0c9d7;
  display: inline-block;
  border-radius: 50%;
  margin: 0 5px;
  transform: scale(1);
}
.owl-carousel button.owl-dot.active {
  background-color: #2572ff;
  transform: scale(1.7);
}*/

.course_author {
  display: flex;
  align-items: center;
}
.course_author p {
  padding-left: 10px;
}
.course_author img {
  max-width: 50px !important;
  border-radius: 50% !important;
}
.courses_item_iner .course_author {
  display: inline-block;
}
.courses_item_iner .course_author img {
  display: inline-block;
}
.courses_item_iner .author_name {
  text-transform: capitalize;
  display: inline-block;
  margin-left: 15px;
}
.courses_item_iner .author_name a {
  text-transform: capitalize;
  color: #626a77;
}
.courses_item_iner .courses_review {
  display: flex;
  align-items: center;
  position: relative;
}
.courses_item_iner .courses_review .review_icon {
  position: absolute;
  right: 100px;
}
.courses_review .courses_btn {
  font-size: 14px;
  padding: 5px 10px;
  line-height: 14px;
  background-color: #2572ff;
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  margin-right: 5px;
}
.courses_review .courses_btn:hover {
  color: #fff;
}
.courses_review .review_icon {
  margin-left: 40px;
}
@media (max-width: 767.98px) {
  .courses_review .review_icon {
    margin-left: 8px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .courses_review .review_icon {
    margin-left: 9px;
  }
}
.courses_review .review_icon i {
  color: #ffbe21;
  font-size: 12px;
}
.courses_review span {
  color: #7a818d;
  margin-left: 8px;
  font-size: 14px;
  position: absolute;
  right: 0;
}
@media (max-width: 767.98px) {
  .courses_review span {
    font-size: 12px;
  }
}

.popular_course_list {
  display: flex;
}
.popular_course_list p {
  color: #0b1c39;
}
.popular_course_list p i {
  color: #2572ff;
  margin-right: 8px;
}

.courses_list_style .single_courses_item {
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .courses_list_style .single_courses_item {
    display: block;
  }
}
.courses_list_style .single_courses_item:hover {
  box-shadow: 0px 10px 30px 0px rgba(2, 25, 55, 0.06);
}
.courses_list_style .single_courses_item .courses_item_iner {
  padding: 55px 50px 15px;
}
@media (max-width: 991px) {
  .courses_list_style .single_courses_item .courses_item_iner {
    padding: 20px 15px 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .courses_list_style .single_courses_item .courses_item_iner {
    padding: 30px 25px 15px;
  }
}
.courses_list_style .single_courses_item img {
  max-width: 372px;
  width: auto !important;
  border-radius: 5px 0 0 5px;
}
@media (max-width: 576px) {
  .courses_list_style .single_courses_item img {
    max-width: 100%;
    width: 100% !important;
    border-radius: 5px 5px 0 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .courses_list_style .single_courses_item img {
    max-width: 215px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .courses_list_style .single_courses_item img {
    max-width: 300px;
  }
}
.courses_list_style .single_courses_item h4 {
  font-size: 30px;
  line-height: 42px;
  margin: 18px 0 28px;
}
@media (max-width: 991px) {
  .courses_list_style .single_courses_item h4 {
    font-size: 20px;
    line-height: 28px;
    margin: 10px 0 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .courses_list_style .single_courses_item h4 {
    font-size: 25px;
    line-height: 35px;
  }
}
.courses_list_style .single_courses_item .course_author img {
  max-width: 30px;
  border-radius: 50%;
}
.courses_list_style .single_courses_item .popular_course_list {
  margin-top: 50px;
  padding-top: 25px;
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .courses_list_style .single_courses_item .popular_course_list {
    margin-top: 25px;
    padding-top: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .courses_list_style .single_courses_item .popular_course_list {
    margin-top: 25px;
    padding-top: 15px;
  }
}

.course_category .single_category_item {
  display: block;
  text-align: center;
  padding: 50px 40px;
  background-color: rgba(37, 114, 255, 0.08);
  border-radius: 6px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 30px;
}
.course_category_item.owl-carousel .single_category_item {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .course_category .single_category_item {
    padding: 30px;
  }
}
.course_category .single_category_item:hover {
  transform: translateY(-10px);
}
.course_category .single_category_item img {
  width: 75px;
  height: 75px;
  margin: 0 auto;
  margin-bottom: 36px;
}
.course_category .single_category_item #icon {
  fill: #ff2572;
  fill-rule: evenodd;
}
.course_category .single_category_item h4 {
  font-size: 18px;
  margin-bottom: 2px;
}
.course_category .single_category_item h4, .course_category .single_category_item p {
  color: #2572ff;
}
.course_category .pink {
  background-color: rgba(255, 37, 114, 0.08);
}
.course_category .pink h4, .course_category .pink p {
  color: #ff2572;
}
.course_category .yellow {
  background-color: rgba(250, 173, 25, 0.08);
}
.course_category .yellow h4, .course_category .yellow p {
  color: #faad19;
}
.course_category .green {
  background-color: rgba(19, 205, 59, 0.08);
}
.course_category .green h4, .course_category .green p {
  color: #13cd3b;
}
.course_category .owl-carousel .owl-stage {
  margin: 10px 0 57px;
}
.course_category .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.course_category .owl-dots .owl-dot {
  width: 6px;
  height: 6px;
  background-color: #c0c9d7;
  display: inline-block;
  border-radius: 50%;
  margin: 0 5px;
  transform: scale(1);
}
.course_category button.owl-dot.active {
  background-color: #2572ff;
  transform: scale(1.7);
}

.single_instructor_item {
  margin-bottom: 30px;
}
.instructor_list .single_instructor_tittle h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 25px 0 9px;
}
@media (max-width: 991px) {
  .instructor_list .single_instructor_tittle h4 {
    margin: 10px 0 9px;
  }
}
.instructor_list .single_instructor_tittle h4 a {
  color: #0b1c39;
}
.instructor_list .single_instructor_tittle h4 a:hover {
  color: #2572ff;
}
.instructor_list .single_instructor_tittle p {
  line-height: 14px;
}
.instructor_list .single_instructor {
  position: relative;
}
.instructor_list .single_instructor .social_icon {
  position: absolute;
  bottom: 35px;
  left: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.instructor_list .single_instructor .social_icon i {
  font-size: 14px;
  color: #626a77;
}
.instructor_list .single_instructor .social_icon a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  margin: 10px 0;
  border: 2px solid #fff;
}
.instructor_list .single_instructor .social_icon a:hover {
  background-color: #2572ff;
  border: 2px solid #2572ff;
  box-shadow: none;
}
.instructor_list .single_instructor .social_icon a:hover i {
  color: #fff;
}
.instructor_list .single_instructor img {
  transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.instructor_list .single_instructor .instructor_img {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
}
.instructor_list .single_instructor .instructor_img img {
  border-radius: 6px;
  height: 300px;
  width: 100%;
}
@media (max-width: 991px) {
  .instructor_list .single_instructor .instructor_img img {
    width: 100%;
  }
}
.instructor_list .single_instructor .instructor_img:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #0b1c39;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 6px;
}
.instructor_list .single_instructor:hover .social_icon {
  transform: translateX(30px);
  opacity: 1;
  visibility: visible;
}
.instructor_list .single_instructor:hover .instructor_img:after {
  opacity: 0.8;
}
.instructor_list .single_instructor:hover img {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .instructor_list .single_instructor_item {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .instructor_list .col-lg-3:last-child .single_instructor_item {
    margin-bottom: 0;
  }
}

.event_page_instructor h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 42px;
}
@media (max-width: 991px) {
  .event_page_instructor h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.motivation {
  height: 720px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .motivation {
    display: block;
    height: auto;
    padding: 70px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .motivation {
    height: 600px;
  }
}
.nav-tabs .nav-item {
  margin-left: 10px;
  margin-right: 10px;
}
.motivation h2 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 26px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .motivation h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .motivation h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
  }
}
.motivation p {
  margin-bottom: 33px;
}
.motivation .single_item {
  width: 270px;
  display: flex;
  align-items: center;
  padding: 15px 30px;
  background-color: #fff;
  margin-top: 20px;
  box-shadow: 0px 20px 40px 0px rgba(2, 25, 55, 0.06);
  border-radius: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767.98px) {
  .motivation .single_item {
    width: 100%;
  }
}
.motivation .single_item i {
  color: #626a77;
  margin-right: 20px;
}
.motivation .single_item i, .motivation .single_item p {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.motivation .single_item:hover i, .motivation .single_item:hover p {
  color: #2572ff;
}
.motivation .single_item.active i, .motivation .single_item.active p {
  color: #2572ff;
}

.motivation_video {
  height: 100%;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.motivation_video span {
  max-width: 16px;
  color: #2572ff;
  text-shadow: 0px 10px 16px rgba(37, 114, 255, 0.4);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.motivation_video a {
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
}
@media (max-width: 991px) {
  .motivation_video a {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}
.motivation_video a:hover span {
  color: #2572ff;
  text-shadow: none;
}

.motivation_video {
  background-image: url("../wp-content/uploads/2022/11/motivation_video_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_1 {
  background-image: url("../wp-content/uploads/2022/11/banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_2 {
  background-image: url("../wp-content/uploads/2020/01/blog_1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.motivation_content .nav-tabs .nav-link {
  border: 0 solid transparent;
}
.motivation_content .nav-tabs {
  border-bottom: 0 solid transparent;
}
@media (max-width: 576px) {
  .motivation_content .nav-item {
    width: 100%;
  }
}

.animated_play_button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-20%) translateY(-20%);
  display: block;
  width: 120px;
  height: 120px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  animation: animated_border 1500ms ease-in-out infinite;
}
@media (max-width: 991px) {
  .animated_play_button:before {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 767.98px) {
  .motivation_video {
    position: relative;
    left: 15px;
    width: 90%;
    margin-top: 30px;
    height: 300px;
  }
}
@keyframes animated_border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.4);
    opacity: 0;
  }
}
@keyframes animated_border_2 {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
    opacity: 0;
  }
}
.event_list {
  position: relative;
}
.event_list .single_event_list {
  display: flex;
  align-items: center;
  padding: 45px 50px;
  box-shadow: 0px 30px 70px 0px rgba(2, 25, 55, 0.08);
  border-radius: 10px;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .event_list .single_event_list {
    display: block;
    padding: 20px 25px;
    margin-bottom: 15px;
  }
}
.event_list .single_event_list:last-child {
  margin-bottom: 0;
}
.event_list .single_event_list img {
  border-radius: 50% 0 50% 50%;
  margin-right: 50px;
  max-width: 275px;
}
@media (max-width: 767.98px) {
  .event_list .single_event_list img {
    margin-right: 0;
    max-width: 241px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .event_list .single_event_list img {
    max-width: 150px;
  }
}
.event_list .single_event_list h5 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #fdb70d;
  font-weight: 400;
}
.event_list .single_event_list h2 {
  font-size: 26px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 24px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767.98px) {
  .event_list .single_event_list h2 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .event_list .single_event_list h2 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
.event_list .single_event_list a {
  color: #0b1c39;
}
.event_list .single_event_list a h2:hover {
  color: #2572ff;
}
.event_list .event_list_tag {
  margin-bottom: 22px;
  direction: ltr;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .event_list .event_list_tag {
    margin-bottom: 10px;
  }
}
.event_list .event_list_tag i {
  color: #2572ff;
  margin-right: 10px;
}
.event_list .event_list_tag a {
  margin-right: 42px;
}
.event_list .event_list_tag p {
  display: inline-block;
  margin-right: 40px;
}
.event_list .event_list_tag p:last-child {
  margin-right: 0;
}
.event_list .event_list_btn {
  text-align: center;
  margin: 0 auto;
}
.event_list .btn_3 {
  margin-top: 22px;
}
.event_list .about_sharp_3 {
  position: absolute;
  left: 10%;
  top: 28%;
}
.event_list .about_sharp_2 {
  position: absolute;
  left: 17%;
  bottom: 39%;
}
.event_list .about_sharp_1 {
  position: absolute;
  right: 6%;
  top: 28%;
}
.event_list .about_sharp_4 {
  position: absolute;
  right: 17%;
  bottom: 45%;
}
.event_list .about_sharp_5 {
  position: absolute;
  right: 11%;
  bottom: 23%;
}

.student_review {
  background-color: #3070e6;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.student_review .review_overlay_1 {
  position: absolute;
  left: 100px;
  bottom: 0;
  z-index: -1;
}
.student_review .review_overlay_2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.student_review .student_review_tittle {
  position: relative;
}
.student_review .student_review_tittle h2 {
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 98px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .student_review .student_review_tittle h2 {
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .student_review .student_review_tittle h2 {
    font-size: 32px;
    line-height: 47px;
  }
}
.student_review .student_review_tittle img {
  position: absolute;
  right: 0;
  bottom: -17px;
}
.student_review h2, .student_review p, .student_review h4 {
  color: #fff;
}
.student_review p {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  color: #e3ecfb;
}
@media (max-width: 991px) {
  .student_review p {
    font-size: 16px;
    line-height: 28px;
  }
}
.student_review .student_review_content {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .student_review .student_review_content {
    margin-top: 20px;
  }
}
.student_review .student_review_content img {
  max-width: 70px;
  border-radius: 50%;
  margin-right: 30px;
}
.student_review .student_review_content p {
  font-size: 16px;
  line-height: 30px;
}
.student_review .student_review_content h4 {
  font-size: 20px;
  line-height: 16px;
  margin-bottom: 4px;
}
.student_review .owl-nav {
  position: absolute;
  left: -105%;
  bottom: 20px;
  z-index: 99;
}
@media (max-width: 767.98px) {
  .student_review .owl-nav {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .student_review .owl-nav {
    position: absolute;
    left: -54%;
    bottom: 20px;
  }
}
.student_review .owl-nav button.owl-next, .student_review .owl-nav button.owl-prev {
  border: 2px solid #d4d7dc;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #d4d7dc;
  background-color: transparent;
  display: inline-block;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.student_review .owl-nav button.owl-next:hover, .student_review .owl-nav button.owl-prev:hover {
  background-color: #fff;
  color: #2572ff;
  border: 2px solid #fff;
}
.student_review .owl-next {
  margin-left: 10px;
}
.student_review .circle_shape_1 {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0.08;
  position: absolute;
  left: 258px;
  bottom: -200px;
  width: 330px;
  height: 330px;
  -webkit-animation: circleAnimation 5s linear infinite;
  animation: circleAnimation 5s linear infinite;
  z-index: -1;
}
.student_review .circle_shape_2 {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0.1;
  position: absolute;
  left: -100px;
  bottom: -120px;
  width: 510px;
  height: 510px;
  -webkit-animation: circleAnimation 7s linear infinite;
  animation: circleAnimation 7s linear infinite;
  z-index: -1;
}

.course_single_page .single_courses_item {
  margin: 40px 0 0;
}
@media (max-width: 767.98px) {
  .course_single_page .single_courses_item {
    margin: 15px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .course_single_page .single_courses_item {
    margin: 15px 0 0;
  }
}

.single_courses_filter {
  flex: 24% 0 0;
  border-right: 1px solid #e4e8ef;
}
@media (max-width: 576px) {
  .single_courses_filter {
    flex: 100% 0 0;
    border-right: 0 solid transparent;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .single_courses_filter {
    flex: 50% 0 0;
    border-right: 1 solid #e4e8ef;
  }
}
.single_courses_filter:last-child {
  border-right: 0px solid transparent;
}
@media (min-width: 576px) and (max-width: 991px) {
  .single_courses_filter:nth-child(n+2) {
    border-right: 0 solid transparent;
  }
}
.single_courses_filter input {
  padding: 14px 15px;
  border: 0px solid transparent;
  line-height: 22px;
  color: #8b9098;
}
@media (min-width: 576px) and (max-width: 991px) {
  .single_courses_filter input {
    padding: 14px 20px;
  }
}
.single_courses_filter .niceSelect {
  border: 0px solid transparent;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  color: #8b9098;
  font-weight: 400;
}
@media (max-width: 576px) {
  .single_courses_filter .niceSelect {
    margin: 10px 0;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .single_courses_filter .niceSelect {
    margin: 10px 0;
  }
}
.single_courses_filter .niceSelect:after {
  top: 3px;
  right: 28px;
  font-size: 24px;
  color: #8b9098;
}

.courses_filter_part {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  justify-content: center;
  box-shadow: 0px 30px 70px 0px rgba(2, 25, 55, 0.08);
  padding: 15px 15px;
  margin-bottom: 20px;
}
.courses_filter_part .btn_1 {
  float: right;
  padding: 15px 45px;
}
.courses_filter_part .btn_1:hover {
  background-color: #0d56dc;
  border: 2px solid #0d56dc;
  color: #fff;
}
@media (max-width: 576px) {
  .courses_filter_part .btn_1 {
    width: 100%;
    text-align: center;
  }
}

.cta_part {
  background-color: #2572ff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cta_part .cta_part_iner h2 {
  font-size: 44px;
  line-height: 54px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767.98px) {
  .cta_part .cta_part_iner h2 {
    font-size: 25px;
    line-height: 34px;
  }
  .cta_part .cta_part_iner h2 br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cta_part .cta_part_iner h2 {
    font-size: 35px;
    line-height: 43px;
  }
  .cta_part .cta_part_iner h2 br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .cta_part .cta_part_iner h2 br {
    display: none;
  }
}
.cta_part .cta_part_iner p {
  font-size: 24px;
  margin-top: 25px;
  color: #fff;
}
@media (max-width: 767.98px) {
  .cta_part .cta_part_iner p {
    font-size: 18px;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cta_part .cta_part_iner p {
    font-size: 22px;
    margin-top: 15px;
  }
}
.cta_part .cta_btn {
  float: right;
}
@media (max-width: 767.98px) {
  .cta_part .cta_btn {
    float: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cta_part .cta_btn {
    float: left;
  }
}
.cta_part .cta_btn .btn_3 {
  box-shadow: 0px 20px 40px 0px rgba(2, 25, 55, 0.2);
  padding: 19px 42px;
  border: 2px solid #fff;
}
.cta_part .cta_btn .btn_3:hover {
  border: 2px solid #fff;
  box-shadow: none;
}
@media (max-width: 767.98px) {
  .cta_part .cta_btn .btn_3 {
    padding: 14px 35px;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .cta_part .cta_btn .btn_3 {
    padding: 14px 35px;
    margin-top: 15px;
  }
}
.cta_part .circle_shape_1 {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0.08;
  position: absolute;
  right: 260px;
  bottom: -200px;
  width: 325px;
  height: 325px;
  -webkit-animation: circleAnimation 5s linear infinite;
  animation: circleAnimation 5s linear infinite;
  z-index: -1;
}
.cta_part .circle_shape_2 {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0.1;
  position: absolute;
  right: -100px;
  bottom: -120px;
  width: 474px;
  height: 425px;
  -webkit-animation: circleAnimation 7s linear infinite;
  animation: circleAnimation 7s linear infinite;
  z-index: -1;
}

.grid_course_single_page .single_courses_item {
  margin: 40px 0 0;
}
@media (max-width: 767.98px) {
  .grid_course_single_page .single_courses_item {
    margin: 15px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .grid_course_single_page .single_courses_item {
    margin: 15px 0 0;
  }
}
.grid_course_single_page .single_courses_item img {
  width: 100%;
}

.grid_courses_filter_part {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.grid_courses_filter_part .single_courses_filter {
  border: 0px solid transparent;
  position: relative;
}
@media (max-width: 576px) {
  .grid_courses_filter_part .single_courses_filter {
    margin: 10px 0;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .grid_courses_filter_part .single_courses_filter {
    margin: 10px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .grid_courses_filter_part .single_courses_filter {
    margin: 10px 0;
  }
}
.grid_courses_filter_part .single_courses_filter i {
  color: #2572ff;
  float: left;
  margin-right: 10px;
  font-size: 16px;
}
.grid_courses_filter_part .single_courses_filter p {
  line-height: 17px;
}
.grid_courses_filter_part .single_courses_filter .icon_search {
  position: absolute;
  right: 20px;
  top: 16px;
  margin-right: 0;
  font-size: 20px;
  color: #8b9098;
}
.grid_courses_filter_part .single_courses_filter input {
  color: #a3a8b0;
  width: 100%;
}
.grid_courses_filter_part input {
  color: #000;
}

@media (max-width: 991px) {
  .education_sidebar {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .education_sidebar {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.education_sidebar .single_sidebar {
  padding: 40px 35px 18px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 3px 6px 0px rgba(2, 25, 55, 0.04);
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .education_sidebar .single_sidebar {
    flex: 47% 0 0;
  }
}
.education_sidebar .single_sidebar h4 {
  font-size: 18px;
  line-height: 20px;
  position: relative;
  margin-bottom: 47px;
}
.education_sidebar .single_sidebar h4:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -18px;
  width: 50px;
  height: 2px;
  background-color: #2572ff;
}
.education_sidebar .single_sidebar ul {
  padding: 0;
  margin: 0;
}
.education_sidebar .single_sidebar ul li {
  list-style: none;
  margin: 16px 0;
  font-size: 15px;
}

.blog_sidebar .single_sidebar {
  margin-bottom: 30px;
  position: relative;
}
.blog_sidebar .single_sidebar h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 15px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e7e9f2;
}
.blog_sidebar .single_sidebar h3 a {
  color: #445363;
}
.blog_sidebar .single_sidebar h3 a:hover {
  color: #2572ff;
}
.blog_sidebar .single_sidebar:last-child {
  margin-bottom: 0;
}
.blog_sidebar .single_sidebar .search_form {
  display: flex;
}
.blog_sidebar .single_sidebar .search_form input {
  padding: 20px 30px;
  background-color: #f6f7fa;
  border-radius: 6px;
  border: 1px solid #f6f7fa;
  width: 100%;
}
.blog_sidebar .single_sidebar .search_form i {
  position: absolute;
  right: 30px;
  top: 26px;
  color: #2572ff;
}
.blog_sidebar .single_sidebar .single_sidebar_post {
  display: flex;
  margin-bottom: 20px;
}
.blog_sidebar .single_sidebar .single_sidebar_post:last-child {
  margin-bottom: 0;
}
.blog_sidebar .single_sidebar .single_sidebar_post img {
  max-width: 90px;
  max-height: 80px;
  border-radius: 6px;
}
.blog_sidebar .single_sidebar .single_sidebar_post .sidebar_post_content {
  padding-left: 20px;
}
.blog_sidebar .single_sidebar .single_sidebar_post .sidebar_post_content h4 {
  font-size: 16px;
}
.blog_sidebar .single_sidebar .single_sidebar_post .sidebar_post_content h4 a {
  color: #445363;
}
.blog_sidebar .single_sidebar .single_sidebar_post .sidebar_post_content h4 a:hover {
  color: #2572ff;
}
@media (max-width: 991px) {
  .blog_sidebar .single_sidebar .single_sidebar_post img {
    max-height: 80px;
  }
  .blog_sidebar .single_sidebar .single_sidebar_post .sidebar_post_content h4 {
    font-size: 15px;
  }
}
.blog_sidebar .single_sidebar .category_list p {
  margin-bottom: 24px;
  line-height: 13px;
}
.blog_sidebar .single_sidebar .category_list p:last-child {
  margin-bottom: 0;
}
.blog_sidebar .single_sidebar .category_list p a {
  color: #626a77;
}
.blog_sidebar .single_sidebar .category_list p a:hover {
  color: #2572ff;
}
.blog_sidebar .single_sidebar .sidebar_tag_list .btn_4 {
  margin: 0 7px 10px 0;
}

.single_review_part.blog_page_single_item p {
  margin-bottom: 15px;
}
.single_review_part.blog_page_single_item span {
  color: #6b6b7a;
}

.wpcf7 input[type="submit"] {
  background-color: #2572ff;
  border: 2px solid #2572ff;
  color: #fff;
  display: inline-block;
  padding: 14px 23px;
  text-transform: capitalize;
  line-height: 16px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 30px;
}

.wpcf7 input[type="submit"]:hover {
  background-color: transparent;
  color: #2572ff;
}

footer.entry-footer {
  margin-top: 30px;
}

.course_details .course_registration_form input, 
.course_details .course_registration_form .niceSelect {
  margin-bottom: 15px;
}

.courses_filter_left_filter {
  display: flex;
  flex: 46% 0 0;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .courses_filter_left_filter {
    flex: 100% 0 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .courses_filter_left_filter {
    flex: 70% 0 0;
  }
}
.courses_filter_left_filter .single_courses_filter {
  flex: 50% 0 0;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .courses_filter_left_filter .single_courses_filter {
    flex: 100% 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .courses_filter_left_filter .single_courses_filter {
    flex: 100% 0 0;
  }
}

.courses_filter_right_filter {
  display: flex;
  flex: 50% 0 0;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .courses_filter_right_filter {
    flex: 100% 0 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .courses_filter_right_filter {
    flex: 100% 0 0;
    justify-content: flex-start;
    margin-top: 15px;
  }
}
.courses_filter_right_filter .single_courses_filter {
  flex: 50% 0 0;
}
@media (max-width: 767.98px) {
  .courses_filter_right_filter .single_courses_filter {
    flex: 100% 0 0;
  }
}
.courses_filter_right_filter .single_filter {
  margin-right: 30px;
  width: 150px;
  box-shadow: 0px 30px 70px 0px rgba(2, 25, 55, 0.08);
}
@media (max-width: 767.98px) {
  .courses_filter_right_filter .single_filter {
    margin-right: 0;
    margin: 15px 0;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .courses_filter_right_filter .single_filter {
    margin-right: 0;
    margin: 0 0 15px;
  }
}
.courses_filter_right_filter .single_filter .niceSelect {
  border: 0px solid transparent;
  height: 60px;
  font-size: 16px;
  line-height: 60px;
  color: #626a77;
  font-weight: 400;
  width: 100%;
  display: block;
}
.courses_filter_right_filter .single_filter .niceSelect:after {
  top: 4px;
}
.courses_filter_right_filter .single_filter .niceSelect .list {
  padding: 10px 0;
}
.courses_filter_right_filter .courses_filter_search {
  position: relative;
  max-width: 240px;
  box-shadow: 0px 30px 70px 0px rgba(2, 25, 55, 0.08);
}
@media (max-width: 767.98px) {
  .courses_filter_right_filter .courses_filter_search {
    max-width: 100%;
    width: 100%;
  }
}
.courses_filter_right_filter .courses_filter_search input {
  padding: 19px 30px;
  border: 0px solid transparent;
  line-height: 22px;
  color: #a3a8b0;
  width: 100%;
  border-radius: 6px;
}
.courses_filter_right_filter .courses_filter_search ::placeholder {
  color: #a3a8b0;
}
.courses_filter_right_filter .courses_filter_search .icon_search {
  position: absolute;
  right: 20px;
  top: 20px;
  margin-right: 0;
  font-size: 20px;
  color: #8b9098;
  transform: rotate(270deg);
}

.courses_details_style {
  background-color: #fbfcfd;
}

.courses_details_iner .course_author img {
  max-width: 40px;
}
.courses_details_iner .course_author h5 {
  font-size: 16px;
  margin-bottom: 0;
  padding-left: 20px;
}
.courses_details_iner .course_author span {
  margin: 0 15px;
}
.courses_details_iner .course_author p {
  padding: 0;
}
@media (max-width: 576px) {
  .courses_details_iner .course_author span {
    display: none;
  }
  .courses_details_iner .course_author img {
    max-width: 30px;
  }
  .courses_details_iner .course_author p {
    font-size: 13px;
    margin-left: 15px;
  }
  .courses_details_iner .course_author h5 {
    font-size: 13px;
    padding-left: 5px;
  }
}
.courses_details_iner h2 {
  font-size: 30px;
  margin: 6px 0 22px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .courses_details_iner h2 {
    font-size: 25px;
    line-height: 33px;
  }
}
.courses_details_iner .couses_overview {
  margin-bottom: 50px;
}
.courses_details_iner .popular_course_list p {
  padding-left: 25px;
}
.courses_details_iner .popular_course_list p i {
  margin-right: 10px;
}
@media (max-width: 576px) {
  .courses_details_iner .popular_course_list p {
    padding-left: 0;
    margin-right: 15px;
    margin-top: 15px;
  }
}

.course_details_tab .course_details_decription ul {
  padding: 0;
  margin: 24px 0 0;
}
.course_details_tab .course_details_decription ul li {
  list-style: none;
  color: #626a77;
  margin: 10px 0;
}
@media (max-width: 576px) {
  .course_details_tab .course_details_decription ul li {
    margin: 5px 0;
  }
}
.course_details_tab .course_details_decription ul li i, .course_details_tab .course_details_decription ul li span {
  color: #2572ff;
  margin-right: 15px;
}
.course_details_tab .course_details_decription .colum_2 li {
  width: 50%;
  float: left;
}
@media (max-width: 576px) {
  .course_details_tab .course_details_decription .colum_2 li {
    width: 100%;
  }
}
.course_details_tab h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 45px 0 17px;
}
.course_details_tab p {
  margin-bottom: 25px;
}
.course_details_tab .nav-tabs {
  border-bottom: 0px solid transparent;
  background-color: #eff2f8;
}
.course_details_tab .course_details_tab {
  margin-top: 30px;
}
.course_details_tab .course_details_tab .nav-link {
  line-height: 16px;
  border: 0 solid transparent;
  color: #0b1c39;
  padding: 19px 36px;
  border-top: 4px solid #eff2f8;
  border-radius: 0;
}
@media (max-width: 767.98px) {
  .course_details_tab .course_details_tab .nav-link {
    padding: 19px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .course_details_tab .course_details_tab .nav-link {
    padding: 19px 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .course_details_tab .course_details_tab .nav-link {
    padding: 19px 20px;
  }
}
.course_details_tab .course_details_tab .nav-link i {
  font-size: 16px;
  color: #2572ff;
  margin-right: 5px;
}
@media (max-width: 767.98px) {
  .course_details_tab .course_details_tab .nav-item {
    width: 50%;
    float: left;
    text-align: center;
  }
}
.course_details_tab .course_details_tab .active {
  border-top: 4px solid #2572ff;
}
.course_details_tab .course_details_decription .course_author {
  align-items: center;
  margin-bottom: 20px;
}
.course_details_tab .course_details_decription .course_author img {
  max-width: 60px;
  border-radius: 50%;
  background-color: #b7cffb;
  box-shadow: 0px 20px 40px 0px rgba(2, 25, 55, 0.08);
}
.course_details_tab .course_details_decription .course_author h5 {
  margin-left: 25px;
  font-size: 20px;
  margin-bottom: 0;
}
.course_details_tab .course_details_decription .course_chapter {
  border-bottom: 1px solid #dce1e9;
  padding-bottom: 23px;
}
.course_details_tab .course_details_decription .course_chapter:last-child {
  border-bottom: 0px solid transparent;
  padding-bottom: 0;
}
.course_details_tab .single_review_part {
  padding: 32px 40px;
  background-color: #f6f7fa;
  margin-top: 50px;
}
@media (max-width: 576px) {
  .course_details_tab .single_review_part {
    padding: 20px 30px;
  }
}
.course_details_tab .single_review_part h3 {
  margin: 0 0 23px;
}
.course_details_tab .single_review_part .single_progress_bar {
  display: flex;
  align-items: center;
  line-height: 38px;
}
.course_details_tab .single_review_part .single_progress_bar .progress {
  margin: 0 25px 0 34px;
  height: 8px;
  border-radius: 50px;
  width: 100%;
}
.course_details_tab .single_review_part .single_progress_bar p {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 0;
  white-space: nowrap;
  flex: 60px 0 0;
}
.course_details_tab .single_review_part .single_progress_bar span {
  flex: 30px 0 0;
}
.course_details_tab .progress_bar {
  flex: 64% 0 0;
  padding-right: 30px;
}
@media (max-width: 576px) {
  .course_details_tab .progress_bar {
    flex: 100% 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .course_details_tab .progress_bar {
    flex: 60% 0 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .course_details_tab .progress_bar {
    flex: 60% 0 0;
  }
}
.course_details_tab .caouse_rating {
  background-color: #fff;
  padding: 46px 30px;
  flex: 26% 0 0;
  align-self: center;
  text-align: center;
  height: 210px;
  border-radius: 4px;
  box-shadow: 0px 3px 6px 0px rgba(2, 25, 55, 0.04);
}
@media (max-width: 576px) {
  .course_details_tab .caouse_rating {
    flex: 100% 0 0;
    padding: 30px 25px;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .course_details_tab .caouse_rating {
    flex: 35% 0 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .course_details_tab .caouse_rating {
    flex: 35% 0 0;
  }
}
.course_details_tab .caouse_rating p {
  margin-bottom: 0;
  color: #0b1c39;
}
.course_details_tab .caouse_rating h2 {
  font-size: 50px;
  font-weight: 500;
}
.course_details_tab .review_icon {
  margin: 9px 0 6px;
}
.course_details_tab .review_icon i {
  color: #ffbe21;
}
.course_details_tab .student_feedback {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.course_details_tab .load_comment {
  text-align: center;
  border-top: 1px solid #e7e9f2;
  margin-top: 40px;
  padding-top: 24px;
}
.course_details_tab .load_comment i {
  margin-left: 5px;
}

#comments li {
  list-style: none;
}

.comment-author b {
  margin-left: 20px;
}

.comment-author span {
  margin-left: 10px;
}

.comment-metadata {
  margin-bottom: 15px;
}

.comment_part h3 {
  margin: 0 0 36px;
}
.comment_part p {
  margin-bottom: 30px;
}
.comment_part .admin_tittle {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.comment_part .admin_tittle h5 {
  font-size: 15px;
  font-weight: 500;
}
.comment_part .admin_tittle h5 span {
  display: block;
  color: #9ba1ba;
  margin-top: 6px;
  font-weight: 400;
}
.comment_part .admin_tittle .review_icon {
  margin: 0;
}
.comment_part .admin_tittle .review_icon i {
  font-size: 12px;
}
.comment_part .replay_btn {
  font-size: 14px;
  color: #626a77;
  width: 70px;
  height: 30px;
  line-height: 30px;
  background-color: #e9edf7;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  margin-right: 20px;
  font-weight: 500;
}
.comment_part .replay_btn:hover {
  background-color: #2572ff;
  color: #fff;
}
.comment_part .like_btn {
  color: #2572ff;
  font-size: 16px;
}
.comment_part .like_btn i {
  color: #626a77;
  margin-right: 12px;
}
.comment_part .media {
  padding-top: 0;
  margin-top: 0;
  border-top: 0 solid transparent;
}
.comment_part .media img {
  margin-right: 30px;
  border-radius: 50%;
  max-width: 60px;
}
@media (max-width: 576px) {
  .comment_part .media img {
    margin-right: 10px;
  }
}
.comment_part .media .media {
  padding: 30px 0 0;
  border-top: 1px solid #e7e9f2;
  margin-top: 30px;
}
@media (max-width: 576px) {
  .comment_part .media .media {
    display: block !important;
  }
}
.comment_part .media .media img {
  max-width: 50px;
}
@media (max-width: 576px) {
  .comment_part .media .media img {
    margin-bottom: 20px;
  }
}

.review_form, .form_style {
  margin-top: 45px;
}
.review_form h3, .form_style h3 {
  font-size: 20px;
  margin: 0 0 6px;
}
.review_form .admin_tittle, .form_style .admin_tittle {
  margin-top: 33px;
  display: flex;
}
.review_form .admin_tittle p, .form_style .admin_tittle p {
  margin-bottom: 0;
}
.review_form .admin_tittle .review_icon, .form_style .admin_tittle .review_icon {
  margin: 0 0 0 30px;
}
.review_form .admin_tittle .review_icon i, .form_style .admin_tittle .review_icon i {
  font-size: 14px;
}
.review_form .form_single_item, .form_style .form_single_item {
  margin-top: 20px;
}
.review_form .form_single_item input, .review_form .form_single_item textarea, .form_style .form_single_item input, .form_style .form_single_item textarea {
  background-color: #f6f7fa;
  padding: 17px 30px;
  border-radius: 30px;
  border: 1px solid #f6f7fa;
  width: 100%;
  font-size: 16px;
  color: #626a77;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
}
.review_form .form_single_item input:focus, .review_form .form_single_item textarea:focus, .form_style .form_single_item input:focus, .form_style .form_single_item textarea:focus {
  background-color: #fff;
  border: 1px solid #fff;
  color: #626a77;
  box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
}
.review_form .form_single_item textarea, .form_style .form_single_item textarea {
  height: 200px;
}
.review_form .btn_1, .form_style .btn_1 {
  padding: 15px 39px;
  margin-top: 23px;
}
.review_form .btn_1:hover, .form_style .btn_1:hover {
  box-shadow: 0px 20px 40px 0px rgba(68, 134, 254, 0.2);
}

.add_cart_sidebar {
  padding: 40px 19px 37px 30px !important;
}
.add_cart_sidebar h2 {
  font-size: 30px;
  color: #2572ff;
}
.add_cart_sidebar h2 span {
  font-size: 52%;
  color: #626a77;
  margin-left: 19px;
  text-decoration: line-through;
}
.add_cart_sidebar .btn_1 {
  width: 100%;
  font-size: 16px;
  text-align: center;
}
.add_cart_sidebar .btn_1:hover {
  box-shadow: 0px 20px 40px 0px rgba(68, 134, 254, 0.2);
}
.add_cart_sidebar h3 {
  font-size: 18px;
  margin: 37px 0 24px;
}
.add_cart_sidebar p {
  position: relative;
  padding-left: 32px;
  font-size: 15px;
  line-height: 22px;
  margin: 12px 0;
}
.add_cart_sidebar p:last-child {
  margin: 12px 0 0;
}
.add_cart_sidebar p i {
  position: absolute;
  left: 0;
  font-size: 18px;
  top: 2px;
  color: #a8aeb6;
}

.single_sidebar .single_courses_category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 11px;
}
.single_sidebar .single_courses_category:last-child {
  margin-bottom: 0;
}
.single_sidebar .single_courses_category p span {
  color: #7a818d;
}
.single_sidebar .gmap3 {
  width: 100%;
  height: 152px;
  border: 1px solid #ccd6e8;
  border-radius: 5px;
  margin-bottom: 26px;
}
.single_sidebar .gm-fullscreen-control {
  display: none;
}

.blog_page_single_item h3 {
  font-size: 20px;
  position: relative;
  margin: 0 0 30px !important;
}
.blog_slider .owl-item {
  padding: 20px;
}
@media (max-width: 767px) {
  .blog_slider .owl-item {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .blog_page_single_item h3 {
    margin: 0 0 30px !important;
  }
}
.blog_page_single_item h3:after {
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 70px;
  height: 1px;
  background-color: #2572ff;
  content: "";
}

.eventcountdown {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #2572ff;
  border-radius: 5px;
  margin-top: 30px;
}
.eventcountdown .time {
  flex: 25% 0 0;
  font-size: 30px;
  color: #fff;
  padding: 19px;
  font-weight: 600;
  padding-left: 10%;
  border-right: 1px solid #3b80ff;
  line-height: 26px;
}
@media (max-width: 767.98px) {
  .eventcountdown .time {
    flex: 50% 0 0;
  }
}
.eventcountdown .time:last-child {
  border-right: 0px solid transparent;
}
.eventcountdown .time span {
  font-size: 16px;
  display: block !important;
  font-weight: 400;
}

.upcoming_event_desc {
  margin-top: 44px;
}
@media (max-width: 767.98px) {
  .upcoming_event_desc {
    margin-top: 20px;
  }
}
.upcoming_event_desc h2 {
  font-size: 26px;
  margin-top: 15px;
}
@media (max-width: 767.98px) {
  .upcoming_event_desc h2 {
    margin-top: 20px;
    line-height: 35px;
  }
}
.upcoming_event_desc p {
  margin: 12px 0;
}
.upcoming_event_desc p i {
  color: #2572ff;
  margin-right: 15px;
}
.upcoming_event_desc .event_desc_list h4 {
  font-size: 18px;
  margin: 38px 0 30px;
}

.upcoming_event_details .instructor_list h3 {
  font-size: 26px;
  margin-bottom: 43px;
  font-weight: 700;
}
.upcoming_event_details .single_sidebar p i {
  color: #2572ff;
}

.education_sidebar .contactMap {
  height: 150px;
  border: 2px solid #cbe0fb;
  border-radius: 5px;
  margin-bottom: 27px;
}
.education_sidebar #contactMap {
  height: 100% !important;
}
.education_sidebar .gmnoprint {
  display: none;
}

.upcoming_event_details .add_cart_sidebar {
  padding: 27px 30px 37px !important;
}

.single_page_blog_post.grid-post:last-child {
  margin-bottom: 50px;
}
.single_page_blog_post.grid-post img {
  max-width: 100%;
  width: 100%;
}
.page_pageination.grid-post {
  width: 100%;
}
.single_page_blog_post {
  margin-bottom: 30px;
  border-radius: 5px;
}
.single_page_blog_post img {
  width: 100%;
}
.blog_posts .row .col-xl-6:last-child .single_page_blog_post {
  margin-bottom: 0px;
}
.single_page_blog_post .post_author {
  margin-bottom: 8px;
  direction: ltr;
}
.single_page_blog_post .post_author p {
  display: inline-block;
  margin-right: 20px;
}
.single_page_blog_post .post_author p i {
  margin-right: 8px;
}
.single_page_blog_post .single_blog_content {
  padding: 35px 50px 45px;
  background-color: #f8f9fb;
}
@media (max-width: 991px) {
  .single_page_blog_post .single_blog_content {
    padding: 15px 20px 20px;
  }
  .single_page_blog_post .single_blog_content .post_author {
    padding: 10px 0px 0px;
  }
}
.single_page_blog_post .single_blog_content h2 {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 28px;
}
@media (max-width: 991px) {
  .single_page_blog_post .single_blog_content h2 {
    font-size: 20px;
  }
}
.single_page_blog_post .single_blog_content h2 a {
  color: #0b1c39;
}
.single_page_blog_post .single_blog_content h2 a:hover {
  color: #2572ff;
}
.single_page_blog_post .single_blog_content .read_more_btn {
  color: #0b1c39;
  font-size: 16px;
  margin-top: 35px;
  display: inline-block;
  font-weight: 500;
  display: flex;
  align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.single_page_blog_post .single_blog_content .read_more_btn i {
  margin-left: 10px;
  font-weight: 500;
}
.single_page_blog_post .single_blog_content .read_more_btn:hover {
  color: #2572ff;
}

.quote_post {
  position: relative;
}
.quote_post .quote_icon_1 {
  position: absolute;
  right: 50px;
  bottom: 10px;
}
.quote_post .quote_icon_2 {
  position: absolute;
  left: 50px;
  top: 0;
}

.quote_post p, .link_post p {
  font-size: 20px;
  line-height: 1.5;
}
.quote_post p a, .link_post p a {
  color: #626a77;
}
.quote_post p a:hover, .link_post p a:hover {
  color: #2572ff;
}
.quote_post .post_author p, .link_post .post_author p {
  font-size: 16px;
  line-height: 26px;
}

.video_post .post_thumb {
  position: relative;
  z-index: 1;
}
.video_post .post_thumb .popup_youtube {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-color: #fff;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  color: #2572ff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 45%;
}
.video_post .post_thumb .popup_youtube span {
  max-width: 16px;
  text-shadow: 0px 10px 16px rgba(37, 114, 255, 0.4);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.video_post .post_thumb .popup_youtube:hover span {
  box-shadow: none;
}

.single_blog_details .single_page_blog_post {
  margin-bottom: 39px;
}
.single_blog_details img {
  margin-bottom: 35px;
  max-width: 100%;
}
.single_blog_details .blog_details_content .img-fluid {
  width: 100%;
  max-width: 100%;
}
.single_blog_details h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 17px;
}
@media (max-width: 991px) {
  .single_blog_details h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.single_blog_details p {
  margin-bottom: 25px;
}
.single_blog_details .single_blog_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 23px;
}
.single_blog_details .single_blog_list p {
  color: #445363;
  margin-bottom: 8px;
  flex: 45% 0 0;
}
@media (max-width: 991px) {
  .single_blog_details .single_blog_list p {
    flex: 100% 0 0;
  }
}
.single_blog_details .single_blog_list p i {
  color: #2572ff;
  margin-right: 10px;
}

.blog_page_single_item {
  margin-bottom: 30px;
  margin-top: 35px;
}

.blog_page_single_item:last-child {
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .blog_page_single_item {
    margin-top: 40px;
  }
}
.blog_page_single_item .reply_btn {
  color: #445363;
  display: flex;
  align-items: center;
}
.blog_page_single_item .reply_btn i {
  font-size: 20px;
  margin-right: 10px;
}
.blog_page_single_item .reply_btn:hover {
  color: #2572ff;
}
.blog_page_single_item .btn_3 {
  margin-top: 25px;
}
.blog_page_single_item input:focus {
  border: 1px solid #f2f2f2;
}

.tag_share_list {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
  margin-top: 50px;
  border-top: 1px solid #dce1e9;
}
@media (max-width: 991px) {
  .tag_share_list {
    display: block;
  }
}
.tag_share_list h4 {
  font-size: 18px;
  font-weight: 500;
  margin-right: 8px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .tag_share_list h4.tag-title {
    margin-bottom: 15px;
  }
}
.tag_share_list .btn_4 {
  padding: 5px 21px;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .tag_share_list .btn_4 {
    margin: 10px 10px 0 0;
  }
}
.tag_share_list .share_icon_list h4 {
  margin-right: 0;
}
.tag_share_list .share_icon_list i {
  font-size: 14px;
  color: #626a77;
  margin-left: 15px;
  cursor: pointer;
}
.tag_share_list .share_icon_list a:hover {
  color: #2572ff;
}

@media (max-width: 991px) {
  .post_tag {
    display: inline-block !important;
    margin-bottom: 15px;
  }
}

.post_author {
  padding: 30px 30px 48px;
}
.post_author img {
  max-width: 80px;
  border-radius: 50%;
  display: inline-block;
  float: left;
  margin-right: 20px;
}

.post_author .avatar {
  height: 60px;
  width: 60px;
}
.post_author .author_details h5 {
  font-size: 18px;
  margin-bottom: 11px;
}
.post_author .author_details h5 span {
  color: #626a77;
  display: block;
  font-size: 16px;
  line-height: 27px;
}
.post_author .author_details p {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .share_icon_list {
    margin-top: 20px;
  }
}

.single_page_header .icon_menu {
  color: #fff;
}

@media (max-width: 991px) {
  .blog_sidebar.left-sidebar {
    margin-bottom: 50px;
  }
  .blog_sidebar.right-sidebar {
    margin-top: 50px;
  }
}
.contact_form {
  margin-top: 0;
}
.contact_form h3 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 700;
}
.contact_form p {
  margin-bottom: 30px;
}
.contact_form .btn_3 {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .contact_form h3 {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  .contact_sidebar {
    padding-top: 75px;
  }
}
.contact_sidebar h4 {
  font-size: 24px;
  margin-bottom: 37px;
  font-weight: 600;
  line-height: 1.5;
}
.contact_sidebar .single_contact_sidebar {
  position: relative;
  padding-left: 35px;
  margin-bottom: 30px;
}
.contact_sidebar .single_contact_sidebar i {
  position: absolute;
  left: 0;
  top: 3px;
  color: #2572ff;
}
.contact_sidebar .single_contact_sidebar h5 {
  font-size: 16px;
  margin-bottom: 11px;
  font-weight: 500;
}
.contact_sidebar .single_contact_sidebar p {
  line-height: 24px;
}

.blog_sidebar .social_icon {
  margin-top: 15px;
}

.contactMap {
  height: 500px;
  border: 2px solid #cbe0fb;
}

#contactMap {
  height: 100% !important;
}

.contact_page .form_single_item input, .contact_page .form_single_item textarea {
  border: 2px solid #f3f5f9;
}
.contact_page .form_single_item input:focus, .contact_page .form_single_item textarea:focus {
  background-color: #fff;
  border: 2px solid #cbe0fb;
  color: #626a77;
  box-shadow: none;
}

.error_page {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.error_page .error_page_iner {
  text-align: center;
  margin: 0 auto;
}
.error_page .error_page_iner input {
  padding: 18px;
}
.error_page .error_page_iner h3 {
  margin-top: 40px;
  font-size: 36px;
  font-weight: 600;
}
.error_page p {
  margin-top: 41px;
  font-weight: 500;
}
.error_page p i {
  margin-right: 10px;
  font-weight: 500;
}
.error_page .error_icon_1 {
  position: absolute;
}
.error_page [class^=error_icon_] {
  position: absolute;
}
@media (max-width: 767px) {
  .error_page .error_page_iner h3 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .error_page [class^=error_icon_] {
    display: none;
  }
}
.error_page [class^=error_icon_] .layer {
  position: relative !important;
}
.error_page .error_icon_1 {
  left: 10%;
  top: 10%;
}
.error_page .error_icon_2 {
  left: 8%;
  top: 49%;
}
.error_page .error_icon_3 {
  left: 11%;
  bottom: 10%;
}
.error_page .error_icon_4 {
  left: 60%;
  bottom: 10%;
}
.error_page .error_icon_5 {
  right: 10%;
  top: 10%;
}
.error_page .error_icon_6 {
  right: 7%;
  top: 50%;
}
.error_page .error_icon_7 {
  right: 0;
  bottom: 8%;
}
.error_page .error_icon_8 {
  left: 32%;
  top: 38%;
}
.error_page .error_icon_9 {
  right: 30%;
  top: 50%;
}

.icon_animation {
  overflow: hidden;
}

/*.subscribe_form {
  display: flex;
  align-items: center;
  margin-top: 71px;
}

.subscribe_form input[type="submit"] {
  width: 50% !important;
}

@media (max-width: 576px) {
  .subscribe_form {
    display: block;
    margin-top: 30px;
  }
}
.subscribe_form input {
  width: 100%;
  border: 1px solid #cbe0fb;
  border-radius: 50px;
  font-size: 16px;
  padding: 16px 30px;
  line-height: 26px;
}
.subscribe_form a {
  padding: 7px 27px;
  display: inline-block;
  background-color: #2572ff;
  border: 1px solid #2572ff;
  position: absolute;
  right: 21px;
  line-height: 8px;
  border-radius: 50px;
}
@media (max-width: 576px) {
  .subscribe_form a {
    display: block;
    width: 100%;
    margin-top: 15px;
    top: 3px;
    right: 6px;
  }
}
.subscribe_form a i {
  font-size: 34px;
  color: #fff;
}
*/
.go_back {
  color: #0b1c39;
}
.go_back:hover {
  color: #2572ff;
}

.error_page_iner .subscribe_form input[type="text"] {
  padding: 16px 30px;
  line-height: 26px;
}
@media (max-width: 576px) {
  .error_page_iner .subscribe_form input[type="text"] {
    padding: 16px 105px 16px 15px;
  }
}

@media (max-width: 576px) {
  .error_page .subscribe_form {
    position: relative;
  }
  .error_page .subscribe_form a {
    display: flex;
    width: auto;
    position: absolute;
    top: -9px;
    right: 6px;
  }
  .error_page .subscribe_form a i {
    font-size: 33px;
  }
}

.comming_soon_page {
  min-height: 94vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .comming_soon_page {
    margin: 50px 0;
  }
}
.comming_soon_page .comming_soon_icon_1 {
  position: absolute;
  left: 8%;
  top: 10%;
  z-index: -1;
}
@media (max-width: 576px) {
  .comming_soon_page .comming_soon_icon_1 {
    display: none;
  }
}
.comming_soon_page .comming_soon_icon_2 {
  position: absolute;
  left: 50%;
  top: 10%;
  z-index: -1;
}
@media (max-width: 576px) {
  .comming_soon_page .comming_soon_icon_2 {
    display: none;
  }
}
.comming_soon_page .comming_soon_icon_3 {
  position: absolute;
  left: 80%;
  top: 20%;
  z-index: -1;
}
@media (max-width: 576px) {
  .comming_soon_page .comming_soon_icon_3 {
    display: none;
  }
}
.comming_soon_page .comming_soon_icon_4 {
  position: absolute;
  left: 90%;
  top: 13%;
  z-index: -1;
}
@media (max-width: 576px) {
  .comming_soon_page .comming_soon_icon_4 {
    display: none;
  }
}
.comming_soon_page .section_tittle {
  text-align: center;
  margin-bottom: 72px;
}
.comming_soon_page .comming_soom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.comming_soon_page .comming_soom .single_countdown {
  flex: 17% 0 0;
  background-color: #fff;
  box-shadow: 0px 20px 50px 0px rgba(2, 25, 55, 0.08);
  border-radius: 10px;
  padding: 34px 20px 34px 5%;
  color: #626a77;
}
@media (max-width: 576px) {
  .comming_soon_page .comming_soom .single_countdown {
    flex: 48% 0 0;
    padding: 25px 25px 15%;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .comming_soon_page .comming_soom .single_countdown {
    flex: 30% 0 0;
    padding: 30px 25px 9%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .comming_soon_page .comming_soom .single_countdown {
    flex: 15% 0 0;
    padding: 30px 25px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .comming_soon_page .comming_soom .single_countdown {
    padding: 30px 40px 20px;
  }
}
.comming_soon_page .comming_soom .single_countdown span {
  font-size: 70px;
  font-weight: 500;
  color: #0b1c39;
  line-height: 78px;
  display: block;
}
@media (max-width: 767.98px) {
  .comming_soon_page .comming_soom .single_countdown span {
    font-size: 30px;
    line-height: 38px;
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .comming_soon_page .comming_soom .single_countdown span {
    font-size: 30px;
    line-height: 38px;
    display: block;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .comming_soon_page .comming_soom .single_countdown span {
    font-size: 30px;
    line-height: 38px;
    display: block;
  }
}
.comming_soon_page .comming_soom .single_countdown:last-child span {
  color: #2572ff;
}
.comming_soon_page .subscribe_form {
  margin-top: 120px;
}
@media (max-width: 991px) {
  .comming_soon_page .subscribe_form {
    margin: 50px 0;
  }
}
.comming_soon_page .subscribe_form input {
  background-color: #fff;
  box-shadow: 0px 3px 6px 0px rgba(2, 25, 55, 0.07);
  border: 1px solid #fff;
}
.comming_soon_page .subscribe_form a {
  position: relative;
  line-height: 25px;
  color: #fff;
  padding: 14px 35px;
  margin-left: 41px;
}
@media (max-width: 576px) {
  .comming_soon_page .subscribe_form a {
    margin-left: 6px;
  }
}

.copyright_content {
  background-color: #0b1c39;
  padding: 14.5px 0;
}
.copyright_content p {
  font-size: 18px;
  color: #fff;
}
.copyright_content .copyright_social_icon {
  display: flex;
  align-items: center;
}
.copyright_content .copyright_social_icon a {
  margin-left: 20px;
  line-height: 15px;
}
.copyright_content .copyright_social_icon a i {
  color: #8692a6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.copyright_content .copyright_social_icon a i:hover {
  color: #2572ff;
}
.footer_section {
  padding: 100px 0 30px;
  position: relative;
  background: #f6f7fa;
}
@media (max-width: 767.98px) {
  .footer_section {
    padding: 40px 0 37px;
  }
  .footer_section .social_icon a {
    margin-bottom: 10px;
  }
  .footer_section .col-lg-12 .copyright_part {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .footer_section {
    padding: 40px 0 37px;
  }
  .footer_section .social_icon a {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .footer_section {
    padding: 100px 0 37px;
  }
}
@media (max-width: 991px) {
  .footer_section .single_feature_footer {
    margin-top: 30px;
  }
}
.footer_section .single_feature_footer img {
  margin-bottom: 35px;
}
@media (max-width: 767.98px) {
  .footer_section .single_feature_footer img {
    margin-bottom: 15px;
  }
}
.footer_section .footer_contact_info {
  margin-top: 37px;
}
@media (max-width: 767.98px) {
  .footer_section .footer_contact_info {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .footer_section .footer_contact_info {
    margin-top: 20px;
  }
}
.footer_section .footer_contact_info a {
  color: #2572ff;
  margin-bottom: 15px;
  display: block;
}
@media (max-width: 767.98px) {
  .footer_section .footer_contact_info a {
    margin-bottom: 5px;
  }
}
.footer_section .footer_contact_info a i {
  margin-right: 7px;
}
.footer_section .footer_nav h4 {
  font-size: 18px;
  margin-bottom: 26px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .footer_section .footer_nav h4 {
    margin-bottom: 18px;
  }
}
.footer_section .footer_nav ul {
  padding: 0;
  margin: 0;
}
.footer_section .footer_nav ul li {
  list-style: none;
}
.footer_section .footer_nav ul li a {
  color: #626a77;
  margin: 6px 0;
  display: inline-block;
}
@media (max-width: 991px) {
  .footer_section .footer_nav ul li a {
    margin: 4px 0;
  }
}
.footer_section .footer_nav ul li a:hover {
  color: #2572ff;
}
.footer_section .copyright_part {
  margin-top: 67px;
  padding-top: 30px;
  border-top: 1px solid #ebeef3;
  z-index: 99;
  position: relative;
}
.footer_section .copyright_part p {
  margin: 0; text-align:center;
}
@media (max-width: 767.98px) {
  .footer_section .copyright_part p {
    text-align: center;
  }
  .footer_section .copyright_part .social_icon {
    text-align: center;
    float: none;
  }
}
.footer_section .copyright_part a {
  color: #2572ff;
}
.footer_section .footer_sharp_1 {
  position: absolute;
  bottom: 0;
  left: 43px;
  z-index: 99;
}
@media (max-width: 767.98px) {
  .footer_section .footer_sharp_1 {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.footer_section .footer_sharp_2 {
  position: absolute;
  bottom: 134px;
  left: 175px;
}
.footer_section .footer_sharp_3 {
  position: absolute;
  bottom: 180px;
  left: 110px;
}
@media (max-width: 767.98px) {
  .footer_section .footer_sharp_1 {
    width: 75%;
  }
}

@media (max-width: 767.98px) {
  .social_icon {
    margin-top: 20px;
  }
}
.social_icon a {
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  background-color: transparent;
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
  border: 2px solid #dce1e9;
}
.social_icon a i {
  color: #9198a4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.social_icon a:hover {
  background-color: #2572ff;
  color: #fff;
  border: 2px solid #2572ff;
  box-shadow: 0px 10px 20px 0px rgba(89, 149, 253, 0.4);
}
.social_icon a:hover i {
  color: #fff;
}

/* Zoom Meeting CSS */
.dpn-zvc-shortcode-op-wrapper .vczapi-shortcode-meeting-table tbody tr td {
  padding: 10px;
}

.vczapi-join-via-browser-main-wrapper h1 {
  text-align: center;
}

.order-comments {
  padding: 10px;
}

input[type="text"], input[type="email"], input[type="phone"], input[type="password"] {
  padding: 10px;
}

.site-branding .site-title {
  margin: 0;
}

.comments-area .comment-form-cookies-consent {
  margin-top: 25px;
  margin-bottom: 0;
}

.comment-form-cookies-consent input {
  margin-right: 5px;
}

/* LearnPress CSS */
.learn-press-form-login button[type="submit"], .learn-press-form-register button[type="submit"] {
  border: none;
}

.learn-press-form-login button[type="submit"]:hover, 
.learn-press-form-register button[type="submit"]:hover {
  background-color: var(--lp-secondary-color);;
}

.lp_profile_course_progress__nav button {
  background-color: #2572ff;
  border: 2px solid #2572ff;
  color: #fff;
  display: inline-block;
  padding: 11px 23px;
  text-transform: capitalize;
  line-height: 16px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.lp_profile_course_progress__nav button:hover {
  border: 2px solid #2572ff;
  color: #2572ff;
  background-color: transparent;
}

#learn-press-course #learn-press-course-tabs .course-author .lp-course-author .course-author__pull-left img {
  object-fit: initial;
  object-position: initial;
  max-width: initial;
  width: 150px;
  height: 150px;
}

.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-categories a:hover {
  color: #fff;
}

.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-instructor span {
  font-weight: 500;
}

.lp-content-area {
  padding-bottom: 50px;
}

.lp-content-area .learn-press-pagination .page-numbers > li {
  padding: 0;
}

.learn-press-pagination .page-numbers > li .page-numbers {
  height: 50px;
  width: 50px;
  line-height: 50px;
  border: 2px solid #dce1e9;
  text-align: center;
  color: #9198a4;
  font-size: 18px;
  display: inline-block;
  border-radius: 50px;
  margin: 0px 5px;
}

.learn-press-pagination .page-numbers > li .page-numbers:hover {
  background-color: #2572ff;
  border: 2px solid #2572ff;
  color: #fff;
  box-shadow: 0px 10px 20px 0px rgb(89 149 253 / 40%);
}

.learn-press-pagination .page-numbers > li .page-numbers.current {
  background-color: #2572ff;
  border: 2px solid #2572ff;
  color: #fff;
  box-shadow: 0px 10px 20px 0px rgb(89 149 253 / 40%);
}

.lp-entry-content .course-extra-box.active .course-extra-box__content {
  display: block;
}

.learn-press-form-login.learn-press-form input[type=checkbox] {
  position: relative;
  top: 1px;
  right: 3px;
}

@media (min-width: 1200px) {
  .logged-in.admin-bar .menu_fixed {
      top: 32px;
  }
  /* LearnPress CSS */
  .container.page_section_padding .lp-content-area {
    width: initial;
  }
  .main-content-area.row .learn-press-form-login, 
  .main-content-area.row .learn-press-form-register {
    width: 47%;
    max-width: 50%;
  }
  .main-content-area.row .learn-press-form-login {
    float: left;
  }
  .main-content-area.row .learn-press-form-register {
    float: right;
  }
  .mega_menu_dropdown a.mega_menu_dropdown-toggle.nav-link:after {
    position: absolute;
    content: "3";
    font-family: "eleganticons";
    right: 0;
  }
  .mega_menu_dropdown .mega_menu_dropdown a.mega_menu_dropdown-toggle.nav-link:after {
    right: 15px;
  }
}

@media (min-width: 991px) and (max-width: 1199px) {
  .logged-in.admin-bar .menu_fixed {
    top: 32px;
  }
  /* LearnPress CSS */
  .learn-press-form-login, .learn-press-form-register {
    width: 46%;
  }
  .mega_menu_dropdown a.mega_menu_dropdown-toggle.nav-link:after {
    position: absolute;
    content: "3";
    font-family: "eleganticons";
    right: 0;
  }
  .mega_menu_dropdown .mega_menu_dropdown a.mega_menu_dropdown-toggle.nav-link:after {
    right: 15px;
  }
}

@media (max-width: 768px) {
  .sidebar_icon.troggle_icon.d-lg-none {
    margin-right: 12px;
    position: relative;
    top: 3px;
  }
  .navbar_btn {
    margin-left: 10px;
  }
  footer.entry-footer {
    text-align: center;
  }
}

/* Meeting Countdown CSS */
.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-timer .dpn-zvc-timer-cell {
  width: 90px;
}

.countdown .dpn-zvc-timer-cell .time, .countdown .dpn-zvc-timer-cell span {
  color: #fff;
}

.countdown .dpn-zvc-timer-cell .time {
  font-size: 24px;
}

.countdown .dpn-zvc-timer-cell span {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .countdown .dpn-zvc-timer-cell .time {
    font-size: 16px;
  }
  .countdown .dpn-zvc-timer-cell span {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .countdown .dpn-zvc-timer-cell .time {
    font-size: 16px;
  }
  .countdown .dpn-zvc-timer-cell span {
    font-size: 11px;
  }
}

/*==========================
BANNER AREA CSS
============================*/
.banner-wrapper-area {
  position: relative;
  z-index: 1;
  background-color: #f6f7fa;
  padding-top: 100px;
  padding-bottom: 100px;
}

.banner-wrapper-content h1 {
  font-size: 55px;
  margin-bottom: 30px;
}

.banner-wrapper-content p {
  font-size: 17px;
  color: #222222;
}

.banner-wrapper-content .btn-box {
  margin-top: 35px;
}

.banner-wrapper-content .btn-box .default-btn:nth-child(2) {
  margin-left: 15px;
}

.banner-wrapper-image {
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}

.banner-wrapper-image img {
  width: 100%;
}

.banner-wrapper-content .btn_1 {
  padding: 15px 44px;
}

.banner-wrapper-content .btn_1:hover {
  border: 2px solid #2572ff;
  color: #2572ff;
  background-color: transparent;
}

@media only screen and (max-width: 767px) {
  .banner-wrapper-area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .banner-wrapper-content {
    text-align: center;
    top: 0;
  }
  .banner-wrapper-content h1 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .banner-wrapper-content p {
    font-size: 14px;
  }
  .banner-wrapper-content .btn-box {
    margin-top: 20px;
  }
  .banner-wrapper-content .btn-box .default-btn {
    margin-left: 4px !important;
    margin-right: 4px !important;
    padding: 15px 20px;
    font-size: 15px;
  }
  .banner-wrapper-image {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-wrapper-area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .banner-wrapper-content {
    text-align: center;
    max-width: 600px;
    top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .banner-wrapper-content h1 {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 15px;
  }
  .banner-wrapper-content p {
    font-size: 15px;
  }
  .banner-wrapper-content .btn-box {
    margin-top: 30px;
  }
  .banner-wrapper-content .btn-box .default-btn {
    margin-left: 7px !important;
    margin-right: 7px !important;
  }
  .banner-wrapper-image {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-wrapper-content h1 {
    font-size: 45px;
  }
}

/*==========================
One Page Home CSS
============================*/
@media only screen and (min-width: 992px) {
  .one-page-home .navbar_bar ul li a {
    padding: 37px 12px;
  }
  .one-page-home #about, 
  .one-page-home #courses,
  .one-page-home #instructor,
  .one-page-home #events,
  .one-page-home #contact {
    padding-top: 150px;
  }
  .one-page-home #motivation {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .one-page-home .navbar_bar ul li a {
    padding: 30px 6px;
    font-size: 15px;
  }
  .one-page-home .header_part .btn_1 {
    padding: 13px 22px !important;
  }
}

/*==========================
Dark Homepage CSS
============================*/
.dark-homepage .sub_header {
  background: #121212;
}

.dark-homepage .header_part .sub_header a {
  color: #ffffff;
}

.dark-homepage .header_part .sub_header a:hover {
  color: #2572ff;
}

.dark-homepage .banner-wrapper-area {
  background: #121212;
}

.dark-homepage .banner-wrapper-area h1, 
.dark-homepage .banner-wrapper-area p {
  color: #ffffff;
}

.dark-homepage .site-content {
  background: #222222;
}

.dark-homepage .course-content {
  background: #ffffff;
}

.dark-homepage .section_tittle h2, 
.dark-homepage .section_tittle p {
  color: #ffffff;
}

.dark-homepage .course_category {
  background: #121212;
}

.dark-homepage .popular_course {
  background: #222222;
}

.dark-homepage .instructor_list {
  background: #121212;
}

.dark-homepage .single_instructor_item h4, 
.dark-homepage .single_instructor_item p {
  color: #ffffff;
}

.dark-homepage .event_list {
  background: #222222;
}

.dark-homepage .event_list .single_event_list {
  background: #121212;
}

.dark-homepage .event_list_content h2, 
.dark-homepage .event_list_content p {
  color: #ffffff;
}

.dark-homepage .event_list .btn_3 {
  background: #222222;
  color: #ffffff;
  border-color: #ffffff;
}

.dark-homepage .event_list .btn_3:hover {
  background: #2572ff;
  border-color: #2572ff;
}

.dark-homepage .blog_posts {
  background: #121212;
}

/*==========================
RTL Layout CSS
============================*/
.ltr-rtl-button {
  position: fixed;
  cursor: pointer;
  top: 50%;
  right: 3.4%;
  z-index: 999;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  -webkit-transition: .9s;
  transition: .9s;
}

html[dir="rtl"] .ltr-rtl-button {
  right: 0;
}

.ltr-rtl-button .default-btn {
  font-size: 16px;
  color: #ffffff;
  padding: 15px 30px;
  line-height: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  background-color: #2572ff;
  margin-bottom: -6px;
  font-weight: 500;
  display: inline-block;
}

.ltr-rtl-button .default-btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #222222;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 4px;
}

.ltr-rtl-button .default-btn.active {
  color: #ffffff;
  background-color: #222222;
}

.ltr-rtl-button .default-btn.active::before {
  background-color: #2572ff;
}

.ltr-rtl-button .default-btn:hover {
  color: #ffffff;
}

.ltr-rtl-button .default-btn:hover::before {
  left: 0;
  right: auto;
  width: 100%;
}

@media only screen and (min-width: 1367px) {
  .ltr-rtl-button {
    right: 2.7%;
  }
}

html[dir="rtl"] .header_part .btn_1 {
  margin-left: 0;
  margin-right: 10px;
}

html[dir="rtl"] .learn-press-form-login.learn-press-form input[type=checkbox] {
  right: 0;
  left: 3px;
}

html[dir="rtl"] .lp-password-input .lp-show-password-input {
  right: initial;
  left: 10px;
}

html[dir="rtl"] .event_list .single_event_list img {
  margin-right: 0px;
  margin-left: 50px;
}

.blog_sidebar .single_sidebar .single_sidebar_post {
  direction: ltr;
}

html[dir="rtl"] .student_review .owl-nav {
  right: -105%;
  left: initial;
}

@media only screen and (max-width: 767px) {
  html[dir="rtl"] .student_review .owl-nav {
    right: -40%;
  }
  html[dir="rtl"] .event_list .single_event_list img {
    margin-left: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  html[dir="rtl"] .student_review .owl-nav {
    right: -50%;
  }
}

html[dir="rtl"] .countdown .time:first-child {
  margin-right: 0;
}

html[dir="rtl"] .countdown .time:last-child {
  margin-right: 20px;
}

@media only screen and (min-width: 768px) {
  html[dir="rtl"] .header_part .header_login_info {
    text-align: left;
  }
  html[dir="rtl"] .header_part .header_login_info a:last-child {
    padding: 0 30px 0 0;
  }
  html[dir="rtl"] .header_part .header_contact_info {
    text-align: right;
  }
  html[dir="rtl"] .header_part .sub_header a {
    border-left: 0 solid transparent;
    border-right: 1px solid #dce1e9;
  }
  html[dir="rtl"] .header_part .sub_header a:first-child {
    padding: 0 0 0 30px;
    border-right: 0 solid transparent;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  html[dir="rtl"] .header_part .header_login_info a:last-child {
    padding: 0 18px 0 0;
  }
  html[dir="rtl"] .header_part .sub_header a:first-child {
    padding: 0 0 0 18px;
  }
}

@media only screen and (min-width: 768px) {
  .navbar_bar {
    right: 15px;
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .ltr-rtl-button {
    right: 7%;
  }
  .ltr-rtl-button .default-btn {
    font-size: 15px;
    padding: 14px 20px
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ltr-rtl-button {
    right: 5.5%;
  }
}

@media only screen and (max-width: 991px) {
  html[dir="rtl"] .navbar_btn {
    margin-left: 0;
    margin-right: 10px;
  }
  html[dir="rtl"] .sidebar_icon.troggle_icon.d-lg-none {
    margin-right: 0;
    margin-left: 12px;
  }
}

html[dir="rtl"] .single_page_blog_post .single_blog_content .read_more_btn i {
  margin-left: 0;
  margin-right: 10px;
}

html[dir="rtl"] .subscribe_form a {
  left: 21px;
  right: initial;
}

html[dir="rtl"] .blog_sidebar .single_sidebar .search_form i {
  left: 30px;
  right: initial;
}

html[dir="rtl"] .quote_post .quote_icon_2 {
  right: 50px;
  left: initial;
}

html[dir="rtl"] .quote_post .quote_icon_1 {
  right: initial;
  left: 50px;
  bottom: 10px;
}

html[dir="rtl"] .single_blog_details .quote_post .quote_icon_1 {
  bottom: -20px;
}

html[dir="rtl"] .tag_share_list h4 {
  margin-left: 8px;
  margin-right: 0;
}

html[dir="rtl"] .tag_share_list .btn_4 {
  margin-left: 0;
  margin-right: 10px;
}

html[dir="rtl"] .comment_part {
  direction: ltr;
}

html[dir="rtl"] .lp-courses-bar .search-courses button {
  left: 12px;
  right: initial;
}

html[dir="rtl"] .lp-courses-bar .switch-layout .switch-btn.list {
  margin-left: 0;
  margin-right: 3px;
}

html[dir="rtl"] .lp-courses-bar .search-courses {
  margin-right: 0;
  margin-left: 20px;
}

html[dir="rtl"] #checkout-payment .secure-connection i {
  margin-right: 0;
  margin-left: 5px;
}

html[dir="rtl"] #checkout-order .lp-checkout-order__inner {
  direction: ltr;
}

html[dir="rtl"] .lp-archive-courses .course-summary {
  direction: ltr;
}

.banner_part, .popular_courses_item, .student_review_iner, 
.course_category_item, .blog_slider, .motivation, .popular_course {
  direction: ltr;
}
.pagination{
justify-content: center;
}

/*logo*/
.sticky img.down {
  display: none;
}
img.main_sticky {
  display: none !important;
}
.sticky img.main_sticky {
  display: inherit !important;
}
/*logo end*/
.menu {
  width: 100%;
}
.menu a.logo {
  display: inline-block;
  padding: 25px 0 0;
  float: left;
  position: relative;
  z-index: 1;
}
.menu img {
  max-width: 100%;
}
.menu-mobile {
  display: none;
  padding: 20px;
}
.menu-mobile:after {
  content: "\f394";
  font-size: 2.5rem;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
}
.menu-dropdown-icon:before {
  content: "\f489";
  display: none;
  cursor: pointer;
  float: right;
  padding: 1.5em 2em;
  background: #fff;
  color: #333;
}
.menu > ul {
  list-style: none;
  position: relative;
  text-align: right; margin:0;
}
.menu > ul:before,
.menu > ul:after {
  content: "";
  display: table;
}
.menu > ul:after {
  clear: both;
}
.menu > ul > li {
  display: inline-block;
}
.menu > ul > li a {
  text-decoration: none;
  padding: 30px 28px 32px 0;
  display: block;
  color: #232323;
  font-size: 17px;
  font-weight: 400;
}
.menu > ul > li > ul {
  display: none;
  width: 100%;
  background: #fff;
  box-shadow: 0px 1px 3px rgb(0 0 0 / 30%);
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}
.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 25%;
  background: none;
  float: left;
}
.menu > ul > li > ul > li a:hover {
  color: #fff;
}
.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  box-sizing: border-box;
}
.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  padding: 2px 0;
  margin: 0;
}
.menu > ul > li > ul > li > ul > li a {
  border: 0;
  display: block;
  padding: 12px 20px;
  margin: 0;
  line-height: 1.3;
  letter-spacing: normal;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  transition: 0.5s;
  color: #333 !important;
  text-align: left;
  position: relative;
  z-index: 1;
}
.menu > ul > li > ul > li > ul > li a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  background: #0c5adb;
  z-index: -1;
  transition: 0.5s;
}

.menu > ul > li > ul > li > ul > li a:hover:before {
  height: 100%;
  top: 0;
}

.menu > ul > li > ul.normal-sub {
  width: 265px;
  left: auto; margin:0; padding:0;
}
.menu > ul > li > ul.normal-sub > li {
  width: 100%;
}
.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 10px 20px;
  font-size: 15px;
  text-align: left;
  color: #333 !important;
  position: relative;
  z-index: 1;
}

.menu > ul > li > ul.normal-sub > li a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  background: #0c5adb;
  z-index: -1;
  transition: 0.5s;
}

.menu > ul > li > ul.normal-sub > li a:hover:before {
  height: 100%;
  top: 0;
}

.menu > ul > li > ul > li > ul > li a span {
  background: #0c5adb;
  font-size: 12px;
  color: #fff;
  padding: 3px 5px 2px;
  border-radius: 5px;
}
.menu > ul > li > ul.normal-sub > li a:hover {
  color: #fff !important;
}
.menu > ul > li > ul > li > ul > li a:hover {
  color: #fff !important;
  background: transparent;
}
/*sticky*/
.sticky .menu > ul > li a {
  color: #fff;
}
/* –––––––––––––––––––––––––––––––––––––––––––––––––?Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––?*/
@media only screen and (max-width: 959px) {
  .menu-container {
    width: 100%;
  }
  .menu-container .menu {
    display: inline-block;
  }
  .menu-mobile {
    display: block;
    float: right;
    padding: 20px 20px 0;
  }
  .menu-dropdown-icon:before {
    display: block;
  }
  .menu > ul {
    display: none;
    width: 100%;
  }
  .menu > ul > li {
    width: 100%;
    float: none;
    display: block;
  }
  .menu > ul > li a {
    padding: 1.5em;
    width: 100%;
    display: block;
  }
  .menu > ul > li > ul {
    position: relative;
    padding: 0 40px;
  }
  .menu > ul > li > ul.normal-sub {
    width: 100%;
  }
  .menu > ul > li > ul > li {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .menu > ul > li > ul > li:first-child {
    margin: 0;
  }
  .menu > ul > li > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul > li > ul > li {
    float: none;
  }
  .menu .show-on-mobile {
    display: block;
  }
}

/*============================
 techno	Main Menu Area Css
==============================*/

.techno_nav_manu {
  background: #fff;
  transition: 0.5s;
  margin-bottom: 0;
  z-index: 1;
}

.techno_nav_manu .transparent_menu {
  background: transparent;
  margin-bottom: -87px;
  position: relative;
  z-index: 999;
}
.transparent_menu .menu > ul > li a {
  color: #fff;
}
.transparent_menu.up .menu > ul > li a {
  color: #232323;
}
.sticky {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  background: #00247e !important;
  transition: 0.5s;
  z-index: 999;
  -webkit-animation: 300ms running fadeInDown;
  animation: 500ms running fadeInUp;
  animation-name: slideInDown;
}
/*style two*/
.style-two.techno_nav_manu {
  background: transparent;
  transition: 0.5s;
  margin-bottom: -87px;
  z-index: 999;
  position: relative;
}
.style-two .techno_menu > ul > li > a {
  color: #fff;
  font-size: 16px;
}

.style-two .donate-btn-header {
  display: inline-block;
  margin-left: 30px;
}
.style-two a.dtbtn {
  -moz-user-select: none;
  background: #fff;
  color: #232323;
  font-size: 16px;
}
/*upper*/
.upper.style-two .donate-btn-header {
  display: inline-block;
  margin-left: 25px;
}
.upper.style-two .donate-btn-header a.seo-button {
  background: #fff;
  color: #0c5adb;
}
.upper.style-two .donate-btn-header a.seo-button:hover {
  color: #fff;
}
/*style three*/
.style-three .techno_menu > ul > li > a {
  color: #616161;
  font-size: 16px;
  font-weight: 400;
}
/*style four*/
.style-four.techno_nav_manu {
  background: #1137c8;
  height: 97px;
  z-index: 1;
}
.style-four .techno_menu > ul > li > a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
/*style end*/

a.seo-button {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  background: #0c5adb;
  color: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
a.seo-button:before {
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  background: #00247e;
  transform: scale(0);
  transition: 0.5s;
}
a.seo-button:hover:before {
  transform: scale(1);
}
a.seo-button:hover {
  color: #fff;
}
/* techno Menu Css*/
.techno_menu {
  text-align: right;
}
.techno_menu ul {
  text-align: right;
  list-style: none;
  display: inline-block;
}
.techno_menu > ul > li {
  display: inline-block;
  position: relative;
}
.techno_menu > ul > li > a {
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  color: #232323;
  font-weight: 600;
  text-transform: capitalize;
  margin: 30px 10px;
  font-size: 17px;
}
.white .techno_menu > ul > li > a {
  color: #fff;
}
.techno_menu ul li:last-child a {
  margin-right: 0px;
}
.techno_menu > ul > li.current > a {
  color: #00247e;
}
.white .techno_menu > ul > li.current > a {
  color: #fff;
}
/* sub menu style */
.techno_menu ul .sub-menu {
  position: absolute;
  left: 0;
  top: 130%;
  width: 217px;
  text-align: left;
  background: #fff;
  margin: 0;
  z-index: 1;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  border-top: 2px solid #0c5adb;
}
.techno_menu ul li:hover > .sub-menu {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 100%;
  z-index: 9;
}
.techno_menu ul .sub-menu li {
  position: relative;
}
.techno_menu ul .sub-menu li a {
  display: block;
  padding: 12px 20px;
  margin: 0;
  line-height: 1.3;
  letter-spacing: normal;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  visibility: inherit !important;
  color: #333 !important;
}
.techno_menu ul .sub-menu li:hover > a,
.techno_menu ul .sub-menu .sub-menu li:hover > a,
.techno_menu ul .sub-menu .sub-menu .sub-menu li:hover > a,
.techno_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover > a {
  background: #0c5adb;
  color: #fff !important;
}
.techno_menu ul .sub-menu li a span {
  background: #0c5adb;
  font-size: 12px;
  color: #fff;
  padding: 3px 5px 2px;
  border-radius: 5px;
}
.techno_menu ul .sub-menu li:hover > a span {
  background: #fff;
  color: #0c5adb;
}

/* sub menu 2 */
.techno_menu ul .sub-menu .sub-menu {
  left: 100%;
  top: 130%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}
.techno_menu ul .sub-menu li:hover > .sub-menu {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 0%;
}

/* sub menu 3 */
.techno_menu ul .sub-menu .sub-menu li {
  position: relative;
}
.techno_menu ul .sub-menu .sub-menu .sub-menu {
  right: 100%;
  left: auto;
  top: 130%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}
.techno_menu ul .sub-menu .sub-menu li:hover > .sub-menu {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 0%;
}

/* sub menu 4 */
.techno_menu ul .sub-menu .sub-menu .sub-menu li {
  position: relative;
}
.techno_menu ul .sub-menu .sub-menu .sub-menu .sub-menu {
}
.techno_menu ul .sub-menu .sub-menu .sub-menu li:hover > .sub-menu {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 0%;
}

.donate-btn-header {
  display: inline-block;
  margin-left: 16px;
}
a.dtbtn {
  -moz-user-select: none;
  background: #0c5adb;
  border: medium none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  margin-bottom: 0;
  padding: 10px 30px;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.5s ease 0s;
  vertical-align: middle;
  border-radius: 5px;
  border: 2px solid #0c5adb;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

a.dtbtn::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #00247e;
  z-index: -1;
  transition: 0.9s;
  opacity: 0;
}
a.dtbtn::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #00247e;
  z-index: -1;
  transition: 0.9s;
  opacity: 0;
}

a.dtbtn:hover::before {
  transform: rotateX(90deg);
  opacity: 1;
}

a.dtbtn:hover::after {
  transform: rotateY(90deg);
  opacity: 1;
}

/* a.dtbtn::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #fff;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transform: scale(0);
  transition: 0.5s;
  z-index: -1;
}

a.dtbtn:hover:after {
  transform: scale(1);
} */

a.dtbtn.up:hover {
  border: 2px solid #00247e;
  background: linear-gradient(to left, #2475fc, #1129b9 100%);
  color: #fff;
}
.techno_menu li a:hover:before {
  width: 101%;
}
.techno_nav_manu.sticky .logo_img {
  display: none;
}
.main_sticky {
  display: none;
}
.techno_nav_manu.sticky .main_sticky {
  display: inherit;
}
.techno_nav_manu.sticky .techno_menu li a {
  color: #fff;
}
.techno_nav_manu.sticky a.dtbtn {
  color: #0c5adb;
  background: #fff;
  border: 2px solid #fff;
}
.techno_nav_manu.sticky a.dtbtn:hover {
  color: #0c5adb;
}
.mobile-menu.mean-container {
  overflow: hidden;
}

/* ====== Style 2 ====== */

.style-2.techno_nav_manu {
  background: transparent;
  margin-bottom: -89px;
}

.row.tchn-bg {
  background: #fff;
  margin: 0;
}

.sticky .row.tchn-bg {
  background: #232323;
}

.style-2 .menu a.logo {
  padding: 25px 0 0 25px;
}

.style-2 .techno-icon-menu {
  display: inline-block;
  padding: 0 25px 0 0;
}

.techno-icon-menu a {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #2876ff;
  text-align: center;
  margin-right: 6px;
  font-size: 20px;
}

a.cart {
  position: relative;
  z-index: 1;
}

a.cart:after {
  position: absolute;
  content: "0";
  font-size: 11px;
  right: -6px;
  top: -10px;
  background: #0c5adb;
  color: #fff;
  width: 17px;
  height: 17px;
  line-height: 17px;
  border-radius: 50%;
  transition: 0.5s;
}

/*====================================================
--<	Techno Header Top Menu Area Css -->
======================================================*/
.header_top_menu_address_inner ul {
  list-style: none;
}
.header_top_menu_address_inner ul li {
  display: inline-block;
}
.header_top_menu_icon_inner ul {
  list-style: none;
  text-align: right;
}
.header_top_menu_icon_inner ul li {
  display: inline-block;
}
.header_top_menu_address_inner ul li a i {
  font-size: 16px;
  margin-right: 10px;
  color: #fff;
}
.header_top_menu_address_inner ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-right: 15px;
}
.header_top_menu_icon_inner ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin: 0 5px;
}

/*
<!-- ============================================================== -->
<!-- Techno - Breatcome Area Css -->
<!-- ============================================================== -->*/
.breatcome_area {
  background: url(img/slider-10.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 500px;
  position: relative;color: #fff;
}
/*.breatcome_area:before {
  position: absolute;
  content: "";
  background-image: linear-gradient(
    to right,
    rgba(12, 90, 219, 0.85),
    rgba(12, 90, 219, 0.8),
    rgba(18, 85, 194, 0.7),
    rgba(34, 86, 172, 0.75),
    rgba(38, 85, 163, 0.75)
  );
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}*/
.breatcome_title {
  text-align: center;
}
.breatcome_title_inner h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}
.breatcome_content ul li {
  display: inline-block;
}
.breatcome_content ul li a {
  color: #fff;
  opacity: 0.7;
  transition: 0.5s;
}
.breatcome_content ul li i {
  color: #fff;
  opacity: 0.7;
  padding: 0 5px;
}
.breatcome_content ul li span {
  color: #fff;
  opacity: 0.7;
}
.breatcome_content ul li a:hover {
  opacity: 1;
}
/*contact*/
.section_sub_title h6 {
  letter-spacing: 5px;
  color: #0c5adb;
  font-size: 16px;
}
.section_title.text_center {
  text-align: center;
}
.section_main_title h1,
.section_main_title h2 {
  font-weight: 800;
  margin: 0;
}
.text_left .section_main_title h1 {
  margin: 0;
  letter-spacing: -1px;
}
.section_main_title h1 span {
  color: #0c5adb;
}
.section_content_text p {
  font-size: 18px;
}
.text_center .section_content_text p {
  width: 75%;
  margin: auto;
  font-size: 19px;
}
.section_content_text.bold p {
  font-size: 22px;
  font-weight: 600;
}
.section_title.white .section_main_title h1,
.section_title.white .section_main_title h2 {
  color: #fff;
}
.section_title.white .section_sub_title h6 {
  color: #fff;
}
.section_title.white .section_content_text p {
  color: #fff;
}
/*style two*/
.section_sub_title h6 {
  letter-spacing: 0;
  color: #0c5adb;
  font-size: 16px;
}
/*odoo section content*/
.about_area.odoo .section_content_text {
  margin: 36px 0 26px;
}
.about_area.odoo .text_left .section_main_title h1 {
  font-size: 39px;
}

.section_button {
  text-align: right;
}
.phone_number h5 {
  letter-spacing: 1px;
  font-weight: 500;
  color:#fff !important;
  /* 针对 iOS Safari 的特殊处?*/
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-color: #fff;
}

.video-icon a {
  width: 75px;
  height: 75px;
  line-height: 75px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  position: relative;
  color: #0c5adb;
  -webkit-animation: ripple-white 1s linear infinite;
  animation: ripple-blue 1s linear infinite;
  -webkit-transition: 0.5s;
  background: #fff;
  font-size: 28px;
  z-index: 44;
}

@-webkit-keyframes ripple-blue {
  0% {
    -webkit-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);
    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% {
    -webkit-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);
    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);
  }
}

@keyframes ripple-blue {
  0% {
    -webkit-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);
    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% {
    -webkit-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);
    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);
  }
}


/*====================================================
--<	Techno Footer Subscribe Area Css -->
======================================================*/
.subscribe_content_title h2 {
  font-size: 32px;
  font-weight: 700;color:#fff;
}
.subscribe_form input {
  font-size: 14px;
  height: 65px;
  padding: 5px 25px;
  position: relative;
  width: 100%;
  background: #f6f6fc;
  border: 0;
  border-radius: 0;
  margin-bottom: 14px;
  margin: auto;
  border: 0;
  border-radius: 15px;
}
.subscribe_form_send button {
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: medium none;
  border-radius: 15px;
  background: #0c5adb;
  display: block;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
  margin: auto;
  padding: 15px 43px;
  position: absolute;
  right: 20px;
  top: 74%;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 22;
}
.subscribe_form_send button:hover {
  color: #fff;
}
/* Style Two*/
.style_two .row.sbc_bg_box {
  background: #0c5adb;
  border-radius: 15px;
  padding: 25px 0 55px;
  position: relative;
  margin-bottom: -140px;
  z-index: 1;
}
.style_two.tp-mg .row.sbc_bg_box {
  margin-bottom: 0;
  margin-top: -145px;
}
.style_two .subscribe_bg_box form {
  background: #fff;
  padding: 30px 40px 25px;
  border-radius: 80px;
}
.style_two .subscribe_form input {
  font-size: 14px;
  height: 65px;
  padding: 5px 25px;
  position: relative;
  width: 75%;
  background: #f6f6fc;
  border: 0;
  border-radius: 0;
  margin-bottom: 14px;
  margin: 0;
  border: 0;
  border-radius: 40px;
}
.style_two .subscribe_form_send button {
  border-radius: 40px;
  background: #0c5adb;
  font-weight: 600;
  margin: auto;
  padding: 17px 55px;
  right: 55px;
  top: 68%;
  color: #fff;
}
.style_two .subscribe_form_send button:hover {
  color: #fff;
}
/*subsctibe style three*/
.style_three .row.sbc_bg_box {
  background: url(assets/images/subcrib-bg.png);
  border-radius: 15px;
  padding: 42px 45px 50px;
  background-repeat: no-repeat;
}
/*content title*/
.style_three .subscribe_content_title h2 {
  font-size: 34px;
  font-weight: 800;
  line-height: 50px;
}
.style_three .subscribe_content_title p {
  font-size: 20px;
  padding: 6px 0 0px;
}

.subscribe_form {
  position: relative;
  z-index: 1;
}
.style_three .subscribe_form input {
  font-size: 14px;
  height: 68px;
  width: 640px !important;
  padding: 5px 25px;
  position: relative;
  width: 100%;
  background: #ffffff;
  border: 0;
  margin-bottom: 14px;
  border-radius: 10px;
}

.style_three .subscribe_form_send button {
  transition: all 0.4s ease 0s;
  border: medium none;
  border-radius: 10px;
  background: #0c5adb;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
  margin: auto;
  padding: 15px 30px;
  position: absolute;
  right: 37px;
  top: 159px;
  display: inline-block;
  transform: translateY(-50%);
  z-index: 1;
}

.subscribe-thumb {
  position: relative;
  z-index: 1;
  top: 37px;
  left: 120px;
  animation: moveLeftBounce 3s linear infinite;
}
/*animation*/
@keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/*style four*/
.upper .subscribe_form input {
  font-size: 14px;
  height: 70px;
  padding: 5px 25px;
  position: relative;
  width: 100%;
  background: #f8f9fa;
  margin-bottom: 14px;
  margin: auto;
  border: 10px solid #ffffff;
  border-radius: 10px;
}
.upper .subscribe_form_send button {
  transition: all 0.4s ease 0s;
  border: medium none;
  border-radius: 5px;
  background: #0c5adb;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  margin: auto;
  padding: 13px 28px;
  position: absolute;
  right: 12px;
  bottom: -4%;
  top: inherit;
  display: inline-block;
  transform: translateY(-50%);
  z-index: 11;
}

.pt-30 {
    padding-top: 30px;
}
.pb-30 {
    padding-bottom: 30px;
}


.em_bar {
  background: #9b50db none repeat scroll 0 0;
  height: 2px;
  margin: 0 auto 5px;
  width: 62px;
}
.text_left .em_bar {
  margin: 0;
}
.em_bar_bg {
  height: 5px;
  width: 90px;
  background: #cbbded;
  margin: 20px auto;
  position: relative;
  border-radius: 30px;
}
.em_bar_bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2.7px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #0c5adb;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}
@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}
.single_contact_now {
  background: #fff;
  padding: 25px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 30px;
}
.single_contact_now_inner {
  border: 2px solid #ddd;
  padding: 30px 20px 15px;
  border-radius: 5px;
  transition: 0.5s;
}
.single_contact_now_icon i {
  color: #0c5adb;
  font-size: 40px;
}
.single_contact_now:hover .single_contact_now_inner {
  border-color: #0c5adb;
}

.form_box input {
  width: 100%;
  height: 50px;
  padding-left: 15px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  transition: 0.5s;
}

.form_box textarea {
  width: 100%;
  background: transparent;
  padding-left: 15px;
  padding-top: 20px;
  height: 250px;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  transition: 0.5s;
}
.quote_btn button {
  background: #fff;
  border: 0;
  display: inline-block;
  text-align: center;
  padding: 14px 39px;
  border-radius: 7px;
  transition: 0.3s;
}
.quote_btn button:hover {
  background: #00247e;
  color: #fff;
}
.appointment_form_inner {
  background: #ffffff;
  padding: 70px 70px 70px 70px;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
}
.appointment_title h1 {
  text-align: center;
  font-weight: 800;
}
.appointment_form .form_box input {
  border: 1px solid #e6e6e6;
  color: #495057;
}
.appointment_form .form_box textarea {
  border: 1px solid #e6e6e6;
  color: #495057;
}
.appointment_form .quote_btn button {
  background: #0c5adb;
  color: #fff;
}
.appointment_form .form_box input:focus,
.appointment_form .form_box textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.main_contact_area .form_box input {
  border: 1px solid #e6e6e6;
  color: #495057;
  background-color: #fff;
}
.main_contact_area .form_box textarea {
  border: 1px solid #e6e6e6;
  color: #495057;
  background-color: #fff;
}
.main_contact_area .quote_btn button {
  background: #0c5adb;
  color: #fff;
}
.main_contact_area .form_box input:focus,
.main_contact_area .form_box textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.nagative_margin {
    position: relative;
    margin-top: -50px;
}
.text_center {
    text-align: center;
}

/*product*/

.site-heading {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

.site-title-tagline {
  text-transform: capitalize;
  letter-spacing: 2px;
  font-size: 28px;
  font-weight: 600;
  color: #007bff;
  position: relative;
  
}

.site-title {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 50px;
  color: #091F3C;
  margin-top: 20px;
  margin-bottom: 0;
}

.shadow-title{
  top: 50%;
  left: 50%;
  display: block;
  font-size: 150px;
  font-weight: 600;
  position: absolute;
  transform: translate(-50%, -50%);
  font-family: 'Sofia', cursive;
  color: rgba(34, 34, 34, 0.05);
}


@media all and (max-width: 992px) {
  .shadow-title {
    font-size: 100px;
  }
}

/*==================start-blog-section===============*/

.blog-section {
    padding: 10px 0 75px;
}

.blog-title h5 {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    color: rgb(255, 67, 1);
    font-family: 'Barlow', sans-serif;
}

.blog-title h1 {
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    color: rgb(7, 7, 7);
    padding: 6px 0 0px;
    font-family: 'Barlow', sans-serif;
}

.blog-title p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: rgb(97, 97, 97);
    padding: 20px 0 40px;
    font-family: 'Barlow', sans-serif;
}

.blog-single-box{
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    margin-bottom: 30px;
}

.blog-thumb{
    position: relative;
}

.blog-thumb img {
    width: 100%;
}

.blog-thumb:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: rgba(0,0,0,0.3);
    transition: .5s;
}


.blog-sub-date {
    position: relative;
}

.blog-sub-date p {
    position: absolute;
    top: -248px;
    left: 0px;
    font-size: 16px;
    font-weight: 500;
    color: rgb(254, 254, 255);
    background-color: rgb(255, 67, 1);
    padding: 15px 32px;
}

.blog-content {
    margin: 0 0 0 20px;
}

.blog-date {
    display: inline-block;
    position: relative;
}

.blog-date p {
    margin: 25px 0 0;
    font-size: 16px;
}

.blog-date p span {
    margin-right: 5px;
    color: rgb(255, 67, 1);
}

.blog-date p::after {
    position: absolute;
    content: "";
    top: 32px;
    left: 160px;
    height: 10px;
    width: 10px;
    background: #ddd;
    border-radius: 100%;
}

.blog-meta {
    display: inline-block;
}

.blog-meta p {
    margin: 0 0 0 65px;
    font-size: 16px;
}

.blog-meta p span {
    margin-right: 5px;
    color: rgb(255, 67, 1);
}

.blog-info h3 {
    margin: 7px 0 0;height:94px;
}

.blog-info h3 a {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    min-height:64px;
    display: inline-block;
    padding: 30px 0 0;
    font-family: 'Barlow', sans-serif;
}

.blog-button a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 18px 0 35px;
    transition: .5s;
}
.blog-single-box:hover .blog-thumb:before{
    width: 100%;
}

.blog-single-box:hover .blog-button a{
    color: rgb(7, 7, 7);
}

.blog-single-box:hover .blog-button a span{
    padding-left: 5px;
    transition: .5s;
}


/* Single Product Image */
.single-product-image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.single-product-image-item {
    position: relative;
    border: 1px solid #f2f2f2;
}

/* =========================
sidebar css
========================= */

.widget {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.widget .widget-title {
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
  font-size: 25px;
  color: #091F3C;
}

.widget .widget-title::before {
  position: absolute;
  content: '';
  width: 15px;
  border-bottom: 3px solid var(--lp-primary-color);
  bottom: 0;
  left: 0;
}

.widget .widget-title::after {
  position: absolute;
  content: '';
  width: 30px;
  border-bottom: 3px solid var(--lp-primary-color);
  bottom: 0;
  left: 22px;
}

.widget .search-form .form-control {
  padding: 10px 15px 10px 15px;
  border-radius: 8px;
  box-shadow: none;
}

.widget .search-form {
  position: relative;
}

.widget .search-form .form-control:focus {
  border-color: #007bff;
}

.widget .search-form button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px 18px 6px 18px;
  background: transparent;
  border: none;
  color: #007bff;
}

.widget .category-list a {
  display: block;
  padding: 10px 0;
  font-weight: 500;
  border-bottom: 1px solid #ced4da;
  transition: all .5s ease-in-out;
  color: #091F3C;
}

.widget .category-list a:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}

.widget .category-list a:hover {
  padding-left: 10px;
  color: #007bff;
}

.widget .category-list a i {
  margin-right: 5px;
  color: #007bff;
}

.widget .category-list a span {
  float: right;
}

.widget .recent-post-single {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 20px;
}

.widget .recent-post-img {
  margin-right: 20px;
}

.widget .recent-post-img img {
  width: 100px;
  border-radius: 8px;
}

.widget .recent-post-bio h6 {
  font-size: 16px;
}

.widget .recent-post-bio h6 a {
  color:#0b1c39
}



.widget .recent-post-bio span {
  font-size: 14px;
}

.widget .recent-post-bio span i {
  margin-right: 5px;
}

.widget .social-share-link a {
  width: 35px;
  height: 35px;
  line-height: 31px;
  border: 2px solid #007bff;
  color: #007bff;
  text-align: center;
  margin-right: 5px;
  border-radius: 50px;
  transition: all .5s ease-in-out;
}

.widget .social-share-link a:hover {
  background: #007bff;
  color: #fff;
}

.widget .tag-list a {
  background: #F5F7FA;
  color: #091F3C;
  padding: 5px 15px;
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: 8px;
  display: inline-block;
  transition: all .5s ease-in-out;
}

.widget .tag-list a:hover {
  background-color: #007bff;
  color: #fff;
}


.new-project {
  background: var(--lp-primary-color) !important;
}

.new-project h4 {
  color: #fff;
  margin-bottom: 30px;
}

.new-project-btn {
  background: #fff;
  color: #091F3C;
  border: none;
  padding: 10px 25px;
  border-radius: 50px;
  font-weight: 500;
  transition: all .5s ease-in-out;
}

.new-project-btn:hover {
  background: #091F3C;
  color: #fff;
}

.new-project-btn i {
  margin-left: 8px;
}

.project-single-list i {
  color: #007bff;
  margin-right: 10px;
}


/*产品详情?/

/*
<!-- ============================================================== -->
<!-- Comfy Shop Details  Css -->
<!-- ============================================================== -->*/

.shop-detials {
    padding: 50px 0 70px;
}

.tab {
    position: relative;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    /*padding: 15px 44px 15px;
    border-radius: 10px;*/
    margin-right: 15px;
	margin-left:0 !important; padding-left:0 !important;
}

.tabs {
	margin-left:0 !important; padding-left:0 !important;
}

.tabs li {
    line-height: 38px;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.tabs li a {
    background: inherit;
    color: var(--text-color-white);
    font-weight: 600;
    display: inline-block;
    outline: none;
    padding: 5px;
    transition: all 0.5s ease-in-out;
    margin-right: 20px;
    border-radius: 5px;
}

.tabs li.current:before {
    background: transparent;
    border: 0;
}

li.current a {
    border: 1px solid var(--primary-color);
}


.style-three.tab {
    position: relative;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    border: 1px solid rgba(6, 36, 98, 0.1);
    padding: 15px 44px 15px;
    border-radius: 10px;
    margin-right: 15px;
}

.tabs_item img {
    border-radius: 5px;
}

.style-three .tabs li a {
    background: inherit;
    color: var(--text-color-white);
    font-weight: 600;
    display: inline-block;
    outline: none;
    padding: 5px;
    transition: all 0.5s ease-in-out;
    margin-right: 20px;
    border-radius: 5px;
}

.style-three .tabs li:last-child a {
    margin-right: 0;
}

.style-three .tabs li.current:before {
    background: transparent;
    border: 0;
}

.style-three li.current a {
    border: 1px solid var(--primary-color);
}

/*Shop dtls Right
============================*/

.shop-dtls-info {
    /*padding-left: 30px;*/
}

.category-title h2 {
    font-size: 31px;
    font-weight: 700;
    line-height: 45px;
    padding: 0px 0 23px;
}

.category-icon-list ul li {
    list-style: none;
    display: inline-block;
    color: var(--primary-color);
    letter-spacing: .4em;
    font-size: 16px;
}

li.category-text {
    letter-spacing: 0 !important;
    color: #67686C !important;
    padding-left: 6px;
}

.category-price h1 {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: var(--primary-color);
    padding: 6px 0 19px;
}

.category-price span {
    color: #616161;
    padding-left: 14px;
    text-decoration: line-through;
}

.category-color p {
    color: #0D0E14;
    line-height: 26px;
    font-weight: 500;
    padding: 18px 0 6px;
}

.category-color span {
    color: #67686C;
    padding-left: 20px;
    position: relative;
}

.category-color span:before {
    position: absolute;
    content: ":";
    left: 4px;
    top: -3px;
}

/* --- Quantity button 
================================*/

.category-count-button {
    padding: 8px 0 30px;
}

.quantity-with_btn {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    vertical-align: middle;
}

.quantity .cart-plus-minus {
    position: relative;
    width: 170px;
    text-align: left;
    height: 54px;
    overflow: hidden;
    border-radius: 5px;
}

.quantity .cart-plus-minus>.ctnbutton {
    cursor: pointer;
    position: absolute;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    width: 38px;
    -webkit-box-align: center;
    align-items: center;
    vertical-align: middle;
    color: var(--text-color-white);
    -webkit-transition: .5s;
    transition: .5s;
    background: var(--primary-color);
}

.quantity .cart-plus-minus>.cart-plus-minus-box {
    border: 0;
    height: 54px;
    text-align: center;
    width: 170px;
    font-size: 16px;
    font-weight: 600;
    color: #062461;
    background-color: var(--text-color-white) !important;
    background: linear-gradient(90deg, var(--primary-color) 50%, transparent 0) repeat-x, linear-gradient(90deg, var(--primary-color) 50%, transparent 0) repeat-x, linear-gradient(0deg, var(--primary-color) 50%, transparent 0) repeat-y, linear-gradient(0deg, var(--primary-color) 50%, transparent 0) repeat-y;
    background-size: 6px 2px, 6px 2px, 2px 6px, 2px 7px;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    -webkit-animation: linearGradientMove 0.3s infinite linear;
    animation: linearGradientMove 0.3s infinite linear;
}

.quantity .cart-plus-minus>.ctnbutton.dec {
    top: 50%;
    left: 0%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    border-radius: 0 30px 30px 0;
}

.quantity .cart-plus-minus>.ctnbutton.inc {
    top: 50%;
    right: 0%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
    border-radius: 30px 0 0 30px;
}

@keyframes linearGradientMove {
    100% {
        background-position: 4px 0, -4px 100%, 0 -4px, 100% 4px;
    }
}

/*categories button
=========================*/
img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.category-button {
    display: inline-block;
}


.category-button a {
    padding: 13px 25px;
    font-size: 15px;
    font-weight: 500;
    background: var(--primary-color);
    border-radius: 4px;
    color: var(--text-color-white);
    display: inline-block;
    position: relative;
    z-index: 1;
}

.category-button a:before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #062461;
    border-radius: 4px;
    transition: .5s;
}

.category-button a i {
    padding-left: 10px;
    font-size: 16px;
}

.category-button a:hover:before {
    left: 0;
    width: 100%;
}

/* table
================*/

table.category-table {
    padding: 2px 0 0;
    display: inline-block;
}

table.category-table td.table-title {
    font-size: 16px;
    color: #062461;
    font-weight: 500;
}

table.category-table tr td {
    padding-right: 25px;
    padding-bottom: 12px;
}

table.category-table td.table-title {
    font-size: 16px;
    color: #0D0E14;
    font-weight: 500;
}

table.category-table td.table-text {
    color: #616161;
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 400;
}

table.category-table td.table-text:before {
    position: absolute;
    content: ":";
    left: -15px;
    top: 0;
    font-size: 20px;
    color: #0D0E14;
}

/*shop tab style
=====================*/

.appoinment-tab {
    padding: 60px 0 0;
}

.appoinment-tab .tabs li a {
    font-size: 15px;
    background: var(--text-color-white);
    border: 1px solid rgba(13, 14, 20, 0.1);
    color: #062462;
    font-weight: 500;
    display: inline-block;
    outline: none;
    padding: 9px 29px;
    transition: all 0.5s ease-in-out;
    margin-right: 20px;
    border-radius: 5px;
}

.appoinment-tab .tabs li:last-child a {
    margin-right: 0;
}

.appoinment-tab li.current a {
    background: var(--primary-color);
    color: var(--text-color-white);
}

/*tabs items table
=======================*/

table.tab-items-table {
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
}

table.tab-items-table tr {
    background: var(--text-color-white);
    height: 66px;
    border-radius: 4px;
    width: 100%;
    display: inline-block;
    padding: 20px 0 0 30px;
}

tr.tabs-bg {
    background: #F5F5F5 !important;
}

table.tab-items-table tr td {
    padding-right: 100px;
}

table.tab-items-table td.table-title {
    font-size: 16px;
    color: #062462;
    font-weight: 500;
}

table.tab-items-table td.table-text {
    color: #0d0e14;
    font-weight: 400;
}

table.tab-items-table td.table-text i {
    color: var(--primary-color) !important;
    margin-left: 10px !important;
}

/* Shop Details Product tab */


/* Single Product Image Slider */
/* ----------------------------------------------------------------------------------- */
.single-product-image-slider {
    width: 100%;
    border: 1px solid #f2f2f2;
}


.single-product-thumb-carousel .swiper-slide {
    border: 1px solid #f2f2f2;
}

.single-product-thumb-carousel .swiper-slide-thumb-active {
    border-color: var(--primary-color);
}

/* Single Product Thumbnail Carousel */
.single-product-thumb-carousel {
    width: 100%;
    padding-bottom: 2px;
}

.single-product-thumb-carousel .swiper-slide {
    border: 1px solid #f2f2f2;
}

.product-thumb-carousel-vertical .swiper-slide-thumb-active,
.single-product-thumb-carousel .swiper-slide-thumb-active {
    border-color: var(--primary-color);
}

.single-product-thumb-carousel .swiper-button-prev,
.single-product-thumb-carousel .swiper-button-next {
    width: 35px;
    height: 35px;
    border-radius: 50% !important;
    background: var(--text-color-white);
    border: var(--primary-color) 1px solid;
    color: var(--primary-color);
    transition: .5s;
    opacity: 0;
    visibility: hidden;
}

.single-product-thumb-carousel .swiper-button-next::after,
.single-product-thumb-carousel .swiper-button-prev::after {
    font-size: 16px;
}

.single-product-thumb-carousel .swiper-button-prev {
    left: 10px !important;
}

.single-product-thumb-carousel .swiper-button-next {
    right: 10px !important;
}

.single-product-thumb-carousel:hover .swiper-button-prev,
.single-product-thumb-carousel:hover .swiper-button-next {
    opacity: 1;
    visibility: visible;
}

.single-product-thumb-carousel .swiper-button-prev.swiper-button-disabled,
.single-product-thumb-carousel .swiper-button-next.swiper-button-disabled {
    opacity: 0.5;
}

.single-product-thumb-carousel .swiper-button-prev.swiper-button-disabled:hover,
.single-product-thumb-carousel .swiper-button-next.swiper-button-disabled:hover {
    color: #1F2226;
    border-color: #E5E5E5;
}

.single-product-thumb-carousel .swiper-button-prev:hover:not(.swiper-button-disabled),
.single-product-thumb-carousel .swiper-button-next:hover:not(.swiper-button-disabled) {
    color: var(--text-color-white);
    border-color: var(--primary-color);
    background-color: var(--primary-color) !important;
}


.single-product-thumb-carousel .swiper-button-prev {
    left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


.single-product-thumb-carousel .swiper-button-next {
    right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.modal-content{ border:none;}
.modal-body{ padding:0 !important}
/* Single Product Badge */
.single-product-badge-left,
.single-product-badge-right {
    position: absolute;
    z-index: 2;
    top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}

@media only screen and (max-width: 479px) {

    .single-product-badge-left,
    .single-product-badge-right {
        top: 10px;
    }
}

.single-product-badge-left {
    left: 20px;
}

@media only screen and (max-width: 479px) {
    .single-product-badge-left {
        left: 10px;
    }
}

.single-product-badge-right {
    right: 20px;
}

@media only screen and (max-width: 479px) {
    .single-product-badge-right {
        right: 10px;
    }
}

.single-product-badge-new,
.single-product-badge-sale {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    display: block;
    min-width: 60px;
    padding: 5px 15px;
    text-align: center;
    text-transform: uppercase;
    color: var(--text-color-white);
    border-radius: 50px;
    background-color: #1F2226;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {

    .single-product-badge-new,
    .single-product-badge-sale {
        font-size: 10px;
        padding: 5px 10px;
    }
}

.single-product-badge-new {
    background-color: var(--primary-color);
}


.tabs li.current:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    right: 30px;
    bottom: -7px;
    margin: auto;
    width: 23px;
    transform: rotate(45deg);
    transition: .5s;
    border: 18px solid;
    border-right-color: var(--primary-color);
    border-top-color: transparent;
    border-left-width: 0;
    border-left-color: transparent;
    border-bottom-width: 0;
}



/* ===================
about css 
====================== */

.about-area {
  position: relative;
}

.about-left {
  position: relative;
  display: block;
}

.about-img {
  position: relative;
  z-index: 1;
}

.about-img::before{
  content: "";
  position: absolute;
  background:#0c5adb;
  width: 100%;
  left: -20px;
  top: 20px;
  bottom: -20px;
  border-radius: 10px;
  z-index: -1;
}

.about-img img {
  width: 100%;
  border-radius: 10px;
}

.about-right {
  position: relative;
  display: block;
  padding-left: 30px;
}

.about-list-wrapper {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
}

.about-list {
  position: relative;
  display: block;
}

.about-list li {
  position: relative;
  padding-left: 25px;
  margin-top: 10px;
}

.about-list li::before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 6 Pro";
  color: #0c5adb;
}


@media all and (max-width: 991px) {
  .about-right {
    margin-top: 50px;
  }
}

@media all and (max-width: 767px) {
  .about-experience {
    left: -10px;
  }

  .about-img{
    margin: 20px;
  }
}


.py-120 {
  padding: 120px 0;
}


/* ===================
testimonial css 
====================== */

.testimonial-area{
  position: relative;
}

.testimonial-single {
  margin-bottom: 20px;
  background: #1A1E5D;
  
  border-radius: 10px;
  position: relative;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.testimonial-quote p {
  color: #fff;
}

.testimonial-content {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 30px;
}

.testimonial-author-img {
  margin-right: 20px;
  width: 80px;
  padding: 5px;
  border-radius: 50px;
  border: 2px dashed #0c5adb;
}

.testimonial-author-img img {
  border-radius: 50%;
}

.testimonial-author-info h4 {
  font-size: 20px;
  color: #fff;
}

.testimonial-author-info p {
  color: #0c5adb;
}

.testimonial-quote-icon {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 140px;
  opacity: .2;
}

.testimonial-area .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.testimonial-area .owl-dots .owl-dot span {
  background: #1A1E5D;
  margin: 5px;
  border-radius: 5px;
  width: 20px;
  height: 20px;
  display: inline-block;
  transition: all .5s ease-in-out;
}

.testimonial-area .owl-dots .owl-dot.active span {
  background-color: #0c5adb;
}

.testimonial-rate {
  color: #0c5adb;
  margin-bottom: 15px;
}


.pb-130 {
    padding-bottom: 130px;
}
.pt-85 {
    padding-top: 85px;
}
.bg_color {
    background: #0c5adb;
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
.mb-60 {
    margin-bottom: 60px;
}

/* Button Css */
.button a {
  background: #0c5adb;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 44;
  border-radius: 5px;
  color: #fff;
}
.button.color_two a {
  background: #00247e;
}
.button.color_two a:before {
  background: #0c5adb;
}
.button.two a {
  padding: 14px 35px;
}
.button.three a {
  background: #fff;
  padding: 14px 35px;
  color: #0c5adb;
}
.button.style-four a {
  background: transparent;
  padding: 10px 30px;
  border-radius: 30px;
  color: #0c5adb;
  border: 2px solid #0c5adb;
}
.button.style-four a:before {
  background: #0c5adb;
}
.button .active {
  background: #00247e;
  margin-left: 25px;
}
.button .active:before {
  background: #0c5adb;
}
.button a i {
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.button a:before {
  position: absolute;
  content: "";
  top: 0px;
  height: 100%;
  left: -25%;
  width: 0%;
  background: #00247e;
  transform: skew(50deg);
  transition-duration: 0.6s;
  z-index: -1;
}
.button a:hover {
  color: #fff;
}
.button a:hover:before {
  width: 180%;
}

.mt-40 {
    margin-top: 40px;
}

.section_main_title h1, .section_main_title h2 {
    font-weight: 800;
    margin: 0;font-size: 42px;
}

/*====================================================
--<	Techno Counter Area Css -->
======================================================*/
.cntr_bg_up {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 11px 11px 38px rgba(0, 0, 0, 0.2);
}
.countr_text h1 {
  font-size: 40px;
  font-weight: 800;
}
.counter_desc h5 {
  margin-top: 6px;
  color: #0c5adb;
}
.single_counter_icon i {
  font-size: 30px;
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  width: 80px;
  height: 80px;
  background: #0c5adb;
  border-radius: 100%;
  line-height: 80px;
}
.white .countr_text h1 {
  color: #fff;
}
.white .counter_desc h5 {
  color: #fff;
}
.border_bottom_lin {
  position: relative;
}
.border_bottom_lin::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  height: 90px;
  width: 3px;
  background: #0c5adb;
  content: "";
  margin: auto;
}
.single_counter_content {
  overflow: hidden;
}
.single_counter_icon_two .icon {
  float: left;
  margin-right: 20px;
  margin-top: 12px;
}
.single_counter_icon_two .icon i {
  font-size: 35px;
  background: #0c5adb;
  height: 70px;
  width: 70px;
  line-height: 70px;
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}

.pb-45 {
    padding-bottom: 45px;
}

.pt-50 {
    padding-top: 50px;
}

/*<!-- ============================================================== -->
 <!-- Maxpet Brand Two Section Start Here -->
<!-- ============================================================== -->*/
html,body {
    overflow-x: hidden;
}

@keyframes rotate {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@-webkit-keyframes shine {
  100% {
    left: 100%;
  }
}

@keyframes shine {
  100% {
    left: 100%;
  }
}

.brand-section.style2{padding: 100px 0;}
.brand2-thumb{width: 100%; padding: 0 15px; display: inline-block; position: relative; overflow: hidden;}
.brand2-thumb::before{position: absolute; top: 0; left: -100%; z-index: 2; display: block; content: ""; width: 50%; height: 100%; background: -webkit-linear-gradient( left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100% ); background: linear-gradient( to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100% ); -webkit-transform: skewX(-25deg); transform: skewX(-25deg);}
.brand2-thumb:hover::before{-webkit-animation: shine 0.75s; animation: shine 0.75s;}
.brand2-thumb img{width: 100%; border-radius: 5px;}
.brand2-content{position: absolute; top: 100%; left: 35px; opacity: 0; visibility: hidden; transition: 0.5s;}
.brand2-thumb:hover .brand2-content{position: absolute; top: 20px; visibility: visible; opacity: 1;}
.brand2-content a{color: #fff; font-size: 16px; line-height: 30px; padding: 5px 20px; background: #ff7a1f; border-radius: 5px; transition: 0.5s;}
.brand2-content a:hover{filter: hue-rotate(360deg);}

/*Shop Right 
======================*/

.row.products {
    padding-left: 80px;
}

.single-products-box {
    text-align: center;
    margin-bottom: 30px;
}

.products-thumb {
    position: relative;
    z-index: 1;
}

.products-thumb:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: rgba(6, 36, 98, 0.8);
    opacity: .8;
    transition: .5s;
    border-radius: 4px 4px 0 0;
}

.products-thumb img {
    width: 100%;
    transition: .5s;
    border-radius: 4px 4px 0 0;
}

.product-sale {
    position: absolute;
    top: 20px;
    left: 20px;
}

.product-sale span {
    padding: 4px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    background: var(--primary-color);
    color: var(--text-color-white);
    border-radius: 4px;
    display: inline-block;
}

.product-thumb-icon a {
    font-size: 20px;
    width: 46px;
    height: 46px;
    line-height: 47px;
    border-radius: 50%;
    text-align: center;
    background: var(--text-color-white);
    color: #0D0E14;
    transition: .7s;
    display: inline-block;
    position: relative;
    bottom: 40%;
    z-index: 1;
    overflow: hidden;
}

.product-thumb-icon a:before {
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    height: 100%;
    width: 0;
    border-radius: 50%;
    background: var(--primary-color);
    transition: .6s;
}

.product-thumb-icon a:nth-child(1) {
    position: absolute;
    left: 0;
    opacity: 0;
}

.product-thumb-icon a:nth-child(2) {
    position: absolute;
    right: 0;
    opacity: 0;
}


.product-item-title h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    padding: 20px 0 30px;
}

.product-content {
    padding: 23px 0 6px;
    border: 1px solid rgba(6, 36, 98, 0.1);
    border-top: 0;
    border-radius: 0 0 4px 4px;
}
.product-title {min-height:50px;
}
.product-title h2 {
    font-size: 18px;
    font-weight: 600;
    color: #062462;
    line-height: 24px;
    margin-top: 8px;min-height:50px; margin-bottom:18px
}

.product-thumb-icon a:hover {
    color: var(--text-color-white);
}

.product-thumb-icon a:hover:before {
    left: 0;
    width: 100%;
}

.single-products-box:hover .products-thumb:before {
    height: 100%;
    top: 0;
}

.single-products-box:hover .product-thumb-icon a:nth-child(1) {
    opacity: 1;
    left: 30%;
}

.single-products-box:hover .product-thumb-icon a:nth-child(2) {
    opacity: 1;
    right: 30%;
}

/* ===================
theme button
====================== */

.theme-btn {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  padding: 13px 6px 13px 25px;
  transition: all 0.5s;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  text-align: center;
  border: none;
  border-radius: 8px;
  background: #0c5adb;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.theme-btn:hover {
  background: #1A1E5D;
  color: #fff;
}

.theme-btn i {
  margin-left: 8px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #1A1E5D;
  border-radius: 50px;
  display: inline-block;
}

.theme-btn:hover i{
  background: #0c5adb;
}

@media only screen and (min-width: 320px) and (max-width: 599px) {
 .appointment_form_inner {
    padding: 35px !important;
  }
  .appointment_title h1 {
    font-size: 35px;
  }
}


@media only screen and (min-width: 320px) and (max-width: 599px) {
    .about-section {
        background-position: bottom;
    }
    .about-thumb { display:none;}
}
/*index*/


	/*页面宽屏*/
    /*.elementor-section{ padding-bottom:60px; overflow:hidden;}*/
	.e-con{--container-max-width:1400px;}
	.elementor-widget:not(:last-child){margin-block-end:20px;}
	.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}
	h1.entry-title{display:var(--page-title-display);}
	@media(max-width:1024px){
		.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}
		.e-con{--container-max-width:1024px;}
	}
	@media(max-width:767px){
		.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}
		.e-con{--container-max-width:767px;}
	}



.elementor-23 .elementor-element.elementor-element-92a6dd3 {
	padding: 60px 0px 60px 0px;
}
.elementor-23 .elementor-element.elementor-element-5e90961 .elementskit-infobox {
	padding: 0px 0px 0px 0px;
	border-style: none;
	border-radius: 0px 0px 0px 0px;
}

.elementskit-infobox .elementskit-info-box-title {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	font-size: 16px;
}

.elementskit-infobox:hover .elementskit-info-box-title {
	color: var( --e-global-color-primary );
}
.elementskit-infobox:hover .box-body > p {
	color: #656565;
}

.elementskit-infobox p {
	margin: 0px 0px 0px 0px;
}

.elementskit-info-box-icon {
	color: #656565;
	fill: #656565;
}

.elementskit-infobox:hover .elementskit-info-box-icon {
	color: var( --e-global-color-primary );
	fill: var( --e-global-color-primary );
}

.elementskit-infobox .elementskit-info-box-icon {
	font-size: 40px;
	transform: rotate(0deg);
}

 .elementskit-infobox {
	padding: 0px 0px 0px 0px !important;
	border-style: none;
	border-radius: 0px 0px 0px 0px ;
}


.elementor-23 .elementor-element.elementor-element-839baa9 .elementskit-infobox .elementskit-info-box-icon,.elementor-23 .elementor-element.elementor-element-a9b560f .elementskit-infobox .elementskit-info-box-icon,.elementor-23 .elementor-element.elementor-element-2107d6e .elementskit-infobox .elementskit-info-box-icon,.elementor-23 .elementor-element.elementor-element-d1f486e .elementskit-infobox .elementskit-info-box-icon {
	font-size: 40px;
	padding: 8px 0px 8px 0px;
	transform: rotate(0deg);
}


.elementskit-infobox .box-body > p {
	color: #656565;
	font-family: "Arial", Sans-serif;
	font-size: 12px;
}
.elementor-23 .elementor-element.elementor-element-f3d6a8f {
	padding: 50px 0px 50px 0px;
}
.elementor-bc-flex-widget .elementor-23 .elementor-element.elementor-element-6081802.elementor-column .elementor-widget-wrap {
	align-items: space-between;
}

.elementor-23 .elementor-element.elementor-element-6081802.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
	align-content: space-between;
	align-items: space-between;
}

.elementor-23 .elementor-element.elementor-element-6081802 > .elementor-element-populated {
	padding: 0px 0px 0px 0px;
}
.elementor-23 .elementor-element.elementor-element-0f4f007 {
	margin-top: 0px;
	margin-bottom: 1px;
	padding: 0px 0px 0px 0px;
}

.elementor-23 .elementor-element.elementor-element-694c028:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-23 .elementor-element.elementor-element-694c028 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-image: url("../images/001.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.elementor-23 .elementor-element.elementor-element-694c028.elementor-column > .elementor-widget-wrap {
	justify-content: center;
}
.elementor-element-populated {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin: 0px 2px 0px 0px;
	--e-column-margin-right: 2px;
	--e-column-margin-left: 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-23 .elementor-element.elementor-element-7f95ef7 > .elementor-widget-container {
	margin: 0px 2px 0px 2px;
	padding: 0px 0px 0px 0px;
}
.elementor-23 .elementor-element.elementor-element-7f95ef7 .ekit_image_caption_title {
	margin: 0px 0px 0px 0px;
}
.ekit_image_caption_description {
	margin: 10px 0px 8px 0px !important;
}

.elementor-23 .elementor-element.elementor-element-e232ddd:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-23 .elementor-element.elementor-element-e232ddd > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-image: url("../images/002.jpg");
	background-position: center center;
	background-size: cover;
}


.elementor-23 .elementor-element.elementor-element-87b6abe .ekit_image_caption_title {
	margin: 0px 0px 0px 0px;
}


.elementor-column-gap-custom .elementor-column > .elementor-element-populated {
	padding: 2px;
}

.elementor-23 .elementor-element.elementor-element-f9f41a9 {
	margin-top: 1px;
	margin-bottom: 0px;
}

.elementor-23 .elementor-element.elementor-element-b0a4597:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-23 .elementor-element.elementor-element-b0a4597 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-image: url("../images/003.jpg");
	background-position: center center;
	background-size: cover;
}


.elementor-23 .elementor-element.elementor-element-29c3056 .ekit_image_caption_title {
	margin: 0px 0px 0px 0px;
}

.elementor-23 .elementor-element.elementor-element-935c70d:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-23 .elementor-element.elementor-element-935c70d > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-image: url("../images/004-1.jpg");
	background-position: center center;
	background-size: cover;
}

.elementor-23 .elementor-element.elementor-element-2d0e989 .ekit_image_caption_title {
	margin: 0px 0px 0px 0px;
}

.elementor-23 .elementor-element.elementor-element-2f7a7ad:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-23 .elementor-element.elementor-element-2f7a7ad > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-image: url("../images/005.jpg");
	background-position: center center;
	background-size: cover;
}

.elementor-23 .elementor-element.elementor-element-2f7a7ad > .elementor-element-populated {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin: 0px 0px 0px 0px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-23 .elementor-element.elementor-element-db987e7 {
	padding: 50px 0px 50px 0px;
}


.elementor-bc-flex-widget .elementor-23 .elementor-element.elementor-element-95973e9.elementor-column .elementor-widget-wrap {
	align-items: space-between;
}

.elementor-23 .elementor-element.elementor-element-95973e9.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
	align-content: space-between;
	align-items: space-between;
}

.elementor-23 .elementor-element.elementor-element-95973e9 > .elementor-element-populated {
	padding: 0px 0px 0px 0px;
}

.elementor-23 .elementor-element.elementor-element-dc7e8b7 > .elementor-container > .elementor-column > .elementor-widget-wrap {
	align-content: center;
	align-items: center;
}

.elementor-23 .elementor-element.elementor-element-dc7e8b7 {
	margin-top: 0px;
	margin-bottom: 1px;
	padding: 0px 0px 0px 0px;
}

.elementor-23 .elementor-element.elementor-element-808a6d9:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-23 .elementor-element.elementor-element-808a6d9 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-image: url("../images/001.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.elementor-23 .elementor-element.elementor-element-808a6d9.elementor-column > .elementor-widget-wrap {
	justify-content: center;
}

.elementor-23 .elementor-element.elementor-element-a2c0a7f > .elementor-widget-container {
	margin: 0px 2px 0px 2px;
	padding: 0px 0px 0px 0px;
}

.elementor-23 .elementor-element.elementor-element-a2c0a7f .ekit_image_caption_title {
	margin: 0px 0px 0px 0px;
}
.elementor-23 .elementor-element.elementor-element-796344b:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-23 .elementor-element.elementor-element-796344b > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-image: url("../images/002.jpg");
	background-position: center center;
	background-size: cover;
}

.elementor-23 .elementor-element.elementor-element-287c77e .ekit_image_caption_title {
	margin: 0px 0px 0px 0px;
}
.elementor-23 .elementor-element.elementor-element-1101868 > .elementor-container > .elementor-column > .elementor-widget-wrap {
	align-content: center;
	align-items: center;
}


.elementor-23 .elementor-element.elementor-element-1101868 {
	margin-top: 1px;
	margin-bottom: 0px;
}

.elementor-23 .elementor-element.elementor-element-02408e7:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-23 .elementor-element.elementor-element-02408e7 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-image: url("../images/003.jpg");
	background-position: center center;
	background-size: cover;
}
.elementor-23 .elementor-element.elementor-element-ea657bf .ekit_image_caption_title {
	margin: 0px 0px 0px 0px;
}
.elementor-23 .elementor-element.elementor-element-8beb1cc:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-23 .elementor-element.elementor-element-8beb1cc > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-image: url("../images/004.jpg");
	background-position: center center;
	background-size: cover;
}


.elementor-23 .elementor-element.elementor-element-a29d678 .ekit_image_caption_title {
	margin: 0px 0px 0px 0px;
}
.elementor-23 .elementor-element.elementor-element-63969a9:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-23 .elementor-element.elementor-element-63969a9 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-image: url("../images/005.jpg");
	background-position: center center;
	background-size: cover;
}

.elementor-23 .elementor-element.elementor-element-63969a9 > .elementor-element-populated {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin: 2px 0px 0px 0px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-23 .elementor-element.elementor-element-699411a {
	padding: 50px 0px 50px 0px;
}


.elementor-bc-flex-widget .elementor-23 .elementor-element.elementor-element-5522f50.elementor-column .elementor-widget-wrap {
	align-items: space-between;
}

.elementor-23 .elementor-element.elementor-element-5522f50.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
	align-content: space-between;
	align-items: space-between;
}

.elementor-23 .elementor-element.elementor-element-5522f50 > .elementor-element-populated {
	padding: 0px 0px 0px 0px;
}

.elementor-23 .elementor-element.elementor-element-dd4fbd8 > .elementor-container > .elementor-column > .elementor-widget-wrap {
	align-content: center;
	align-items: center;
}


.elementor-23 .elementor-element.elementor-element-dd4fbd8 {
	margin-top: 0px;
	margin-bottom: 1px;
	padding: 0px 0px 0px 0px;
}

.elementor-23 .elementor-element.elementor-element-a605ee5:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-23 .elementor-element.elementor-element-a605ee5 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-image: url("../images/001.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.elementor-23 .elementor-element.elementor-element-a605ee5.elementor-column > .elementor-widget-wrap {
	justify-content: center;
}
.elementor-23 .elementor-element.elementor-element-ef6e812 > .elementor-widget-container {
	margin: 0px 2px 0px 2px;
	padding: 0px 0px 0px 0px;
}

.elementor-23 .elementor-element.elementor-element-ef6e812 .ekit_image_caption_title, .elementor-23 .elementor-element.elementor-element-ef6e812 .ekit_image_caption_title_show {
	font-family: "Roboto", Sans-serif;
	font-weight: 400;
}

.elementor-23 .elementor-element.elementor-element-ef6e812 .ekit_image_caption_title {
	margin: 0px 0px 0px 0px;
}
.elementor-23 .elementor-element.elementor-element-297a68c:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-23 .elementor-element.elementor-element-297a68c > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-image: url("../images/002.jpg");
	background-position: center center;
	background-size: cover;
}


.elementor-23 .elementor-element.elementor-element-12cb71a .ekit_image_caption_title {
	margin: 0px 0px 0px 0px;
}

.elementor-23 .elementor-element.elementor-element-f3df5f9 > .elementor-container > .elementor-column > .elementor-widget-wrap {
	align-content: center;
	align-items: center;
}


.elementor-23 .elementor-element.elementor-element-f3df5f9 {
	margin-top: 1px;
	margin-bottom: 0px;
}

.elementor-23 .elementor-element.elementor-element-9ae176f:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-23 .elementor-element.elementor-element-9ae176f > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-image: url("../images/003.jpg");
	background-position: center center;
	background-size: cover;
}

.elementor-23 .elementor-element.elementor-element-979a37f .ekit_image_caption_title {
	margin: 0px 0px 0px 0px;
}

.elementor-23 .elementor-element.elementor-element-caf8a78:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-23 .elementor-element.elementor-element-caf8a78 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-image: url("../images/004.jpg");
	background-position: center center;
	background-size: cover;
}

.elementor-23 .elementor-element.elementor-element-77895c5 .ekit_image_caption_title {
	margin: 0px 0px 0px 0px;
}
.elementor-23 .elementor-element.elementor-element-670dd3b:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-23 .elementor-element.elementor-element-670dd3b > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-image: url("../images/005.jpg");
	background-position: center center;
	background-size: cover;
}

.elementor-element-populated >  .elementor-background-overlay {
	background-color: #000000;
	opacity: 0.5;
}

.elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
	margin-bottom: 0px;
}

.elementor-23 .elementor-element.elementor-element-670dd3b > .elementor-element-populated {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	margin: 2px 0px 0px 0px;
	--e-column-margin-right: 0px;
	--e-column-margin-left: 0px;
	padding: 0px 0px 0px 0px;
}

.elementor-element-populated > .elementor-background-overlay {
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.ekit_image_caption_title {
	margin: -350px 150px 0px 0px;
}

 .ekit-wid-con .ekit_image_hover > img {
	opacity: 0;
}

.elementor-widget-image-gallery .gallery-item .gallery-caption {
	font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
	font-weight: var( --e-global-typography-accent-font-weight );
}
@media(min-width:768px) {
	.elementor-23 .elementor-element.elementor-element-e232ddd,.elementor-23 .elementor-element.elementor-element-b0a4597,.elementor-23 .elementor-element.elementor-element-796344b,.elementor-23 .elementor-element.elementor-element-02408e7,.elementor-23 .elementor-element.elementor-element-297a68c,.elementor-23 .elementor-element.elementor-element-9ae176f {
		width: 55%;
	}

	.elementor-23 .elementor-element.elementor-element-95973e9,.elementor-23 .elementor-element.elementor-element-5522f50,.elementor-23 .elementor-element.elementor-element-6081802 {
		width: 65%;
	}
	.elementor-23 .elementor-element.elementor-element-8beb1cc,.elementor-23 .elementor-element.elementor-element-a605ee5,.elementor-23 .elementor-element.elementor-element-caf8a78,.elementor-23 .elementor-element.elementor-element-935c70d,.elementor-23 .elementor-element.elementor-element-808a6d9,.elementor-23 .elementor-element.elementor-element-694c028 {
		width: 45%;
	}

	.elementor-23 .elementor-element.elementor-element-63969a9,.elementor-23 .elementor-element.elementor-element-670dd3b,.elementor-23 .elementor-element.elementor-element-2f7a7ad {
		width: 35%;
	}
}

@media(max-width:1024px) {
	.elementor-23 .elementor-element.elementor-element-db987e7 {
		padding: 40px 0px 0px 0px;
	}

	.elementor-23 .elementor-element.elementor-element-8823a75,.elementor-23 .elementor-element.elementor-element-f5e65e2 {
		margin-top: 0px;
		margin-bottom: 50px;
	}

	.ekit_image_caption_title,.ekit_image_caption_description,.ekit-wid-con .ekit_image_caption {
		margin: 0px 0px 0px 0px !important;
	}

	.ekit_image_caption_title,ekit_image_caption_title_show {
		font-size: 24px;
	}

	.elementor-23 .elementor-element.elementor-element-8beb1cc:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-23 .elementor-element.elementor-element-8beb1cc > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
		background-image: url("../images/004-1.jpg");
	}
	.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
		align-content: center;
		align-items: center;
	}

	.elementor-23 .elementor-element.elementor-element-63969a9 > .elementor-element-populated {
		margin: 0px 0px 0px 0px;
		--e-column-margin-right: 0px;
		--e-column-margin-left: 0px;
	}
	.elementor-column .elementor-widget-wrap {
		align-items: center;
	}
}

@media(max-width:767px) {
     .call_do_action .section_title {
    text-align: center;
  }
  .call_do_action .single-video {
    text-align: center;
    margin-top: 30px !important;
  }
  .counter_area .nagative_margin {
    margin-top: 0 !important;
  }
  .counter_area {
    padding-top: 100px;
  }
  .countr_text h1 {
    font-size: 32px !important;
  }
  
  .call_do_action .section_main_title h1,
  .section_main_title h2 {
    font-size: 19px;
    font-weight: 600;
  }
	.elementor-23 .elementor-element.elementor-element-92a6dd3 {
		padding: 2px 2px 2px 2px;
	}

	.elementor-23 .elementor-element.elementor-element-b664fad {
		width: 20%;
	}

	.elementskit-infobox .elementskit-box-header .elementskit-info-box-icon,.ekit_image_caption_title,.ekit_image_caption_description {
		margin: 0px 0px 0px 0px;
	}

	.elementor-23 .elementor-element.elementor-element-c88f199,.elementor-23 .elementor-element.elementor-element-fab8482,.elementor-23 .elementor-element.elementor-element-24caf61 ,.elementor-23 .elementor-element.elementor-element-b4d9e36 {
		width: 20%;
	}

	.elementskit-infobox .elementskit-info-box-title {
		font-size: 14px;
	}

	.elementor-23 .elementor-element.elementor-element-699411a {
		padding: 50px 0px 0px 0px;
	}

	.elementor-23 .elementor-element.elementor-element-a605ee5,.elementor-23 .elementor-element.elementor-element-297a68c,.elementor-23 .elementor-element.elementor-element-9ae176f,.elementor-23 .elementor-element.elementor-element-caf8a78 {
		width: 50%;
	}

	.elementor-23 .elementor-element.elementor-element-caf8a78:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-23 .elementor-element.elementor-element-caf8a78 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer {
		background-image: url("../images/004-1.jpg");
	}
	.elementor-column .elementor-widget-wrap {
		align-items: center;
	}

	.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
		align-content: center;
		align-items: center;
	}

	.ekit_image_caption_title, .ekit_image_caption_title_show {
		font-size: 18px;
	}

	.elementor-23 .elementor-element.elementor-element-670dd3b > .elementor-element-populated {
		margin: 2px 2px 0px 0px;
		--e-column-margin-right: 2px;
		--e-column-margin-left: 0px;
	}

	ekit-wid-con .ekit_image_caption {
		padding: 0px 0px 0px 0px;
	}

}

.image img {
    height: 300px !important;
    object-fit: cover;
}
.image {
    height: 260px;
    object-fit: cover;
}
.box4 {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-content: center;
    
}
.box4 img {
    height: 528px !important
}
.image img {
    height: 300px !important;
    object-fit: cover;
}
.image {
    height: 260px;
    object-fit: cover;
}
.box4 {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-content: center;
    
}
.box4 img {
    height: 528px !important
}
.image img {
    height: 300px !important;
    object-fit: cover;
}
.image {
    height: 260px;
    object-fit: cover;
}
.box1 {
    overflow: hidden
}
.box4 {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-content: center;
    
}
.box4 img {
    height: 528px !important
}


.elementskit-info-box-icon  img{ max-width:40px; max-height:40px; overflow:hidden;}

.single_contact_now_icon img{ width:40px;}

@media only screen and (min-width: 320px) and (max-width: 599px) {
  .header_top_menu {
    display: none;
  }
  .owl-prev,
  .owl-next {
    display: none;
  }
  .slider_text_inner h1 {
    font-size: 25px !important;
  }
  .slider_text_inner h5 {
    font-size: 14px !important;
  }
  .slider1,
  .slider2 {
    height: 600px !important;
  }
  .slider-video {
    display: none;
  }
  .button .active {
    display: none;
  }
  .single_about_shape_thumb {
    display: none;
  }
  .section_main_title h1,
  .section_main_title h2 {
    font-size: 26px;
  }
  .single_it_work_content_text p {
    font-size: 15px;
  }

  .team_area .button.two {
    display: none;
  }
  .single_it_work_content_list::before {
    display: none;
  }
  .single_it_work {
    margin-bottom: 60px !important;
  }
  .call_do_action .section_title {
    text-align: center;
  }
  .call_do_action .single-video {
    text-align: center;
    margin-top: 30px !important;
  }
  .counter_area .nagative_margin {
    margin-top: 0 !important;
  }
  .counter_area {
    padding-top: 100px;
  }
  .countr_text h1 {
    font-size: 32px !important;
  }
  .blog_area .button.two {
    display: none !important;
  }
  .subscribe_form_send button {
    padding: 15px 29px !important;
    top: 79% !important;
  }
  .footer-bottom-content-copy p {
    text-align: center !important;
  }
  .footer-bottom-right-text {
    text-align: center !important;
    padding-bottom: 16px;
  }
  .recent-post-item {
    margin-top: 7px !important;
  }
  .em-nivo-slider-wrapper:hover .nivo-nextNav {
    right: -30px !important;
  }
  .em-nivo-slider-wrapper .nivo-directionNav .nivo-prevNav {
    margin-left: -50px !important;
  }
  .em-slider-sub-title {
    display: none;
  }
  .text-center .em-slider-descript {
    display: none;
  }
  .em-slider-main-title {
    font-size: 45px !important;
  }
  .em-nav-slider-title-center {
    font-size: 25px !important;
  }
  .em-button-button-area a {
    display: none !important;
  }
  .em-nivo-slider-wrapper .nivo-directionNav a {
    height: 55px !important;
    width: 28px !important;
    line-height: 54px !important;
    font-size: 30px !important;
  }
  .single_slider_shape_image img {
    display: none;
  }
  .single_slider_rot_inner {
    display: none;
  }
  .slider3 {
    height: 650px !important;
  }
  .slider_text_desc p {
    width: 89% !important;
  }
  .slider_text_desc p {
    width: 100% !important;
    font-size: 15px;
  }
  .video_shape {
    display: none;
  }
  .video_thumb {
    margin: 0 !important;
    padding-bottom: 80px;
  }
  .main_video {
    margin-top: -130px !important;
  }
  .service_style_two_title h4 {
    font-size: 22px;
  }
  .nav-tabs .nav-link {
    font-size: 18px !important;
    margin-bottom: 9px;
  }
  .single_slider_shape_image {
    display: none;
  }
  #section-quote .container-pe-quote.right {
    display: none;
  }
  #section-quote .container-pe-quote.left {
    display: none;
  }
  .testimonial-bg {
    padding-bottom: 0 !important;
  }
  .nagative_margin3 {
    margin-top: 0 !important;
    padding-top: 70px;
  }
  .feature_style_three:hover .feature_style_tree_content {
    bottom: 15px !important;
  }
  .feature_style_three_title h4 {
    font-size: 18px;
  }
  .section_button {
    display: none;
  }
  .techno_flipbox .techno_flipbox_font,
  .techno_flipbox .techno_flipbox_back {
    min-height: 280px !important;
  }
  .it_work_style_two .techno_flipbox .techno_flipbox_font,
  .it_work_style_two .techno_flipbox .techno_flipbox_back {
    min-height: 350px !important;
  }
  .slider_area .appointment {
    display: none;
  }
  .button a {
    padding: 12px 22px !important;
    font-size: 15px !important;
  }
  .appointment .slider_button {
    margin: 0 !important;
    margin-top: 30px !important;
  }
  .appointment .slider_text_inner h1 {
    font-size: 32px !important;
  }
  .headingh_experience_number h1 {
    float: none !important;
  }
  .heading_experience_title h2 {
    font-size: 30px !important;
  }
  .service_area {
    padding-bottom: 70px !important;
  }
  .left .single_service_brg_thumb {
    display: none;
  }
  .left .single_service_inner_thumb {
    margin-top: 0 !important;
    margin-left: 0 !important;
    text-align: center;
  }
  .right .single_service_brg_thumb {
    display: none;
  }
  .right .single_service_inner_thumb {
    margin-top: 0 !important;
    margin-left: 0 !important;
    text-align: center;
  }
  .appointment_form_inner {
    padding: 35px !important;
  }
  .appointment_title h1 {
    font-size: 35px;
  }
  .call_do_action {
    padding-bottom: 70px !important;
  }
  .choose_us .techno_flipbox .techno_flipbox_font,
  .choose_us .techno_flipbox .techno_flipbox_back {
    min-height: 400px !important;
  }
  .choose_content_text_lft {
    overflow: hidden;
  }
  .single_banner_thumb {
    display: none;
  }
  .banner_area .data_science_video_inner {
    left: 62% !important;
  }
  .banner_text_content h1 {
    font-size: 35px !important;
  }
  .banner1 {
    height: 650px !important;
  }
  .about_shape_thumb {
    bottom: 37px !important;
    right: 78px !important;
  }
  .service_style_nine_content h4 {
    font-size: 21px;
  }
  .testimonial_style_three_thumb {
    width: 30%;
  }
  .testimonial_style_three_content {
    padding: 10px 0 0 !important;
  }
  .testimonial_style_three_content::before {
    left: -79px !important;
    width: 145% !important;
  }
  .testimonial_style_three_text p {
    font-size: 17px !important;
  }
  .testimonial_style_three_title h4 {
    font-size: 19px;
  }
  .testimonial_style_three_quote {
    margin-top: 10px !important;
  }
  .style_two .subscribe_bg_box form {
    padding: 30px 15px 25px !important;
    border-radius: 20px !important;
  }
  .style_two .subscribe_form_send button {
    padding: 17px 25px !important;
    right: 26px !important;
    top: 73% !important;
  }
  .footer_middle_social_icon a {
    margin: 7px 5px !important;
  }
  .pricing_style_four_body ul li {
    font-size: 16px !important;
  }
  .banner2 {
    height: 700px !important;
  }
  .banner2 .banner_text_content h1 {
    font-size: 25px !important;
  }
  .banner2 .banner_text_content.white h5 {
    font-size: 18px;
  }
  .banner3 .banner_text_content h1 {
    font-size: 32px !important;
  }
  .software_shape_thumb {
    display: none;
  }
  .tp-caption a {
    display: none !important;
  }
  .slider13 .slider_text_inner p,
  .slider14 .slider_text_inner p {
    width: 100% !important;
  }
  .section_sub_title h6 {
    letter-spacing: 1px !important;
  }
  .about_area.odoo .text_left .section_main_title h1 {
    font-size: 24px !important;
  }
  .flipbox_area.odoo .section_title.white .section_main_title h1,
  .section_title.white .section_main_title h2 {
    font-size: 26px !important;
  }
  .erp_area .text_left .section_main_title h1 {
    font-size: 33px !important;
  }
  .single_erp_thumb_inner img {
    width: 100%;
  }
  .single_erp_thumb_inner {
    position: relative;
    top: 56px;
  }
  .odoo_contact_section .row.upper {
    padding: 40px 9px 40px 9px !important;
  }
  .odoo_contact_section .quote_wrapper {
    padding: 32px 22px 9px !important;
  }
  /*slider15*/
  .slider15 .hero_section_thumb {
    top: 256px;
  }
  .hero-main-thumb img {
    width: 100%;
  }
  .slider15 {
    height: 777px;
    padding-bottom: 405px;
  }
  .slider15 .em-hero-inner-thumb1 img {
    width: 68%;
  }
  .hero_section_thumb {
    top: 249px;
  }
  .em-hero-inner-thumb1 {
    right: 112px;
  }
  .em-hero-inner-thumb4 {
    bottom: 0;
  }
  .em-hero-inner-thumb2 {
    right: -20px;
  }
  .slider15 .em-hero-inner-shape1 {
    right: -118px;
    bottom: -69px;
  }
  .slider15 .em-hero-inner-shape1 img {
    width: 70%;
  }
  .upper.section_main_title h1 {
    font-size: 21px !important;
    line-height: 27px;
  }
  .em-feature-title h2 {
    font-size: 19px;
  }
  .em-feature-title p {
    font-size: 11px;
    line-height: 20px;
  }
  .happy-client-title p {
    font-size: 14px;
  }
  .brand-thumb img {
    width: 30%;
  }
  .brand-thumb {
    text-align: center;
    margin-bottom: 30px;
  }
  .em-about-title2 h3 {
    font-size: 18px;
  }
  .upper.section_content_text p {
    font-size: 15px;
    width: 100%;
  }
  .em-service-title h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .em-service-text p {
    font-size: 13px;
  }
  .why-choose-us-thumb img {
    width: 100%;
  }
  .call-do-action-title h1 {
    font-size: 21px;
    line-height: 21px;
  }
  .call-button a {
    padding: 10px 22px;
    font-size: 15px;
    margin-top: 30px;
  }
  .call-do-thumb3 {
    top: -69px;
  }
  .call-do-thumb {
    bottom: 136px;
  }
  .style-four .portfolio_nav ul li {
    font-size: 12px;
    padding: 7px 13px;
    margin: 8px 3px;
  }
  .style-four .single_portfolio_content_inner h2 a {
    font-size: 18px;
  }
  .style-four .port-icon-title p {
    font-size: 15px;
  }
  .testimonial-thumb img {
    width: 100%;
  }
  .testimonial-single-box1 {
    top: -75px;
    left: 19px;
  }
  .em-testimonial-title h6 {
    font-size: 17px;
    line-height: 26px;
    margin: 0;
  }
  .em-testimonial-title p {
    font-size: 13px;
  }
  .em-blog-title h2 a {
    font-size: 18px;
  }
  .em-blog-text p {
    padding: 10px 0 18px;
    font-size: 13px;
  }
  .blog-button {
    text-align: left;
    padding: 6px 46px 0;
  }
  .style_three .subscribe_content_title h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .style_three .subscribe_content_title p {
    font-size: 14px;
    padding: 6px 0 0px;
  }
  .style_three .subscribe_form input {
    width: 268px !important;
    height: 55px;
  }
  .style_three .row.sbc_bg_box {
    padding: 42px 16px 50px;
  }
  .subscribe_form_send button {
    padding: 10px 15px !important;
    top: 76% !important;
    right: 21px !important;
    font-size: 13px;
  }

  a.social-icon-color {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  a.social-icon-color1 {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  a.social-icon-color2 {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  a.social-icon-color3 {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .recent-post-image {
    float: inherit;
  }

  .upper.widgets-company-info {
    padding-left: 0;
  }

  .widget-title {
    padding-top: 30px;
  }
  .feature-area .em-feature-single-box {
    padding: 23px 22px 40px;
  }
  .about_area .single_about_thumb {
    left: 0;
  }
  .about_area .em-about-thmub-inner2 {
    display: none;
  }
  .about_area .em-about-thmub-inner1 img {
    width: 78%;
  }
  .why-choose-us .why-choose-us-thumb {
    left: 0;
  }
  .call-do-action .call-do-thumb1 {
    left: -77px;
  }
  .call-do-action .call-do-thumb1 img {
    width: 73%;
  }
  /*slider16*/
  .slider16 {
    text-align: center;
  }
  .slider16 .slider_text_inner h1 {
    font-size: 20px !important;
    line-height: 32px;
  }
  .slider16 .slider_text_inner h5 {
    font-size: 12px !important;
  }
  .slider16 .slider_text_inner p {
    font-size: 14px;
  }
  .upper .subscribe_form input {
    padding: 5px 16px;
  }
  .slider16 .slider_text_inner h5:before {
    left: 32px;
    top: 6px;
  }
  .hero_section_thumb {
    top: 100px;
  }
  .em-hero-inner-thumb img {
    width: 81%;
  }
  .upper .subscribe_form_send button {
    display: none;
  }
  .single_about_thumb_inner1 img {
    width: 100%;
  }
  .style-three.about_area {
    text-align: center;
  }
  .single_about_thumb {
    left: 0;
  }
  .section_sub_title1 h6 {
    font-size: 12px;
  }
  .section_main_title1 h1 {
    font-size: 26px;
    line-height: 33px;
  }
  .abou-button2 a {
    padding: 12px 30px;
    font-size: 14px;
  }
  .service-area.style-four {
    text-align: center;
  }
  .upper.section_sub_title1 h6 {
    font-size: 14px;
  }
  .upper.section_sub_title1 h6:before {
    left: 74px;
    top: 7px;
  }
  .section_content_text2 p {
    font-size: 14px;
  }
  .abou-button2 a {
    padding: 10px 28px;
    font-size: 13px;
  }
  .section_content_text1 p {
    font-size: 13px;
  }
  .em-service-text1 p {
    font-size: 13px;
  }
  .why-choose-us.style-two {
    text-align: center;
  }
  .choose-icon-text p {
    font-size: 14px;
  }
  .why-choose-main-thumb {
    top: 35px;
  }
  .why-choose-shape-thumb img {
    width: 54%;
  }
  .techno-seo-title h3 {
    font-size: 22px;
  }
  .techno-seo-title p {
    font-size: 14px;
  }
  .techno-seo-title p {
    font-size: 14px;
  }
  .upper1 .subscribe_form_send button {
    display: none;
  }
  .upper1 .subscribe_form input {
    height: 59px;
    width: 275px;
  }
  .why-choose-us-thumb {
    left: 149px;
  }
  .section_main_title1 h1 {
    font-size: 20px;
    line-height: 31px;
  }
  .upper.section_sub_title1 h6 {
    color: #0c5adb;
    font-size: 12px;
  }
  p.seo-text {
    font-size: 12px;
  }
  p.seo-text1 {
    font-size: 12px;
  }
  .techno-vedio-title h2 {
    font-size: 20px;
  }
  .techno-vedio-title p {
    font-size: 14px;
  }
  .style-two .people-thumb {
    float: inherit;
    left: 30%;
  }
  .testimonial-area.style-two {
    text-align: center;
  }
  .faq-thumb {
    left: -7px;
  }
  .style-two .em-testimonial-text p {
    font-size: 13px;
  }
  .accordion li a {
    font-size: 15px;
  }
  .em-service-title1 h2 {
    font-size: 18px;
  }
  /*Home page 17*/

  .slider17 .slider_button span {
    font-size: 12px;
    padding: 13px 6px 0;
  }
  .section_main_title1 h2 {
    font-size: 24px;
    line-height: 36px;
  }
  .section_sub_title1 h5 {
    font-size: 15px;
  }
  .style-five.service-area {
    background: inherit;
    text-align: center;
  }
  .service-area.style-five .section_title.text_left.mb-50.mt-5 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .style-five .em-service-title1 h2 {
    font-size: 18px;
  }
  .style-four.about_area {
    text-align: center;
  }
  .em-dot span {
    left: -144px;
  }
  .em-dot:before {
    width: 5px;
    height: 5px;
    border-radius: 6px;
  }
  .em-dot span:before {
    width: 5px;
    height: 5px;
    border-radius: 6px;
  }
  .em-dot:after {
    width: 5px;
    height: 5px;
    border-radius: 6px;
  }
  .em-about-counter-title h3 {
    font-size: 37px;
  }
  .em-about-counter-title h5 {
    font-size: 16px;
  }
  .process-area .section_main_title1 h2 {
    font-size: 22px;
    line-height: 36px;
  }
  .why-choose-us.style-four .section_main_title1 h2 {
    font-size: 22px;
    line-height: 36px;
  }
  .why-choose-us.style-four.pt-120.pb-120 {
    text-align: center;
    padding-top: 0;
  }
  .choose-icon h6 {
    font-size: 16px;
  }
  .why-choose-main-thumb1 {
    left: -187px;
    top: 65px;
  }
  .up.faq-thumb img {
    width: 100%;
  }
  .up.faq-thumb {
    left: 0;
    top: 70px;
  }
  .faq-area .section_main_title1 h2 {
    font-size: 18px;
    line-height: 30px;
  }
  .blog-area.style-two.blog-new.pt-110.pb-110 {
    padding-top: 20px !important;
    text-align: center;
  }
  .blog-area .contact-form-icon i {
    font-size: 44px;
    padding: 0 22px 0 0px;
  }
  .blog-area .contact-form-title h2 {
    font-size: 26px;
  }
  .blog-area .contact-form-title p {
    font-size: 16px;
  }
  .style-two .meta-blog-text1 p {
    font-size: 13px;
  }
  .style-two .meta-blog-comment span {
    font-size: 13px;
  }
  .style-two .meta-blog-comment {
    padding: 0 0 0 0px;
  }
  .slider17 .button a {
    padding: 12px 22px !important;
    font-size: 14px !important;
  }
  .button.upper a {
    padding: 9px 22px !important;
    font-size: 13px !important;
  }
  .up.faq-thumb .data_science_video1 {
    left: 35%;
    top: 4%;
  }
  /*Home page 17*/
  .service-area.style-five .section_title.text_left.mb-50.mt-5 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .section_content_text1 p {
    font-size: 14px;
  }
  .section_button2 {
    text-align: center;
  }
  .em-about-counter-box {
    text-align: center;
  }
  .em-dot span {
    left: -254px;
  }
  .why-choose-main-thumb1 {
    left: -173px;
    top: 65px;
  }
  .up.faq-thumb {
    left: -31px;
  }
  .accordion li a {
    font-size: 17px;
  }
  .accordion li p {
    font-size: 14px;
  }
  .contact_from {
    text-align: center;
  }
  .blog-area .contact-form-title h2 {
    font-size: 30px;
  }
  .blog-area .contact-form-title p {
    font-size: 16px;
  }
  .blog-area .contact-form-icon i {
    padding: 0 18px 0 0;
  }
  .single-blog-box {
    text-align: center;
  }
  .up.faq-thumb .data_science_video1 {
    left: 45%;
    top: 28%;
  }
  /*Home page 18*/
  .slider18 {
    text-align: center;
  }
  .slider18 .slider_text_inner h5:after {
    left: 51px;
  }
  .slider18 .slider_text_inner h5:before {
    left: 62px;
  }
  .slider18 .slider_text_inner p {
    font-size: 15px;
  }
  .slider18 .slider_button {
    margin-bottom: 30px;
  }
  .slider18 .hero_section_thumb {
    left: 0;
  }
  .em-hero-inner-thumb2 img {
    width: 47%;
  }
  .slider18 .em-hero-inner-thumb2 {
    top: 33px;
    right: 20px;
  }
  .em-hero-icon-thumb img {
    width: 31%;
  }
  .slider18 .em-hero-icon-thumb {
    top: 125px;
    left: -87px;
  }
  .slider18 .em-hero-inner-thumb4 {
    bottom: 48px;
    left: 16px;
  }
  .slider18 .em-hero-inner-shape {
    bottom: -452px;
    right: 109px;
  }
  .em-feature-button.mt-50 {
    margin-top: 0;
    margin-bottom: 50px;
  }
  .feature-shape1 {
    top: 180px;
  }
  .em-feature-button a {
    padding: 7px 25px;
    font-size: 14px;
  }
  .style-two .section_sub_title h5:after {
    left: 207px;
  }
  .style-two .section_sub_title h5:before {
    left: 212px;
  }
  .em-feature-title p {
    font-size: 13px;
  }
  .feature-top-icon {
    left: 93px;
  }
  .style-five .single_about_thumb_inner img {
    width: 100%;
  }
  .style-five .single_about_thumb {
    position: relative;
    left: 0;
    bottom: 34px;
  }
  .style-two .section_main_title h1 {
    font-size: 25px;
  }
  .style-two .section_sub_title h5 {
    font-size: 15px;
  }
  .about_area .upper.section_content_text p {
    font-size: 15px;
  }
  .style-five .em-about-icon-box {
    margin-bottom: 25px;
  }
  .counter-area {
    text-align: center;
  }
  .ems-border {
    left: 86px;
  }
  .em-border1 {
    left: 94px;
  }
  .em-border2 {
    left: 75px;
  }
  .style-five .choose-us-title h3 {
    font-size: 20px;
  }
  .style-five .choose-us-number {
    margin-right: 14px;
  }
  .choose-us-thumb {
    display: none;
  }
  .choose-us-thumb1 {
    display: none;
  }
  .em-about-thmub-inner1 img {
    width: 100%;
  }
  .about_area.style-five.upper .section_content_text p {
    font-size: 15px;
  }
  .about_area.style-five.upper .em-about-icon span h6 {
    font-size: 16px;
  }
  .process-single-box {
    margin-bottom: 75px;
  }
  .style-two .process-number {
    left: 115px;
  }
  .style-two .upper .process-text p {
    font-size: 14px;
  }
  .call-do-main-thumb {
    padding: 76px 0 0 0;
  }
  .em-blog-thumb {
    padding: 3px 0 0;
  }
  .process-shape-thumb {
    right: -71px;
  }
  .call-do-action.style-two .section_main_title h1 {
    font-size: 19px;
  }
  .style-two .call-do-icon span {
    font-size: 20px;
  }
  .style-two .call-do-icon i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
  .call-do-main-thumb img {
    width: 100%;
  }
  .about_area .section_main_title h1,
  .section_main_title h2 {
    font-size: 23px;
  }
  .text_left .em_bar {
    margin: auto;
  }
  .singel-about-content p {
    font-size: 15px;
  }
  .feature_style_four_title h4 {
    font-size: 20px;
  }
  .feature_style_four_text p {
    font-size: 15px;
  }
  .feature_style_four {
    padding: 50px 30px;
  }
  .text_center .section_content_text p {
    width: 100%;
    font-size: 17px;
  }
  .service_style_seven_title h4 {
    font-size: 20px;
  }
  .single_feature_six_content p {
    font-size: 15px;
  }
  .single_feature_six_content h5 {
    font-size: 19px;
  }
  .single_about_signesur_content h4 {
    font-size: 18px;
  }
  .single_about_signesur_content p {
    font-size: 15px;
  }
  .service_style_eight_content p {
    font-size: 15px;
  }
  .single_contact_address_two_content h4 {
    font-size: 18px;
  }
  .single_choose_us_content_inner h4 {
    font-size: 18px;
  }
  .single_choose_us_icon .icon {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 32px;
    margin-right: 15px;
  }
  .single_choose_us_content_inner p {
    font-size: 14px;
  }
  .subscribe_content_title h2 {
    font-size: 23px;
  }
  .call_do_action .section_main_title h1,
  .section_main_title h2 {
    font-size: 19px;
    font-weight: 600;
  }
  .single_testimonial_content_text {
    padding: 32px 30px 20px;
  }
  .service_area .section_main_title h1,
  .section_main_title h2 {
    font-size: 21px;
  }
  .case_study_style_two_title h4 a {
    font-size: 18px;
  }
  .case_study_style_two_title span {
    font-size: 15px;
  }
  .feature_style_five_text p {
    font-size: 15px;
  }
  .section_content_text.pr-70.pt-4 {
    padding-right: 0 !important;
  }
  .section_content_text p {
    font-size: 16px;
  }
  .pricing_tk h2 {
    font-size: 32px;
  }
  .service_style_two_text p {
    font-size: 15px;
  }

  /* Home Page Style 19 */

  .slider19 {
    height: 1200px;
  }

  .slider19 .slider_text_inner h1 {
    font-size: 23px;
    line-height: 30px;
  }

  .slider-thumb img {
    width: 100%;
  }

  .tchn-button.text-right {
    text-align: center !important;
    margin-bottom: 30px;
  }

  .service_single_box {
    padding: 30px 20px 30px;
  }

  .service_title h4 {
    font-size: 19px;
  }

  .upper .single_about_thumb {
    margin: 0 0 22px 0px;
  }

  .single_about_thumb img {
    width: 100%;
  }

  .portfolio_content {
    left: 20px;
    width: 238px;
  }

  .single_portfolio_thumb img {
    width: inherit;
  }

  .portfolio_content h2 a {
    font-size: 16px;
    line-height: 23px;
  }

  .portfolio_content span {
    padding: 5px 14px;
    font-size: 13px;
  }

  .single_testimonial-box {
    padding: 30px 20px 30px;
  }

  .pricing_single-box {
    padding: 30px 23px 46px;
  }

  span.dollar {
    top: -6px;
    font-size: 24px !important;
  }

  .pricing_button a {
    padding: 15px 26px;
  }

  .footer-bottom-right-text a {
    font-size: 15px;
  }
  .home-title h1 {
    font-size: 27px;
    line-height: 32px;
  }

  .home-title h5 {
    font-size: 17px;
    padding: 5px 12px 7px 07px;
  }

  .home-title h5::before {
    top: 17px;
    left: 0;
    background-color: inherit;
  }

  .home-title p {
    font-size: 15px;
  }

  .home-button {
    float: inherit;
  }

  .our-contact {
    margin-top: 33px;
  }

  .home-thumb img {
    margin: 30px 0 0 0px;
    width: 100%;
  }
  .all-shape {
    display: none;
  }

  .section_main_title h1 {
    font-size: 21px;
    line-height: 30px;
  }

  .about-thumb img {
    margin: 0 0 30px;
    width: 100%;
  }

  .about-section {
    background-position: bottom;
  }

  .about-content p {
    font-size: 16px;
  }

  .about-sub-content p {
    font-size: 15px;
  }

  .bg-up {
    height: 960px;
  }

  .services-single-box {
    padding: 0;
  }

  .services-content h2 {
    font-size: 22px;
  }

  .services-content p {
    font-size: 15px;
  }

  .tabs li a {
    font-size: 12px;
    margin: 10px 10px 5px 0;
    padding: 5px 15px;
  }

  .mission-section ul.accordion {
    height: 490px !important;
  }

  .style-8 .section_main_title p {
    width: 100%;
    font-size: 15px;
  }

  .row.counter-bg {
    text-align: center;
  }

  .style2.prossess-ber-plugin span {
    font-size: 13px;
  }

  .skill-thumb img {
    margin: 20px 0 0 0px;
    width: 100%;
  }

  .single-testimonial {
    padding: 65px 24px 43px;
  }

  .testimonial-thumb {
    margin: -10px 13px 0px 0px;
  }

  .testimonial-content2 h2 {
    font-size: 17px;
  }

  .testimonial-disc p {
    font-size: 15px;
  }

  .testimonial-thumb2 img {
    width: 100%;
    margin: 30px 0 0;
  }

  .single-box {
    margin: 0;
    padding: 65px 25px 0px;
  }

  .subscribe-leave-title h3 {
    font-size: 24px;
  }

  .blog-info h2 {
    font-size: 19px;
  }

  .call-do-content h2 {
    font-size: 25px;
    padding: 0 0 25px;
  }

  .call-do-info h2 {
    font-size: 25px;
  }

  .call-do-btn {
    padding: 14px 0;
  }

  .call-do-shape img {
    top: -112px;
    left: -6px;
  }

  /* Home Page 19 */

  .hero2.hero-section {
    height: 1130px;
  }

  .hero-content h1 {
    font-size: 33px;
    line-height: 33px;
  }

  .hero-thumb {
    padding: 100px 0 0;
  }

  .hero-thumb img {
    width: 100%;
  }

  .style-10.feature-section .section_main_title h1 {
    font-size: 32px;
  }

  .style-6 .about-thumb img {
    margin: 40px 0px 2px 0px;
  }

  .hero-shape7 {
    left: -220px;
  }

  .hero-shape7 h1 {
    font-size: 65px;
  }

  .style-16 .single-service-box2 {
    padding: 30px 20px 5px;
  }

  .style-16 .service-icon {
    float: initial;
    margin: 0 0 10px;
  }

  .style-16 .single-service-box2 h2.service-title {
    font-size: 22px;
  }

  .style-16 .right-arrow a i {
    font-size: 49px;
    top: 13%;
  }

  .style-10 .feature-content h2 {
    font-size: 21px;
  }

  .col-lg-6.pl-0.pr-0 {
    padding-left: 15px !important;
  }

  .style-16 .serivce-thumb img {
    width: 100%;
  }

  .style-16 .serivce-thumb {
    right: 0;
  }

  .style-6 .people-text p {
    width: 80%;
  }

  .style-4 .testi-description p {
    font-size: 16px;
  }

  .section_title h1 {
    font-size: 26px;
  }

  .icon-element-title h4 {
    font-size: 20px;
  }

  /* End */
}
