@charset "UTF-8";
/*
Theme Name: Albeo - Business - Bootstrap HTML template
Description: Custom styles are defined in this class
Author: Jyostna
Author URI: http://themeforest.net/user/jyostna
Version: 1.0
-------------------------------------------- */
/*
TABLE OF CONTENT
-------------------------------------------------
1-  RESETS
2-  HEADER
3-  FONT AWESOME ICON COLORS
4-  STYLES PAGE
5-  CONTACT US
6-  SERVICES
7-  BLOG
8-  BLOG SINGLE POST
9-  FOOTER
10- INSIGHTS
11- INVESTORS
12- MEDIA
13- HOME
14- HOME2
15- HOME3
16- ABOUT US
17- CAREERS
18- SERVICE DETAILED
19- CASE STUDIES
20- CONTACT FORM
21- GALLERY
22- PORTFOLIO
23- NEWSROOM
24- 404 PAGE
25- SIGN IN
26- HEADING UNDERLINES
27- SECTION DIVIDER
28- PORTFOLIO SINGLE PAGE
29- PRODUCTS
30- BACK TO TOP BUTTON
31- parallax
32- Slider button code

---------------------------------------------- */
/*
1. Header Css
header related custom classes will come here
 */
.default_nav .home_page_nav button:focus {
  outline: none !important;
}

.default_nav .nav_icons1 {
  top: -6px;
  right: 20px;
}

.default_nav .bg-lightnav {
  background-color: transparent !important;
}

.default_nav .fa-bars {
  color: #fff;
  border: 1px solid #ffffff;
  padding: 7px 13px;
  border-radius: 6px;
}

.default_nav .nav-item .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  color: #252525 !important;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
  line-height: 35px;
  font-size: 18px;
  font-family: 'Work Sans', sans-serif;
}

.default_nav .nav-item .dropdown-menu {
  border-radius: 0.5rem !important;
}

.default_nav .nav-item .dropdown-item.active {
  color: #fff !important;
  text-decoration: none;
  background-color: #0081FF;
}

.default_nav .nav-item .dropdown-item:hover {
  color: #fff !important;
  text-decoration: none;
  background-color: #8799a3;
}

.default_nav .cart {
  position: relative;
  top: -10px;
}

.default_nav .cart-image {
  position: relative;
}

.default_nav .badge_icon {
  font-size: 11px;
  font-weight: 700;
  font-family: 'Cambay', 'sans-serif';
  position: absolute;
  width: 15px;
  height: 15px;
  padding-left: 5px;
  top: 2px;
  left: 10px;
  border-radius: 50%;
  display: block;
  background-color: #8799a3;
  z-index: 9999;
}

.default_nav .nav_iconsleft {
  position: relative;
  right: 20px;
  top: -10px;
}

.default_nav .navbar-nav > li > a {
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  font-family: 'Work Sans', sans-serif;
}

.default_nav .test .navbar-nav > li > a {
  text-decoration: none;
  font-size: 18px;
  color: #252525 !important;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
}

.default_nav .test .navbar-nav > li.active > a {
  color: #8799a3 !important;
}

.default_nav .navbar-nav > li {
  padding: 6px 23px 23px 12px;
  color: #fff;
}

.default_nav .navbar-nav > li:hover {
  color: #8799a3 !important;
  cursor: pointer;
}

.default_nav .navbar-nav > .nav-item > a:hover {
  color: #8799a3 !important;
}

.default_nav .navbar-nav > li > a:active {
  color: #8799a3 !important;
  cursor: pointer;
}

.default_nav .navbar-nav {
  margin-top: -5px;
}

.default_nav .default_nav .navbar-nav li.active > a {
  color: #8799a3 !important;
  cursor: pointer;
}

.default_nav .hover_line1 {
  margin-top: -9px !important;
  border-top: 2px solid rgba(136, 133, 133, 0.21);
  width: 100%;
}

.default_nav .nav_right_icon {
  cursor: pointer;
  margin-right: -16px;
  margin-top: -24px;
}

.default_nav .canavs_search_icons {
  cursor: pointer;
}

.default_nav .text_bold {
  font-size: 50px;
  font-weight: 900;
}

.default_nav .nav-item {
  position: relative;
}

.default_nav .nav-item a:hover:before {
  left: 12px;
  right: 21px;
}

.default_nav .nav-item a:before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -1px;
  background: #8799a3;
  height: 2px;
  transition-property: left, right;
  transition-duration: .2s;
  transition-timing-function: ease-out;
}

.default_nav .nav-item.active a:before {
  left: 12px;
  right: 21px;
}

.default_nav .navbar-light .navbar-toggler-icon {
  background-color: #959597;
}

.default_nav .navbar-light .navbar-toggler {
  position: relative;
  left: 24px;
}

.default_nav .navbar-light .navbar-toggler:focus {
  outline: none !important;
}

.default_nav .fa-bars1 {
  color: #252525;
  border: 1px solid #252525;
  padding: 7px 13px;
  border-radius: 6px;
  outline: none;
}

.default_nav .prealtive {
  position: relative !important;
}

@media (min-width: 320px) and (max-width: 991px) {
  .default_nav .nav_right_icon {
    margin-right: 0%;
    margin-left: 13px;
    margin-top: 5px;
    padding-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .default_nav .canavs_search_icons {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .default_nav .badge_icon {
    position: absolute;
    width: 15px;
    height: 15px;
    line-height: 1;
    padding-top: 4px;
    left: 8px;
    top: 20px;
    border-radius: 50%;
    display: block;
    background-color: #7f8e9a;
    font-size: 11px;
    z-index: 9999;
  }
}

@media (min-width: 320px) and (max-width: 991px) {
  .default_nav .homepage_navbar {
    background-color: #343535;
  }
  .default_nav .search-padding-adjust {
    padding-left: 1.5rem !important;
  }
  .default_nav .nav_icons1 {
    right: 0;
    left: 13px;
  }
  .default_nav .nav_iconsleft {
    right: 0;
    left: 11px;
  }
  .default_nav .navbar-light .navbar-toggler {
    position: relative;
    left: 16px;
    border-color: transparent !important;
  }
}

.default_nav .navbar-brand {
  position: relative;
  margin-left: -16px;
}

.default_nav .navbar_fixed {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  display: block;
}

.default_nav .collapse_height {
  margin-top: 1.5rem;
}

.default_nav .image_height {
  width: 29px;
  height: 16px;
}

/*
2. Footer Css
footer related custom classes will come here
 */
.footer_bg_color {
  background-color: #222222;
  outline: 2px solid #222222;
}

.footer_bg_color {
  padding-top: 70px;
  padding-bottom: 70px;
}

.nav_icons {
  right: 10%;
}

.foot_nav_icons > a i {
  padding: 10px 10px;
  color: rgba(255, 255, 255, 0.45);
  margin-top: -10px;
  cursor: pointer;
  position: relative;
  left: 24px;
}

.footer_text {
  color: rgba(255, 255, 255, 0.45) !important;
  font-size: 16px;
  margin-right: -14px;
  cursor: pointer;
}

.blue_color {
  color: #8799a3;
  cursor: pointer;
}

.blue_color:hover {
  color: #8799a3 !important;
  cursor: pointer;
}

.foot_brand {
  position: relative;
  bottom: 13px;
}

.lor_clr {
  color: #636363;
}

.ic_up {
  font-size: 22px;
  color: #464646;
  font-weight: 700;
}

.back_top {
  font-size: 16px;
  color: #464646;
  font-family: 'Cambay', sans-serif;
  font-weight: 700;
}

.padd_less {
  padding-left: 3px !important;
  font-size: 16px;
  color: #464646;
  font-family: 'Cambay', sans-serif;
}

@media (max-width: 768px) and (min-width: 320px) {
  .footer_bg_color .navbar-light .navbar-toggler {
    position: relative;
    top: -8px;
  }
}

@media (max-width: 991px) {
  .foot_nav_icons > a i {
    left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.navbar-nav > li > a {
  text-decoration: none;
  font-size: 18px;
  color: #fff !important;
  font-family: 'Work Sans', sans-serif;
}

.navbar-nav > li {
  padding: 6px 23px 23px 12px;
  color: #fff;
}

.navbar-nav > li:hover {
  color: #8799a3 !important;
  cursor: pointer;
}

.navbar-nav > li > a:hover {
  color: #8799a3 !important;
}

.navbar-nav > li > a:active {
  color: #8799a3 !important;
  cursor: pointer;
}

.active a {
  color: #8799a3 !important;
}

.hover_line {
  margin-top: -9px !important;
  border-top: 2px solid rgba(136, 133, 133, 0.21);
  width: 100%;
}

.nav-item a:hover:before {
  left: 12px;
  right: 21px;
}

.nav-item a:before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -1px;
  background: #8799a3;
  height: 2px;
  transition-property: left, right;
  transition-duration: .2s;
  transition-timing-function: ease-out;
}

.nav-item.active a:before {
  left: 12px;
  right: 21px;
}

.nav-item.active a {
  color: #8799a3 !important;
}

.navbar-nav > li {
  padding: 6px 23px 23px 12px;
  color: #fff;
}

.nav-item {
  position: relative;
}

.fa-bars {
  color: #fff;
  border: 1px solid #ffffff;
  padding: 7px 13px;
  border-radius: 6px;
}

#nav_standard_post {
  background-image: url("../images/photos/pic_1.JPG");
  background-position: center;
  background-size: cover;
}

#nav_audio_post {
  background-image: url("../images/photos/audio_page.JPG");
  background-position: center;
  background-size: cover;
}

#nav_video_post {
  background-image: url("../images/photos/photo_4.png");
  background-size: cover;
  background-position: center;
}

#nav_link_post {
  background-image: url("../images/photos/link.png");
  background-size: cover;
  background-position: center;
}

#nav_quote_post {
  background-image: url("../images/photos/photo-1467033164380-dd411c553655.png");
  background-position: center;
  background-size: cover;
}

.link-head:hover {
  color: #8799a3 !important;
}

.video_post .back-white {
  background-color: white;
  box-shadow: 0 1px 20px 10px rgba(238, 238, 238, 0.87);
}

.video_post .top_box-standard {
  top: 18px;
}

.video_post .form-group {
  margin-bottom: 0;
}

.video_post .bottom-exact-adjust {
  padding-left: 0;
  padding-right: 0;
}

.video_post .error {
  border: 2px solid red;
}

.video_post .success {
  border: 2px solid green;
}

.video_post .has-error .help-block, .video_post .has-error .input-group-addon, .video_post .has-error .radio, .video_post .has-error .radio-inline {
  color: #f04e4e !important;
  margin-left: 10px !important;
}

.video_post .has-error input, .video_post .has-error .prettydropdown > ul {
  border-color: #f04e4e !important;
}

.video_post .has-error textarea {
  border-color: #f04e4e !important;
}

.video_post .has-success .check {
  display: block;
  color: #39b54a;
}

.video_post .check {
  display: none;
  position: absolute;
  right: 41px;
  top: 25px;
}

.video_post .video_boxshadow.video_boxshadow iframe {
  width: 100%;
  height: 400px;
  box-shadow: -4px 19px 155px 20px rgba(208, 208, 208, 0.47);
}

.video_post .content_heading {
  color: #252525;
  font-size: 20px !important;
  line-height: 29px;
  font-family: 'Cambay', sans-serif;
  font-weight: 700;
}

.video_post .comments_color {
  color: #636363;
  font-family: 'Cambay', sans-serif;
  font-size: 18px;
}

.video_post .name_font {
  font-family: 'Cambay', sans-serif;
  cursor: pointer;
}

.video_post .top_box {
  top: 2px;
}

.video_post .shadow_reply:hover {
  box-shadow: 2px -1px 36px 2px #a4b1b7;
}

.video_post .shadow_reply {
  box-shadow: -3px 9px 20px 2px #dae0e3;
}

.video_post a {
  color: #252525;
}

.video_post .navigate2:hover a {
  color: #8799a3;
}

.video_post .navigate1:hover a {
  color: #8799a3;
}

.video_post .media-body {
  margin-left: 12px;
}

.video_post .paragraph_content {
  color: #636363;
  font-size: 18px;
  font-family: 'Cambay', sans-serif;
  text-align: justify;
}

.video_post .font_family {
  font-family: 'Montserrat', sans-serif;
  color: #8799a3;
}

.video_post .hr_line {
  margin-top: 3rem;
  border-top: 2px solid #f0f4f7;
}

.video_post .top_tags {
  margin-top: 3rem;
}

.video_post .fa-facebook:hover {
  color: #3b5998;
}

.video_post .fa-twitter:hover {
  color: #1dcaff;
}

.video_post .fa-google-plus:hover {
  color: #d34836;
}

.video_post .fa-pinterest-p:hover {
  color: #c92228;
}

.video_post .paragraph_content2 {
  color: #636363;
  line-height: 23px;
  font-size: 16px;
  font-family: 'Cambay', sans-serif;
  text-align: justify;
}

.video_post .bg_clrcard {
  background-color: #fff;
  padding: 25px 25px 25px 25px;
  margin: 0;
  box-shadow: 18px 17px 191px 20px rgba(191, 191, 191, 0.52);
  border-radius: 8px;
}

.video_post .background_color::before {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  left: -4px;
  top: 44px;
  border: 10px solid transparent;
  border-right-color: #fff;
}

.video_post .comments_content {
  color: #4d5154;
  line-height: 26px;
  font-size: 15px;
}

.video_post .comments_body {
  color: #C5CFD1;
  font-size: 12px;
}

.video_post .text_padd {
  padding: 10px;
}

.video_post .icons {
  color: #bbc7cd;
  cursor: pointer;
}

.video_post .icons_left {
  color: #bbc7cd;
  margin-left: 19px;
  cursor: pointer;
}

.video_post .reply_btn {
  background-color: #fff;
  color: #8799A3 !important;
  border-radius: 33px;
  box-shadow: 0 20px 42px 0 rgba(135, 153, 163, 0.53);
  font-size: 12px !important;
}

.video_post .reply_btn:hover {
  background-color: #8799A3;
  color: #fff !important;
  border-radius: 33px;
  box-shadow: 0 20px 42px 0 rgba(135, 153, 163, 0.53);
}

.video_post .people_image {
  box-shadow: 2px 8px 20px 8px #e6e5e5;
}

.video_post .form_border {
  border-radius: 50px;
  background-color: #FFF;
  font-family: 'Cambay', sans-serif;
  font-weight: 700;
  color: #8799a3;
}

.video_post .textarea_border {
  border-radius: 33px;
  background-color: #FFF;
  font-family: 'Cambay', sans-serif;
  font-weight: 700;
  color: #8799a3;
}

.video_post .primary_button {
  padding: 20px 65px 20px 65px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}

.video_post .form_border:focus {
  background-color: #fff;
  border: 2px solid #879983 !important;
}

.video_post .textarea_border:focus {
  background-color: #fff;
  border: 2px solid #879983 !important;
}

.video_post .prev_next {
  background-color: #fff;
  padding: 6px;
  box-shadow: 0 1px 20px 10px rgba(238, 238, 238, 0.57);
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}

.video_post .prevbtn {
  transform: rotate(180deg);
}

.video_post .nextbtn {
  transform: rotate(180deg);
}

.video_post .left, .video_post .right1, .video_post .grid {
  cursor: pointer;
}

.video_post .second-media {
  display: flex !important;
}

.video_post .h5_font {
  color: #252525;
}

.video_post .text_color_number63 {
  color: #8799a3;
  font-family: 'Cambay', sans-serif;
  font-size: 16px;
}

.video_post .text_color {
  color: #8799a3;
  font-family: 'Cambay', sans-serif;
  font-size: 16px;
  cursor: pointer;
}

.video_post .text_color1 {
  color: #8799a3;
  font-family: 'Cambay', sans-serif;
  font-size: 18px;
  cursor: pointer;
}

.video_post .color_tag {
  color: #252525;
  font-size: 14px;
}

.video_post .video_player {
  width: 100%;
  border-radius: 20px;
  box-shadow: 2px 8px 20px 8px #e6e5e5;
}

.video_post .heart_icon {
  color: #f04e4e !important;
}

.video_post .waveform__layer, .video_post .waveform__layer .sceneLayer {
  color: orangered;
}

.video_post .img_radius {
  border-radius: 16px;
  box-shadow: 1px 14px 37px 10px #e8e8e8;
  margin-top: 2rem;
}

.video_post .icon_quote {
  font-size: 80px;
  color: #eeeeee;
  margin-left: 80px;
}

.video_post .icon_text {
  position: relative;
  top: 23px;
  left: 27px;
}

.video_post .text_left {
  margin-left: 52px;
  margin-top: -15px;
  font-size: 24px;
  font-family: 'Cambay', sans-serif;
  color: #252525;
  text-align: justify;
}

.video_post .m-t-50 {
  margin-left: 52px;
}

.video_post .designation {
  font-size: 16px;
  font-family: 'Cambay', sans-serif;
  color: #8799a3;
}

.video_post .text_position {
  position: absolute;
  margin-top: -44px;
  left: 224px;
  color: #fff;
  font-style: italic;
  font-size: 14px;
  font-family: 'Cambay', sans-serif;
}

.video_post .plyr video {
  width: 100%;
  height: 100%;
  background: transparent url("../images/photos/photo-1474204075013-fafcfee9bfd7.jpg") no-repeat 0 0;
  background-size: cover;
}

.video_post .rply1 {
  margin-left: 49%;
  margin-bottom: -12px;
}

.video_post .reply2 {
  margin-left: 394px;
}

.video_post .img_left {
  margin-left: -26px;
}

.video_post .font_names {
  font-size: 19px;
}

.video_post .top {
  margin-top: 71px !important;
}

.video_post .font_subtext {
  font-size: 14px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .video_post .rply1 {
    margin-left: 35%;
  }
  .video_post .text_alignmnt {
    margin-left: -15px !important;
  }
  .video_post .facebook {
    margin-left: -17px !important;
  }
  .video_post .posted_color {
    margin-left: 11px;
  }
  .video_post .name_font {
    margin-left: 11px;
  }
  .video_post .imgperson {
    margin-left: -10px;
  }
  .video_post .m-t-50 {
    margin-left: 53px;
  }
}

.video_post .plyr {
  border-radius: 16px;
  box-shadow: 2px 1px 145px 30px #d0d0d0;
}

.video_post .form-control {
  border: 2px solid #F3F4F6 !important;
}

.video_post .form-control:focus {
  box-shadow: 0 0 0 0 #fff !important;
}

.video_post .fbicon1 {
  margin-left: 5px;
}

.video_post .font_posted {
  font-size: 12px;
  color: #A2AFB5;
}

.video_post .margin_content {
  margin-left: -9px;
}

.video_post .text_alignmnt {
  margin-left: -58px;
}

.video_post .facebook {
  margin-left: -58px;
}

.video_post .left_media {
  margin-left: -7%;
}

.video_post .bottom_space {
  padding-bottom: 66px;
}

@media (min-width: 320px) and (max-width: 425px) {
  .video_post .second-media-comment-adjust {
    margin-top: 20px;
  }
  .video_post .left_media {
    margin-left: 0;
  }
  .video_post .text_alignmnt {
    margin-left: 0;
  }
  .video_post .facebook {
    margin-left: 0;
  }
  .video_post .prev_next {
    background-color: #fff;
    padding: -1px;
    box-shadow: 1px 1px 20px 10px #eee;
    font-size: 14px;
    border-left: 0;
    font-family: 'Montserrat', sans-serif;
  }
  .video_post .form-control {
    transition: border-color ease-in-out 0s, box-shadow ease-in-out 0s;
  }
}

.video_post .text-size-18 {
  font-size: 18px;
}

.video_post .text-size-16 {
  font-size: 16px;
}

.video_post .text-size-14 {
  font-size: 14px;
}

.video_post .font-monseratt {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  color: #252525;
  cursor: pointer;
}

.video_post .font-cambray {
  font-family: 'Cambay', sans-serif;
  color: #636363;
  text-align: justify;
}

.video_post .font-cambay {
  font-family: 'Cambay', sans-serif;
  color: #8799a3;
  text-align: justify;
}

.video_post .shadow {
  box-shadow: -1px 4px 20px 2px #dae0e3;
}

.video_post .font-monseratt:hover {
  color: #8799a3;
}

.video_post .btn-white:hover {
  background-color: #8799a3;
  color: white;
}

.video_post .btn-white {
  color: #8799a3;
  background-color: white;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  border-radius: 50px;
  float: right;
  font-weight: 700;
}

@media (min-width: 320px) and (max-width: 425px) {
  .video_post .second-media {
    display: flow-root !important;
  }
  .video_post .second-media-text {
    margin-top: 10px;
  }
  .video_post .m-t-50 {
    margin-left: 52px;
  }
}

.video_post .imgperson {
  margin-left: -14px;
}

.video_post .tags_family {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #252525;
}

.video_post .posted_color {
  color: #bbc7cd;
  font-family: 'Cambay', sans-serif;
  font-size: 16px;
}

@media (max-width: 320px) {
  .video_post .spacing-alignment {
    margin-right: 0 !important;
  }
  .video_post .text_position {
    position: absolute;
    margin-top: -46px;
    left: 22px;
    color: #fff;
    font-style: italic;
    font-size: 11px;
  }
}

@media (min-width: 321px) and (max-width: 375px) {
  .video_post .text_position {
    position: absolute;
    margin-top: -46px;
    color: #fff;
    font-style: italic;
    font-size: 11px;
    left: 45px;
  }
}

@media (min-width: 376px) and (max-width: 425px) {
  .video_post .text_position {
    position: absolute;
    margin-top: -46px;
    color: #fff;
    font-style: italic;
    font-size: 11px;
    left: 70px;
  }
}

@media (min-width: 426px) and (max-width: 574px) {
  .video_post .text_position {
    left: 10%;
    position: absolute;
  }
}

@media (min-width: 575px) and (max-width: 767px) {
  .video_post .text_position {
    left: 15%;
    position: absolute;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .video_post .text_position {
    left: 166px;
  }
}

.video_post .size_icon {
  width: 15px;
  height: 22px;
}

.video_post .text_color1:hover {
  color: #bcc7cd;
}

.video_post .text_color:hover {
  color: #bcc7cd;
}

/* about team css
start from here
*/
#nav_about_team {
  background-image: url("../images/photos/about_team_bg.png");
  background-position: center;
  background-size: cover;
}

.about_team .top_text {
  color: #8799a3;
  font-size: 16px;
  font-family: 'Cambay', sans-serif;
}

.about_team .body_margin_team {
  margin-top: 60px;
}

.about_team .font_user {
  font-size: 18px;
  color: #636363;
  font-family: 'Cambay', sans-serif;
}

.about_team .fa-facebook:hover {
  color: #3b5998;
}

.about_team .fa-twitter:hover {
  color: #33CCFF;
}

.about_team .fa-google-plus:hover {
  color: #C63D2D;
}

.about_team .fa-pinterest-p:hover {
  color: #c92228;
}

.about_team .user_name_text {
  color: #0081ff;
  font-weight: 900;
}

.about_team .img_box_shadow {
  box-shadow: 0px 1px 42px 17px #f0f0f0;
}

.about_team .icon_row i {
  color: #bbc7cd;
  margin-right: 12px;
}

.about_team .send_btn {
  padding: 14px 40px 14px 40px;
  font-size: 14px !important;
  font-weight: bold;
}

.about_team .prfl_img {
  width: 250px !important;
}

.about_team .vacancy_text {
  color: #252525;
}

.about_team .user_name_text:hover {
  color: #8799a3;
  font-weight: 900;
}

.about_team .swiper_img {
  padding-top: 58px;
  margin-left: 0;
  margin-right: 0;
}

.about_team .duble_qts {
  font-size: 18px;
}

.about_team .swiper_slide_bg {
  background: linear-gradient(to right, rgba(238, 238, 239, 0.56), rgba(249, 249, 250, 0)) !important;
}

.about_team .container_bg {
  background: linear-gradient(to right, #efeff0, #f9f9fa) !important;
}

.about_team .content_rows {
  margin-top: 18%;
  width: 100%;
  text-align: initial;
}

.about_team .sign_img {
  margin-top: 2%;
}

.about_team .swiper-container {
  width: 100%;
  height: 100%;
}

.about_team .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -ms-flexbox;
  justify-content: center;
  align-items: center;
}

.about_team .left_quote {
  font-size: 10px;
  color: #252525;
  position: relative;
  top: -7px;
}

.about_team .content_rows {
  font-size: 20px;
  color: #252525;
  font-family: 'Cambay','sans-serif';
  font-weight: 700;
}

.about_team .swiper-button-next, .about_team .swiper-container-rtl .swiper-button-prev {
  background-image: url("../images/right2.png");
}

.about_team .swiper-button-prev, .about_team .swiper-container-rtl .swiper-button-next {
  background-image: url("../images/left2.png");
}

.about_team .swiper-button-prev, .about_team .swiper-container-rtl .swiper-button-next:hover {
  color: #ccc;
}

.about_team .swiper_next {
  background-image: url("../images/right3.png");
}

.about_team .swiper-prv {
  background-image: url("../images/left3.png");
}

@media (max-width: 767px) {
  .about_team .designer_responsive {
    margin-top: 70px !important;
  }
}

@media (max-width: 768px) {
  .about_team .content_rows {
    margin-top: 6%;
    width: 100%;
  }
  .about_team .sign_img {
    position: absolute;
    margin-top: 0;
    margin-left: 44%;
  }
  .about_team .user_name_text {
    font-size: 18px;
  }
  .about_team .swiper-slide-active {
    padding-bottom: 70px;
  }
}

@media (max-width: 425px) {
  .about_team .content_rows {
    margin-top: 6%;
    width: 100%;
  }
  .about_team .sign_img {
    position: absolute;
    margin-top: 1%;
    margin-left: 35%;
  }
  .about_team .swiper-wrapper {
    padding-bottom: 30px;
  }
  .about_team .swiper-slide-active {
    padding-bottom: 50px;
  }
}

@media (max-width: 320px) {
  .about_team .sign_img {
    position: absolute;
    margin-top: 2%;
    margin-left: 32%;
  }
  .about_team .content_rows {
    font-size: 14px;
  }
  .about_team .swiper_slide_bg {
    background-color: #fbfbfb !important;
    padding-bottom: 50px;
  }
  .about_team .top {
    margin-top: 3rem;
  }
  .about_team .send_resume_btn {
    margin-left: -21px;
  }
}

@media (max-width: 991px) {
  .about_team .swiper_img {
    padding-top: 58px;
    margin: auto;
  }
  .about_team .content_rows {
    text-align: center;
  }
}

@media (max-width: 1199px) {
  .about_team .swiper-text-adjust {
    float: none !important;
    text-align: center;
  }
}

@media (min-width: 426px) and (max-width: 991px) {
  .about_team .swiper_img {
    position: relative;
  }
}

@media (min-width: 769px) and (max-width: 1199px) {
  .about_team .content_rows {
    margin-top: 6%;
  }
}

@media (min-width: 320px) and (max-width: 575px) {
  .about_team .text-padding {
    padding: 0 35px;
  }
}

/* about team css end */
/* about gallery css
 */
.lb-data .lb-close {
  position: absolute;
  top: -56px;
  left: 49%;
}

#nav_about_gallery {
  background-image: url("../images/photos/background_img.jpg");
  background-position: center;
  background-size: cover;
}

.about_gallery_bg_color {
  background: linear-gradient(to right, #f2f2f2, #fdfdfd);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.about_gallery {
  -ms-transform: translate(-50%, -50%);
}

.about_gallery .g1-bottom {
  padding-bottom: 30px;
}

.about_gallery .border_round {
  border-radius: 10px;
}

.about_gallery .lb-data .lb-close {
  position: absolute !important;
  top: -8% !important;
  left: 48% !important;
}

.about_gallery .border_round {
  display: block;
  width: 100%;
  height: auto;
}

.about_gallery .link_image:hover .overlay {
  background-color: rgba(29, 133, 236, 0.74);
  width: 100%;
  border-radius: 10px;
  box-shadow: -1px 13px 50px 18px #cae1f7;
}

.about_gallery .business_hover {
  position: relative;
  border-radius: 10px;
}

.about_gallery .text {
  white-space: nowrap;
  color: #fff;
  font-weight: 800;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Montserrat','sans-serif';
}

.about_gallery .text_creative {
  white-space: nowrap;
  color: #fff;
  font-weight: 800;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 85%;
  left: 48%;
  transform: translate(-50%, -50%);
  font-family: 'Montserrat','sans-serif';
}

.about_gallery .text_finance {
  white-space: nowrap;
  color: #fff;
  font-weight: 800;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 85%;
  left: 48%;
  transform: translate(-50%, -50%);
  font-family: 'Montserrat','sans-serif';
}

.about_gallery .top_adjust {
  margin-top: 30px;
}

.about_gallery .top_text {
  white-space: nowrap;
  color: #fff;
  font-weight: 800;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 85%;
  left: 35%;
  transform: translate(-50%, -50%);
  font-family: 'Montserrat','sans-serif';
}

.about_gallery .text_watch {
  white-space: nowrap;
  color: #fff;
  font-weight: 800;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 85%;
  left: 54%;
  transform: translate(-50%, -50%);
  font-family: 'Montserrat','sans-serif';
}

.about_gallery .text_marketing {
  white-space: nowrap;
  color: #fff;
  font-weight: 800;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 85%;
  left: 47%;
  transform: translate(-50%, -50%);
  font-family: 'Montserrat','sans-serif';
}

.about_gallery .eye_icon {
  white-space: nowrap;
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 13%;
  left: 20%;
  transform: translate(-50%, -50%);
}

.about_gallery .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(29, 133, 236, 0.74);
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}

@media (max-width: 768px) {
  .about_gallery .text {
    white-space: nowrap;
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    position: absolute;
    overflow: hidden;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Montserrat','sans-serif';
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  .about_gallery .top_media {
    margin-top: 30px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .about_gallery .adjust-g1 {
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .about_gallery .text_watch, .about_gallery .text_finance {
    font-size: 14px;
  }
  .about_gallery .text_marketing {
    font-size: 14px;
  }
  .about_gallery .top_text {
    font-size: 14px;
  }
  .about_gallery .text {
    font-size: 14px;
  }
  .about_gallery .text_creative {
    font-size: 14px;
  }
}

/* about gallery css end*/
/* projects css*/
#nav_projects {
  background-image: url("../images/photos/photo-1448.JPG");
  background-position: center;
  background-size: cover;
}

.full-width {
  padding-right: 0  !important;
  padding-left: 0 !important;
}

.fa-bars1 {
  color: #252525;
  border: 1px solid #252525;
  padding: 7px 13px;
  border-radius: 6px;
}

.projects {
  -ms-transform: translate(-50%, -50%);
}

.projects .image1 {
  position: absolute;
  top: 43%;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  z-index: 7;
  text-align: right;
  right: 9%;
}

.projects .image4 {
  position: absolute;
  top: 43%;
  left: 10%;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  z-index: 7;
}

.projects .buiness_text, .projects .buiness_text1 {
  position: absolute;
  top: 17%;
  font-size: 15px;
  text-decoration: underline;
  color: white !important;
  right: 9%;
  z-index: 999;
  font-weight: 900;
}

.projects .buiness_text1 {
  left: 10%;
}

.projects .remove_padd {
  padding: 0 !important;
}

.projects .link_image:hover .overlay {
  opacity: 0.6;
  width: 100%;
}

.projects .business_hover {
  position: relative;
}

.projects .image4_4 {
  background-image: url("../images/photos/photo-1444718070663-99afd7176287.JPG");
}

.projects .text {
  white-space: nowrap;
  color: #fff;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.projects .eye_icon, .projects .eye_icon1 {
  white-space: nowrap;
  color: white;
  font-size: 25px;
  position: absolute;
  overflow: hidden;
  left: 89%;
  bottom: 10%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.projects .eye_icon1 {
  left: 12%;
  font-size: 25px;
  bottom: 10%;
}

.projects .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0081ff;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}

@media (min-width: 992px) and (max-width: 1024px) {
  .projects .image4, .projects .image1 {
    top: 37%;
  }
  .projects .eye_icon1, .projects .eye_icon {
    bottom: 4%;
  }
}

@media (min-width: 320px) and (max-width: 320px) {
  .projects .link_image .img_outline {
    outline: 1px solid #252525;
  }
  .projects .overlay {
    outline: 1px solid #0081ff;
  }
}

@media (min-width: 375px) and (max-width: 375px) {
  .projects .grid-item .buiness_text1, .projects .grid-item .buiness_text {
    left: 71%;
  }
  .projects .eye_icon, .projects .eye_icon1 {
    left: 88%;
  }
}

@media (min-width: 425px) and (max-width: 575px) {
  .projects .grid-item .buiness_text1, .projects .grid-item .buiness_text {
    left: 73%;
  }
  .projects .eye_icon, .projects .eye_icon1 {
    bottom: -5px !important;
  }
  .projects .grid-item .image1, .projects .grid-item .image4 {
    top: 36%;
    font-size: 14px;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .projects .eye_icon, .projects .eye_icon1 {
    bottom: -5px !important;
    left: 87%;
  }
  .projects .grid-item .buiness_text, .projects .grid-item .buiness_text1 {
    top: 14%;
    left: 67%;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  .projects .grid-item .image4 {
    position: absolute;
    top: 30%;
    left: 6%;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: right;
  }
  .projects .grid-item .image1 {
    position: absolute;
    top: 30%;
    left: 6%;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: right;
  }
  .projects .grid-item {
    width: 100% !important;
  }
  .projects .grid {
    width: 100% !important;
  }
  .projects .grid-sizer {
    width: 100% !important;
  }
}

.projects .grid-item {
  width: 50%;
}

.projects .grid {
  width: 100%;
}

.projects .grid-sizer {
  width: 100%;
}

@media (max-width: 768px) {
  .projects .image1 {
    position: absolute;
    top: 34%;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    z-index: 7;
    right: 9%;
  }
  .projects .image4 {
    position: absolute;
    top: 34%;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    z-index: 7;
    right: 9%;
  }
  .projects .grid-item .buiness_text, .projects .grid-item .buiness_text1 {
    top: 12%;
  }
  .projects .eye_icon, .projects .eye_icon1 {
    bottom: -4px;
  }
}

.projects .link_image img {
  width: 100%;
}

@media (min-width: 426px) and (max-width: 767px) {
  .projects .image1 {
    font-size: 14px;
  }
  .projects .image4 {
    font-size: 14px;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .projects .eye_icon, .projects .eye_icon1 {
    bottom: -7%;
  }
}

/* projects css end*/
#nav_about_history {
  background-image: url("../images/photos/history.jpg");
  background-position: center;
  background-size: cover;
}

.bgclr {
  background: linear-gradient(to right, rgba(74, 69, 69, 0.17), #fff);
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.about_history {
  /* EFFECTS
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
}

.about_history .bg_img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 2px 11px 145px 10px #e8e8e8;
}

.about_history .second_para {
  font-size: 18px;
  color: #636363;
  font-family: 'Cambay', 'sans-serif';
}

.about_history .third_para {
  font-size: 18px;
  color: #636363;
  font-family: 'Cambay', 'sans-serif';
}

.about_history .timeline2 {
  display: none;
}

.about_history .timeline ul li {
  list-style-type: none;
  position: relative;
  width: 8px;
  margin: 0 auto;
  padding-top: 50px;
  background: rgba(128, 128, 128, 0.16);
}

.about_history .timeline ul li:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.about_history .inner_circlelast {
  background-color: rgba(134, 142, 150, 0.46);
  padding: 4px;
  border-radius: 50%;
  position: absolute;
  top: 61%;
  z-index: 1090;
  right: 93px;
}

.about_history .section_mt_top {
  margin-top: 0.5rem !important;
}

.about_history .timeline ul li .text_font {
  font-size: 18px;
  color: black;
  font-weight: 800;
  margin-right: 125px;
}

.about_history .timeline ul li:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 46%;
  bottom: 0;
  transform: translateX(-50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fff;
  top: 67%;
  box-shadow: 2px -1px 20px 12px #eee;
}

.about_history .timeline ul li:not(:last-child):hover .text_font {
  color: #0081ff;
}

.about_history .timeline ul li:not(:last-child):hover::after {
  background-color: #0081ff !important;
  color: #fff;
  box-shadow: 1px 3px 14px 0 #0081ff !important;
}

.about_history .timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 15px;
}

.about_history .timeline ul li:hover {
  background-color: #0081ff;
}

.about_history .timeline ul li:nth-child(odd) div {
  left: -299px;
}

.about_history .timeline ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #F45B69 transparent transparent;
}

.about_history .timeline ul li:nth-child(even) div {
  left: -299px;
}

.about_history .timeline ul li:hover div h6 {
  color: #0081ff;
}

.about_history .timeline ul li:hover .years_font {
  color: #8799a3;
}

.about_history .timeline ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #F45B69;
}

.about_history time {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.about_history .years_font {
  margin-right: 8rem;
  font-size: 16px;
  font-weight: 800;
  color: #8799a3;
}

.about_history .mrgn_right {
  margin-right: -59%;
}

.about_history .first_para {
  font-size: 20px;
  color: #252525;
  font-family: 'Cambay', 'sans-serif';
}

.about_history .timeline ul li::after {
  transition: background .5s ease-in-out;
}

.about_history .timeline ul li.in-view::after {
  background: grey;
}

.about_history .timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}

.about_history .inner_circle {
  background-color: rgba(134, 142, 150, 0.46);
  padding: 4px;
  border-radius: 50%;
  position: absolute;
  top: 58%;
  z-index: 1090;
  right: 93px;
}

.about_history .timeline ul li:hover
.inner_circle {
  background-color: #fff !important;
}

.about_history .timeline ul li:hover
.inner_circlelast {
  background-color: #fff !important;
}

@media (min-width: 320px) and (max-width: 767px) {
  .about_history .years_font {
    font-size: 14px;
    margin-right: 0;
  }
  .about_history .text_font {
    font-size: 11px;
  }
  .about_history .timeline ul li {
    list-style-type: none;
    position: relative;
    width: 8px;
    margin: 0;
    padding-top: 50px;
    background: rgba(128, 128, 128, 0.16);
  }
  .about_history .timeline ul li .text_font {
    font-size: 14px;
    color: black;
    font-weight: 800;
    margin-right: 0;
  }
  .about_history .mrgn_right {
    margin-right: 0;
  }
  .about_history .inner_circle {
    right: 198px;
  }
  .about_history .inner_circlelast {
    right: 198px;
    top: 58%;
  }
  .about_history .timeline ul li:nth-child(even) div, .about_history .timeline ul li:nth-child(odd) div {
    left: 0;
  }
  .about_history .timeline ul li div {
    width: 206px;
  }
}

@media (min-width: 426px) and (max-width: 767px) {
  .about_history .mrgn_right {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .about_history .inner_circlelast {
    background-color: rgba(134, 142, 150, 0.46);
    padding: 4px;
    border-radius: 50%;
    position: absolute;
    top: 61%;
    z-index: 1090;
    right: 93px;
  }
}

/*about services css
start here
*/
#nav_about_services {
  background-image: url("../images/photos/pexels-photo-40120_1.jpg");
  background-position: center;
  background-size: cover;
}

.backgrnd_services {
  background: linear-gradient(to bottom right, #efefef, #fff);
}

.about_services .sequital-bottom {
  margin-bottom: 10px;
}

.about_services .pd_10 {
  padding-bottom: 4rem;
}

.about_services .bdr_radius {
  border-radius: 0 0 10px 10px;
}

.about_services .image_radius {
  border-radius: 11px 11px 0 0;
}

.about_services .pd_top {
  padding-top: 4rem;
}

.about_services .icon_color {
  color: #0081FF !important;
  font-size: 13px;
}

.about_services .pb-10 {
  padding-bottom: 40px;
}

.about_services .margin_bottom {
  margin-bottom: 35px;
}

.about_services .icon_border {
  position: absolute;
  top: -7%;
  left: 42px;
  background-color: #fff;
  border-radius: 50%;
  padding: 14px;
  box-shadow: 1px 1px 20px 14px rgba(167, 167, 167, 0.1);
}

.about_services .btn-light:hover {
  background-color: #0081ff;
  box-shadow: 0 20px 42px 0px rgba(0, 129, 255, 0.3);
}

.about_services .btn-light:focus {
  background-color: #0081ff;
  box-shadow: 1px -15px 42px 0px rgba(0, 129, 255, 0.32);
}

.about_services .m_t_10 {
  margin-bottom: 51px !important;
}

.about_services .hover_box_shadow:hover .cad_img_shadow {
  box-shadow: 1px 20px 254px 20px rgba(135, 153, 163, 0.35);
}

@media (min-width: 320px) and (max-width: 425px) {
  .about_services .icon_border {
    position: absolute;
    top: -9%;
    left: 42px;
    background-color: #fff;
    border-radius: 50%;
    padding: 14px;
    box-shadow: 1px 2px 20px 2px rgba(238, 238, 238, 0.6);
  }
}

@media (max-width: 768px) {
  .about_services .icon_border {
    position: absolute;
    top: -5%;
    left: 42px;
    background-color: #fff;
    border-radius: 50%;
    padding: 10px;
  }
  .about_services .margin_bottom {
    margin-bottom: 52px;
  }
}

.about_services .font_heading {
  font-size: 24px;
  font-weight: 700;
  color: #252525;
}

@media (max-width: 1024px) {
  .about_services .m_t_10 {
    margin-bottom: 36px;
  }
  .about_services .m_b_10 {
    margin-bottom: 29px !important;
  }
  .about_services .margin_bottom {
    margin-bottom: 53px;
  }
  .about_services .card_bottom {
    padding-bottom: 23px;
  }
}

.about_services .font_family {
  color: #252525;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 42px;
}

.about_services .para_family {
  font-size: 20px;
  color: #252525;
  font-family: 'Cambay', sans-serif;
}

@media (max-width: 320px) {
  .about_services .primary_button {
    color: #fff;
    background-color: #8799A3;
    border: none;
    border-radius: 29px;
    padding: 16px 60px 16px 60px;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    margin-left: 0 !important;
  }
}

/* project details */
#nav_project_details {
  background-image: url("../images/photos/jcb.JPG");
  background-position: center;
  background-size: cover;
}

.project_details .card-header {
  border-bottom: none !important;
  border-radius: 0 !important;
}

.project_details .card-header:first-child {
  border-radius: 0 !important;
}

.project_details .header_tag {
  font-weight: 600;
}

.project_details .img_radius {
  border-radius: 10px;
  box-shadow: 2px 8px 140px 8px #e6e5e5;
}

.project_details .small_box {
  border: 1px solid #eee;
  background-color: #f1f1f1;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 18px 12px;
  font-weight: 800;
}

.project_details .big_box {
  border: 1px solid #eee;
  background-color: white;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-right: 20px;
}

.project_details .left_icon {
  color: deepskyblue;
}

.project_details .our_text {
  font-weight: 800;
  color: deepskyblue;
}

.project_details .msn_text {
  color: #7e847c;
}

.project_details .text_color {
  color: #8799a3;
  font-size: 16px;
  font-family: 'Cambay', 'sans-serif';
  cursor: pointer;
}

.project_details .car_head_text:hover .fa-angle-down {
  color: #0080FF;
}

.project_details .car_head_text:hover .accordi_head_primary_text {
  color: #0080FF;
}

.project_details .color_tag {
  color: #252525;
  font-size: 14px;
}

.project_details .fa-angle-down {
  font-size: 18px;
}

.project_details .icons {
  color: #D2DCDE;
  margin-right: 19px;
}

.project_details .icons:hover {
  color: #8799a3;
}

.project_details .image1 {
  top: 0;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  left: 0;
  right: 0;
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  display: inline-table;
  padding: 4.25rem 0 4.25rem;
}

.project_details .image4 {
  top: 0;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  left: 0;
  right: 0;
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  display: inline-table;
  padding: 4.25rem 0 4.25rem;
}

.project_details .remove_padd {
  padding: 0 !important;
}

.project_details .remove_padd img {
  width: 100%;
  max-height: 100%;
  position: absolute;
  height: 100%;
}

.project_details .chan_text {
  color: #868e96;
}

.project_details .remv_stl ul > li {
  list-style: none;
}

.project_details li:before {
  content: '';
  color: red;
}

.project_details .ic_color {
  color: #0081FF;
  font-size: 14px;
}

.project_details .circle_size {
  font-size: 8px;
  color: #0081ff;
}

.project_details .Challenge_text {
  font-size: 28px;
  font-weight: 800;
}

.project_details .t-b-8 {
  font-weight: 600;
}

.project_details .descrip_text {
  font-size: 24px;
  font-family: 'Cambay', 'sans-serif';
  font-weight: 400;
}

.project_details .accordi_head_text {
  color: #252525;
  font-size: 14px;
  font-weight: 800;
}

.project_details .accordi_head_text:hover {
  color: #8799a3;
}

.project_details .accordi_head_primary_text {
  color: #0081FF;
}

.project_details .accordi_head_primary_text:hover {
  color: #0081FF !important;
}

.project_details .addninfo_text {
  color: #252525;
}

.project_details .car_head_text .fa-angle-right {
  color: #252525;
  font-size: 18px;
}

.project_details .car_head_text:hover * {
  color: #8799a3;
}

.project_details .fa-facebook:hover {
  color: #3b5998;
}

.project_details .fa-twitter:hover {
  color: #1dcaff;
}

.project_details .fa-google-plus:hover {
  color: #d34836;
}

.project_details .fa-pinterest-p:hover {
  color: #c92228;
}

.project_details .addinfo_bg {
  background-color: #FFF;
  border-bottom: none;
}

.project_details .addinfo_head_clr.addinfo_bg {
  background-color: #f7f7f8;
}

.project_details .card_bdy_content {
  font-size: 18px;
  color: #636363;
  font-family: 'Cambay', sans-serif;
  padding: 4px 43px 20px 51px;
  text-align: justify;
}

.project_details .car_head_text {
  font-weight: 700;
  font-size: 14px;
}

.project_details .card_bx-shdw {
  outline: none;
  border: none;
  box-shadow: 0px 15px 54px 2px rgba(0, 0, 0, 0.12);
}

.project_details .bottom_line {
  border: 1px solid #f0f4f7;
}

@media (max-width: 1024px) and (min-width: 1023px) {
  .project_details .image1 {
    left: 2%;
  }
  .project_details .image4 {
    left: 5%;
  }
}

@media (max-width: 991px) {
  .project_details .image1 {
    font-size: 16px !important;
  }
  .project_details .image4 {
    font-size: 16px !important;
  }
}

.project_details .fa-angle-down:active {
  color: #0081ff;
}

/* project details end */
/* project details */
#nav_project_details2 {
  background-image: url("../images/photos/penandpaper.png");
  background-position: center;
  background-size: cover;
}

.project_details .card-header {
  border-bottom: none !important;
  border-radius: none !important;
}

.project_details .fa-angle-down:active {
  color: #0081ff;
}

.project_details .header_tag {
  font-weight: 600;
}

.project_details .img_radius {
  border-radius: 10px;
  box-shadow: 2px 8px 140px 8px #e6e5e5;
}

.project_details .small_box {
  border: 1px solid #eee;
  background-color: #f1f1f1;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 18px 12px;
  font-weight: 800;
}

.project_details .big_box {
  border: 1px solid #eee;
  background-color: white;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-right: 20px;
}

.project_details .left_icon {
  color: deepskyblue;
}

.project_details .our_text {
  font-weight: 800;
  color: deepskyblue;
}

.project_details .msn_text {
  color: #7e847c;
}

.project_details .text_color {
  color: #8799a3;
  font-size: 16px;
  font-family: 'Cambay', 'sans-serif';
  cursor: pointer;
}

.project_details .car_head_text:hover .fa-angle-down {
  color: #0080FF;
}

.project_details .car_head_text:hover .accordi_head_primary_text {
  color: #0080FF;
}

.project_details .color_tag {
  color: #252525;
  font-size: 14px;
}

.project_details .fa-angle-down {
  font-size: 18px;
}

.project_details .icons {
  color: #D2DCDE;
  margin-right: 19px;
}

.project_details .icons:hover {
  color: #8799a3;
}

.project_details .image1 {
  top: 0;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  left: 0;
  right: 0;
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  display: inline-table;
  padding: 4.25rem 0 4.25rem;
}

.project_details .image4 {
  top: 0;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  left: 0;
  right: 0;
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  display: inline-table;
  padding: 4.25rem 0 4.25rem;
}

.project_details .remove_padd {
  padding: 0 !important;
}

.project_details .remove_padd img {
  width: 100%;
  max-height: 100%;
  position: absolute;
  height: 100%;
}

.project_details .chan_text {
  color: #868e96;
}

.project_details .remv_stl ul > li {
  list-style: none;
}

.project_details li:before {
  content: '';
  color: red;
}

.project_details .ic_color {
  color: #0081FF;
  font-size: 14px;
}

.project_details .circle_size {
  font-size: 8px;
  color: #0081ff;
}

.project_details .Challenge_text {
  font-size: 28px;
  font-weight: 800;
}

.project_details .t-b-8 {
  font-weight: 600;
}

.project_details .descrip_text {
  font-size: 24px;
  font-family: 'Cambay', 'sans-serif';
  font-weight: 400;
}

.project_details .accordi_head_text {
  color: #252525;
  font-size: 14px;
  font-weight: 800;
}

.project_details .accordi_head_text:hover {
  color: #8799a3;
}

.project_details .accordi_head_primary_text {
  color: #0081FF;
}

.project_details .accordi_head_primary_text:hover {
  color: #0081FF !important;
}

.project_details .addninfo_text {
  color: #252525;
}

.project_details .car_head_text .fa-angle-right {
  color: #252525;
  font-size: 18px;
}

.project_details .car_head_text:hover * {
  color: #8799a3;
}

.project_details .fa-facebook:hover {
  color: #3b5998;
}

.project_details .fa-twitter:hover {
  color: #1dcaff;
}

.project_details .fa-google-plus:hover {
  color: #d34836;
}

.project_details .fa-pinterest-p:hover {
  color: #c92228;
}

.project_details .addinfo_bg {
  background-color: #FFF;
  border-bottom: none;
}

.project_details .addinfo_head_clr.addinfo_bg {
  background-color: #f7f7f8;
}

.project_details .card-header:first-child {
  border-radius: 0 !important;
}

.project_details .card_bdy_content {
  font-size: 18px;
  color: #636363;
  font-family: 'Cambay', sans-serif;
  padding: 4px 43px 20px 51px;
  text-align: justify;
}

.project_details .car_head_text {
  font-weight: 700;
  font-size: 14px;
}

.project_details .card_bx-shdw {
  outline: none;
  border: none;
  box-shadow: 0px 15px 54px 2px rgba(0, 0, 0, 0.12);
}

.project_details .bottom_line {
  border: 1px solid #f0f4f7;
}

@media (max-width: 1024px) and (min-width: 1023px) {
  .project_details .image1 {
    left: 2%;
  }
  .project_details .image4 {
    left: 5%;
  }
}

@media (max-width: 991px) {
  .project_details .image1 {
    font-size: 16px !important;
  }
  .project_details .image4 {
    font-size: 16px !important;
  }
}

.project_details .line_height {
  line-height: 30px;
}

/* project details end */
/* project details */
#nav_project_details3 {
  background-image: url("../images/photos/photo-1444718070663-99afd7176287.JPG");
  background-position: center;
  background-size: cover;
}

.project_details .card-header {
  border-bottom: none !important;
  border-radius: none !important;
}

.project_details .fa-angle-down:active {
  color: #0081ff;
}

.project_details .header_tag {
  font-weight: 600;
}

.project_details .img_radius {
  border-radius: 10px;
  box-shadow: 2px 8px 140px 8px #e6e5e5;
}

.project_details .small_box {
  border: 1px solid #eee;
  background-color: #f1f1f1;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 18px 12px;
  font-weight: 800;
}

.project_details .big_box {
  border: 1px solid #eee;
  background-color: white;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-right: 20px;
}

.project_details .left_icon {
  color: deepskyblue;
}

.project_details .our_text {
  font-weight: 800;
  color: deepskyblue;
}

.project_details .msn_text {
  color: #7e847c;
}

.project_details .text_color {
  color: #8799a3;
  font-size: 16px;
  font-family: 'Cambay', 'sans-serif';
  cursor: pointer;
}

.project_details .color_tag {
  color: #252525;
  font-size: 14px;
}

.project_details .car_head_text:hover .fa-angle-down {
  color: #0080FF;
}

.project_details .car_head_text:hover .accordi_head_primary_text {
  color: #0080FF;
}

.project_details .fa-angle-down {
  font-size: 18px;
}

.project_details .icons {
  color: #D2DCDE;
  margin-right: 19px;
}

.project_details .icons:hover {
  color: #8799a3;
}

.project_details .image1 {
  top: 0;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  left: 0;
  right: 0;
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  display: inline-table;
  padding: 4.25rem 0 4.25rem;
}

.project_details .image4 {
  top: 0;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  left: 0;
  right: 0;
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  display: inline-table;
  padding: 4.25rem 0 4.25rem;
}

.project_details .remove_padd {
  padding: 0 !important;
}

.project_details .remove_padd img {
  width: 100%;
  max-height: 100%;
  position: absolute;
  height: 100%;
}

.project_details .chan_text {
  color: #868e96;
}

.project_details .remv_stl ul > li {
  list-style: none;
}

.project_details li:before {
  content: '';
  color: red;
}

.project_details .ic_color {
  color: #0081FF;
  font-size: 14px;
}

.project_details .circle_size {
  font-size: 8px;
  color: #0081ff;
}

.project_details .Challenge_text {
  font-size: 28px;
  font-weight: 800;
}

.project_details .t-b-8 {
  font-weight: 600;
}

.project_details .descrip_text {
  font-size: 24px;
  font-family: 'Cambay', 'sans-serif';
  font-weight: 400;
}

.project_details .accordi_head_text {
  color: #252525;
  font-size: 14px;
  font-weight: 800;
}

.project_details .accordi_head_text:hover {
  color: #8799a3;
}

.project_details .accordi_head_primary_text {
  color: #0081FF;
}

.project_details .accordi_head_primary_text:hover {
  color: #0081FF !important;
}

.project_details .addninfo_text {
  color: #252525;
}

.project_details .car_head_text .fa-angle-right {
  color: #252525;
  font-size: 18px;
}

.project_details .car_head_text:hover * {
  color: #8799a3;
}

.project_details .fa-facebook:hover {
  color: #3b5998;
}

.project_details .fa-twitter:hover {
  color: #1dcaff;
}

.project_details .fa-google-plus:hover {
  color: #d34836;
}

.project_details .fa-pinterest-p:hover {
  color: #c92228;
}

.project_details .addinfo_bg {
  background-color: #FFF;
  border-bottom: none;
}

.project_details .card-header:first-child {
  border-radius: 0 !important;
}

.project_details .addinfo_head_clr.addinfo_bg {
  background-color: #f7f7f8;
}

.project_details .card_bdy_content {
  font-size: 18px;
  color: #636363;
  font-family: 'Cambay', sans-serif;
  padding: 4px 43px 20px 51px;
  text-align: justify;
}

.project_details .car_head_text {
  font-weight: 700;
  font-size: 14px;
}

.project_details .card_bx-shdw {
  outline: none;
  border: none;
  box-shadow: 0px 15px 54px 2px rgba(0, 0, 0, 0.12);
}

.project_details .bottom_line {
  border: 1px solid #f0f4f7;
}

@media (max-width: 1024px) and (min-width: 1023px) {
  .project_details .image1 {
    left: 2%;
  }
  .project_details .image4 {
    left: 5%;
  }
}

@media (max-width: 991px) {
  .project_details .image1 {
    font-size: 16px !important;
  }
  .project_details .image4 {
    font-size: 16px !important;
  }
}

/* project details end */
/* project details */
#nav_project_details4 {
  background-image: url("../images/photos/photo-146.JPG");
  background-position: center;
  background-size: cover;
}

@media (max-width: 425px) {
  .transform-head-text {
    font-size: 32px !important;
  }
}

.project_details .fa-angle-down:active {
  color: #0081ff;
}

.project_details .card-header:first-child {
  border-radius: 0 !important;
}

.project_details .card-header {
  border-bottom: none !important;
  border-radius: none !important;
}

.project_details .header_tag {
  font-weight: 600;
}

.project_details .img_radius {
  border-radius: 10px;
  box-shadow: 2px 8px 140px 8px #e6e5e5;
}

.project_details .small_box {
  border: 1px solid #eee;
  background-color: #f1f1f1;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 18px 12px;
  font-weight: 800;
}

.project_details .big_box {
  border: 1px solid #eee;
  background-color: white;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-right: 20px;
}

.project_details .left_icon {
  color: deepskyblue;
}

.project_details .our_text {
  font-weight: 800;
  color: deepskyblue;
}

.project_details .msn_text {
  color: #7e847c;
}

.project_details .text_color {
  color: #8799a3;
  font-size: 16px;
  font-family: 'Cambay', 'sans-serif';
  cursor: pointer;
}

.project_details .color_tag {
  color: #252525;
  font-size: 14px;
}

.project_details .car_head_text:hover .fa-angle-down {
  color: #0080FF;
}

.project_details .car_head_text:hover .accordi_head_primary_text {
  color: #0080FF;
}

.project_details .fa-angle-down {
  font-size: 18px;
}

.project_details .icons {
  color: #D2DCDE;
  margin-right: 19px;
}

.project_details .icons:hover {
  color: #8799a3;
}

.project_details .image1 {
  top: 0;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  left: 0;
  right: 0;
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  display: inline-table;
  padding: 4.25rem 0 4.25rem;
}

.project_details .image4 {
  top: 0;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  left: 0;
  right: 0;
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  display: inline-table;
  padding: 4.25rem 0 4.25rem;
}

.project_details .remove_padd {
  padding: 0 !important;
}

.project_details .remove_padd img {
  width: 100%;
  max-height: 100%;
  position: absolute;
  height: 100%;
}

.project_details .chan_text {
  color: #868e96;
}

.project_details .remv_stl ul > li {
  list-style: none;
}

.project_details li:before {
  content: '';
  color: red;
}

.project_details .ic_color {
  color: #0081FF;
  font-size: 14px;
}

.project_details .circle_size {
  font-size: 8px;
  color: #0081ff;
}

.project_details .Challenge_text {
  font-size: 28px;
  font-weight: 800;
}

.project_details .t-b-8 {
  font-weight: 600;
}

.project_details .descrip_text {
  font-size: 24px;
  font-family: 'Cambay', 'sans-serif';
  font-weight: 400;
}

.project_details .accordi_head_text {
  color: #252525;
  font-size: 14px;
  font-weight: 800;
}

.project_details .accordi_head_text:hover {
  color: #8799a3;
}

.project_details .accordi_head_primary_text {
  color: #0081FF;
}

.project_details .accordi_head_primary_text:hover {
  color: #0081FF !important;
}

.project_details .addninfo_text {
  color: #252525;
}

.project_details .car_head_text .fa-angle-right {
  color: #252525;
  font-size: 18px;
}

.project_details .car_head_text:hover * {
  color: #8799a3;
}

.project_details .fa-facebook:hover {
  color: #3b5998;
}

.project_details .fa-twitter:hover {
  color: #1dcaff;
}

.project_details .fa-google-plus:hover {
  color: #d34836;
}

.project_details .fa-pinterest-p:hover {
  color: #c92228;
}

.project_details .addinfo_bg {
  background-color: #FFF;
  border-bottom: none;
}

.project_details .addinfo_head_clr.addinfo_bg {
  background-color: #f7f7f8;
}

.project_details .card_bdy_content {
  font-size: 18px;
  color: #636363;
  font-family: 'Cambay', sans-serif;
  padding: 4px 43px 20px 51px;
  text-align: justify;
}

.project_details .car_head_text {
  font-weight: 700;
  font-size: 14px;
}

.project_details .card_bx-shdw {
  outline: none;
  border: none;
  box-shadow: 0px 15px 54px 2px rgba(0, 0, 0, 0.12);
}

.project_details .bottom_line {
  border: 1px solid #f0f4f7;
}

@media (max-width: 1024px) and (min-width: 1023px) {
  .project_details .image1 {
    left: 2%;
  }
  .project_details .image4 {
    left: 5%;
  }
}

@media (max-width: 991px) {
  .project_details .image1 {
    font-size: 16px !important;
  }
  .project_details .image4 {
    font-size: 16px !important;
  }
}

/* project details end */
/* project details */
#nav_project_details5 {
  background-image: url("../images/photos/people.JPG");
  background-position: center;
  background-size: cover;
}

.project_details .card-header {
  border-bottom: none !important;
  border-radius: 0 !important;
}

.project_details .fa-angle-down:active {
  color: #0081ff;
}

.project_details .card-header:first-child {
  border-radius: none !important;
}

.project_details .header_tag {
  font-weight: 600;
}

.project_details .img_radius {
  border-radius: 10px;
  box-shadow: 2px 8px 140px 8px #e6e5e5;
}

.project_details .small_box {
  border: 1px solid #eee;
  background-color: #f1f1f1;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 18px 12px;
  font-weight: 800;
}

.project_details .big_box {
  border: 1px solid #eee;
  background-color: white;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-right: 20px;
}

.project_details .left_icon {
  color: deepskyblue;
}

.project_details .our_text {
  font-weight: 800;
  color: deepskyblue;
}

.project_details .msn_text {
  color: #7e847c;
}

.project_details .text_color {
  color: #8799a3;
  font-size: 16px;
  font-family: 'Cambay', 'sans-serif';
  cursor: pointer;
}

.project_details .color_tag {
  color: #252525;
  font-size: 14px;
}

.project_details .car_head_text:hover .fa-angle-down {
  color: #0080FF;
}

.project_details .car_head_text:hover .accordi_head_primary_text {
  color: #0080FF;
}

.project_details .fa-angle-down {
  font-size: 18px;
}

.project_details .icons {
  color: #D2DCDE;
  margin-right: 19px;
}

.project_details .icons:hover {
  color: #8799a3;
}

.project_details .image1 {
  top: 0;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  left: 0;
  right: 0;
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  display: inline-table;
  padding: 4.25rem 0 4.25rem;
}

.project_details .image4 {
  top: 0;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  left: 0;
  right: 0;
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  display: inline-table;
  padding: 4.25rem 0 4.25rem;
}

.project_details .remove_padd {
  padding: 0 !important;
}

.project_details .remove_padd img {
  width: 100%;
  max-height: 100%;
  position: absolute;
  height: 100%;
}

.project_details .chan_text {
  color: #868e96;
}

.project_details .remv_stl ul > li {
  list-style: none;
}

.project_details li:before {
  content: '';
  color: red;
}

.project_details .ic_color {
  color: #0081FF;
  font-size: 14px;
}

.project_details .circle_size {
  font-size: 8px;
  color: #0081ff;
}

.project_details .Challenge_text {
  font-size: 28px;
  font-weight: 800;
}

.project_details .t-b-8 {
  font-weight: 600;
}

.project_details .descrip_text {
  font-size: 24px;
  font-family: 'Cambay', 'sans-serif';
  font-weight: 400;
}

.project_details .accordi_head_text {
  color: #252525;
  font-size: 14px;
  font-weight: 800;
}

.project_details .accordi_head_text:hover {
  color: #8799a3;
}

.project_details .accordi_head_primary_text {
  color: #0081FF;
}

.project_details .accordi_head_primary_text:hover {
  color: #0081FF !important;
}

.project_details .addninfo_text {
  color: #252525;
}

.project_details .car_head_text .fa-angle-right {
  color: #252525;
  font-size: 18px;
}

.project_details .car_head_text:hover * {
  color: #8799a3;
}

.project_details .fa-facebook:hover {
  color: #3b5998;
}

.project_details .fa-twitter:hover {
  color: #1dcaff;
}

.project_details .fa-google-plus:hover {
  color: #d34836;
}

.project_details .fa-pinterest-p:hover {
  color: #c92228;
}

.project_details .addinfo_bg {
  background-color: #FFF;
  border-bottom: none;
}

.project_details .addinfo_head_clr.addinfo_bg {
  background-color: #f7f7f8;
}

.project_details .card_bdy_content {
  font-size: 18px;
  color: #636363;
  font-family: 'Cambay', sans-serif;
  padding: 4px 43px 20px 51px;
  text-align: justify;
}

.project_details .car_head_text {
  font-weight: 700;
  font-size: 14px;
}

.project_details .card_bx-shdw {
  outline: none;
  border: none;
  box-shadow: 0px 15px 54px 2px rgba(0, 0, 0, 0.12);
}

.project_details .bottom_line {
  border: 1px solid #f0f4f7;
}

@media (max-width: 1024px) and (min-width: 1023px) {
  .project_details .image1 {
    left: 2%;
  }
  .project_details .image4 {
    left: 5%;
  }
}

@media (max-width: 991px) {
  .project_details .image1 {
    font-size: 16px !important;
  }
  .project_details .image4 {
    font-size: 16px !important;
  }
}

/* project details end */
/* project details */
#nav_project_details6 {
  background-image: url("../images/photos/Project5.png");
  background-position: center;
  background-size: cover;
}

.project_details .card-header {
  border-bottom: none !important;
  border-radius: 0 !important;
}

.project_details .card-header:first-child {
  border-radius: 0 !important;
}

.project_details .fa-angle-down:active {
  color: #0081ff;
}

.project_details .header_tag {
  font-weight: 600;
}

.project_details .img_radius {
  border-radius: 10px;
  box-shadow: 2px 8px 140px 8px #e6e5e5;
}

.project_details .small_box {
  border: 1px solid #eee;
  background-color: #f1f1f1;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 18px 12px;
  font-weight: 800;
}

.project_details .big_box {
  border: 1px solid #eee;
  background-color: white;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-right: 20px;
}

.project_details .left_icon {
  color: deepskyblue;
}

.project_details .our_text {
  font-weight: 800;
  color: deepskyblue;
}

.project_details .msn_text {
  color: #7e847c;
}

.project_details .text_color {
  color: #8799a3;
  font-size: 16px;
  font-family: 'Cambay', 'sans-serif';
  cursor: pointer;
}

.project_details .color_tag {
  color: #252525;
  font-size: 14px;
}

.project_details .fa-angle-down {
  font-size: 18px;
}

.project_details .icons {
  color: #D2DCDE;
  margin-right: 19px;
}

.project_details .icons:hover {
  color: #8799a3;
}

.project_details .image1 {
  top: 0;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  left: 0;
  right: 0;
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  display: inline-table;
  padding: 4.25rem 0 4.25rem;
}

.project_details .image4 {
  top: 0;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  left: 0;
  right: 0;
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  display: inline-table;
  padding: 4.25rem 0 4.25rem;
}

.project_details .remove_padd {
  padding: 0 !important;
}

.project_details .remove_padd img {
  width: 100%;
  max-height: 100%;
  position: absolute;
  height: 100%;
}

.project_details .chan_text {
  color: #868e96;
}

.project_details .remv_stl ul > li {
  list-style: none;
}

.project_details li:before {
  content: '';
  color: red;
}

.project_details .ic_color {
  color: #0081FF;
  font-size: 14px;
}

.project_details .circle_size {
  font-size: 8px;
  color: #0081ff;
}

.project_details .Challenge_text {
  font-size: 28px;
  font-weight: 800;
}

.project_details .t-b-8 {
  font-weight: 600;
}

.project_details .descrip_text {
  font-size: 24px;
  font-family: 'Cambay', 'sans-serif';
  font-weight: 400;
}

.project_details .accordi_head_text {
  color: #252525;
  font-size: 14px;
  font-weight: 800;
}

.project_details .accordi_head_text:hover {
  color: #8799a3;
}

.project_details .accordi_head_primary_text {
  color: #0081FF;
}

.project_details .accordi_head_primary_text:hover {
  color: #0081FF !important;
}

.project_details .addninfo_text {
  color: #252525;
}

.project_details .car_head_text .fa-angle-right {
  color: #252525;
  font-size: 18px;
}

.project_details .car_head_text:hover * {
  color: #8799a3;
}

.project_details .fa-facebook:hover {
  color: #3b5998;
}

.project_details .fa-twitter:hover {
  color: #1dcaff;
}

.project_details .fa-google-plus:hover {
  color: #d34836;
}

.project_details .fa-pinterest-p:hover {
  color: #c92228;
}

.project_details .addinfo_bg {
  background-color: #FFF;
  border-bottom: none;
}

.project_details .addinfo_head_clr.addinfo_bg {
  background-color: #f7f7f8;
}

.project_details .card_bdy_content {
  font-size: 18px;
  color: #636363;
  font-family: 'Cambay', sans-serif;
  padding: 4px 43px 20px 51px;
  text-align: justify;
}

.project_details .car_head_text {
  font-weight: 700;
  font-size: 14px;
}

.project_details .car_head_text:hover .fa-angle-down {
  color: #0080FF;
}

.project_details .card_bx-shdw {
  outline: none;
  border: none;
  box-shadow: 0px 15px 54px 2px rgba(0, 0, 0, 0.12);
}

.project_details .bottom_line {
  border: 1px solid #f0f4f7;
}

@media (max-width: 1024px) and (min-width: 1023px) {
  .project_details .image1 {
    left: 2%;
  }
  .project_details .image4 {
    left: 5%;
  }
}

@media (max-width: 991px) {
  .project_details .image1 {
    font-size: 16px !important;
  }
  .project_details .image4 {
    font-size: 16px !important;
  }
}

@media (max-width: 320px) and (min-width: 575px) {
  .project_details .zoomWrapper {
    width: 100% !important;
  }
}

/* project details end */
#nav_about_testmonial {
  background-image: url("../images/photos/peoplelover.JPG");
  background-position: center;
  background-size: cover;
}

.about_testmonial {
  background: linear-gradient(to right, #efeff0, #f9f9fa) !important;
  padding-top: 1rem;
  padding-bottom: 0;
}

.about_testmonial .box_padd {
  padding: 35px;
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 1px 92px 18px rgba(237, 237, 237, 0.55);
}

.about_testmonial .loading {
  font-size: 16px;
  font-family: 'Cambay','sans-serif';
  color: #8799a3;
}

.about_testmonial .img_shadow {
  position: absolute;
  top: -33px;
  box-shadow: 0 1px 20px 12px #eaeaea;
}

.about_testmonial .qt_left {
  font-size: 60px;
  color: #f9f9f9;
}

.about_testmonial .adjust_quote {
  margin-left: 12px;
}

.about_testmonial .user_txt {
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
}

.about_testmonial .m-b-10 {
  padding-bottom: 5rem;
}

.about_testmonial .job_txt {
  color: #8799a3;
  font-size: 14px;
  font-weight: 400;
  font-family: "Cambay",'sans-serif';
}

.about_testmonial .middle_content {
  font-size: 16px;
  color: #252525;
  font-weight: 700;
  font-family: 'Cambay','sans-serif';
  text-align: justify;
}

@media (max-width: 768px) {
  .about_testmonial .adjust_quote {
    margin-left: -22px;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  .about_testmonial .top_adjust {
    margin-top: 48px;
  }
}

.menu_padding {
  padding: 15rem 0 0 1rem;
}

.menu_header_logo {
  color: #0080FF;
}

.background_menu_color {
  background: #fff;
  padding-left: 20px;
}

.nav_menu2 {
  overflow-y: scroll;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
}

.menu_icons_margin {
  margin-top: 35px;
  margin-bottom: 40px;
}

.menu_icons_margin2 {
  margin-top: 51px;
  margin-bottom: 51px;
}

.menu_icons_margin3 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.menu_padding_top {
  padding-top: 28px;
}

.menu_overlay {
  background-color: rgba(47, 47, 47, 0.8);
  z-index: 99999;
}

.background_menu_color {
  margin-left: auto;
}

.open_right_side_bar .menu_overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.72);
}

.open_right_side_bar {
  overflow-y: hidden;
}

.menu_overlay {
  background-color: transparent;
}

.albedo_text {
  font-family: "Cambay", 'sans-serif';
  font-size: 18px;
  color: #636363;
}

.latest_news {
  font-size: 20px;
  font-family: "Montserrat" ,'sans-serif';
  font-weight: 700;
}

.item_text {
  color: #bbc7cd;
  font-weight: 900;
  font-family: "Montserrat" ,'sans-serif';
  font-size: 14px;
}

.pri_clr {
  font-family: "Montserrat" ,'sans-serif';
  font-weight: 900;
  color: #252525;
}

.input_effects {
  padding: 15px 51px 15px 51px;
  background-color: #f3f4f6;
  border: none;
  border-radius: 23px;
  font-size: 14px;
  font-family: "Cambay", 'sans-serif';
  outline: none;
  color: #8799a3;
}

::-webkit-input-placeholder {
  color: #8799a3;
}

:-ms-input-placeholder {
  color: #8799a3;
}

::placeholder {
  color: #8799a3;
}

.searchmenu {
  position: absolute;
  left: 88%;
  top: 33%;
}

@media (min-width: 320px) and (max-width: 425px) {
  position: absolute;
  left: 80%;
  top: 33%;
}

.text_color {
  color: #8799a3;
  font-size: 16px;
  font-family: "Cambay", 'sans-serif';
}

.img_pop {
  border-radius: 5px;
}

.img_pop:hover {
  opacity: 0.5;
}

.icons {
  color: #bbc7cd;
}

.fa-facebook:hover {
  color: #3b5998;
}

.fa-twitter:hover {
  color: #33CCFF;
}

.fa-google-plus:hover {
  color: #C63D2D;
}

.fa-linkedin :hover {
  color: #4875B4;
}

.hrv_text:hover .pri_clr {
  color: #8799a3;
  cursor: pointer;
}

.hrv_text:hover .hvr_img {
  opacity: 0.5;
  cursor: pointer;
}

.text-black {
  color: #252525;
  cursor: pointer;
}

.search_img_height {
  height: 18px;
  width: 18px;
}

.search_inpt {
  position: relative;
  padding: 15px 46px 15px 20px;
  border-radius: 30px;
  font-family: 'Cambay', sans-serif !important;
  font-size: 18px;
  color: #8799a3 !important;
}

.icon_search {
  position: absolute;
  right: 35px;
  top: 18px;
  color: #ccc;
}

.form-control {
  padding: 18px 50px 13px 25px;
}

.search_inpt input::-webkit-input-placeholder {
  font-size: 18px !important;
  position: relative;
  bottom: 3px;
  color: #8799a3 !important;
  top: 10px;
}

.search_inpt input:-ms-input-placeholder {
  font-size: 18px !important;
  position: relative;
  bottom: 3px;
  color: #8799a3 !important;
  top: 10px;
}

.search_inpt input::placeholder {
  font-size: 18px !important;
  position: relative;
  bottom: 3px;
  color: #8799a3 !important;
  top: 10px;
}

.mrgn_topadjust {
  margin-top: 35px;
}

/*Shop css
 start
 from here*/
#nav_shop {
  background-image: url("../images/photos/shop_bg_1.JPG");
  background-position: center;
  background-size: cover;
}

.shop .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #0081ff;
}

.shop .img_rad {
  border-radius: 10px;
  box-shadow: 0px 15px 145px 10px rgba(162, 159, 159, 0.38);
}

.shop .img_rad1 {
  border-radius: 10px;
}

.shop .slider-horizontal {
  cursor: pointer;
}

.shop .input-group-btn > .btn {
  border: none !important;
}

.shop .new_btn {
  background-color: #39b54a;
  border: none;
  border-radius: 25px;
  font-size: 11px;
  color: #fff;
  padding: 6px 13px;
  position: absolute;
  top: 9%;
  font-weight: 700;
  left: 12%;
  box-shadow: 2px 4px 20px 0 rgba(57, 181, 74, 0.67);
}

.shop .show_txt {
  font-size: 16px;
  color: #8799a3;
  font-family: 'Cambay', sans-serif;
}

.shop .sort_text {
  color: #252525;
  font-size: 14px;
  font-weight: 700;
  margin-left: 3rem;
}

.shop .hrv_text {
  margin-bottom: 10px;
}

.shop .loading {
  font-size: 16px;
  font-family: 'Cambay','sans-serif';
  color: #8799a3;
}

.shop .star_text {
  font-size: 12px;
  color: #fcd846;
}

.shop .price_clr {
  font-size: 16px;
  font-weight: 900;
  color: #39b54a;
}

.shop .delete_price {
  font-size: 14px;
  font-weight: 400;
  color: #8799a3;
}

.shop .top_btn {
  background-color: #0684ff;
  border: none;
  border-radius: 25px;
  font-size: 11px;
  color: #fff;
  padding: 6px 13px;
  position: absolute;
  top: 9%;
  font-weight: 700;
  margin-left: 9%;
  box-shadow: 2px 4px 20px 0 #0684ff;
}

.shop .sell_btn {
  background-color: #f04e4e;
  border: none;
  border-radius: 25px;
  font-size: 11px;
  color: #fff;
  padding: 6px 13px;
  position: absolute;
  top: 9%;
  margin-left: 9%;
  font-weight: 700;
  box-shadow: 2px 4px 20px 0 #f04e4e;
}

.shop .fea_btn {
  background-color: #ffffff;
  border: none;
  border-radius: 25px;
  font-size: 11px;
  color: #9aa9b1;
  padding: 6px 13px;
  position: absolute;
  top: 9%;
  margin-left: 9%;
  font-weight: 700;
  box-shadow: 1px 2px 6px 0 #ccc;
}

.shop .price_del {
  color: #8799a3;
  font-size: 14px;
}

.shop .round_box {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 15px 145px 10px rgba(0, 0, 0, 0.06);
  padding: 20px 25px;
}

.shop .cata_text {
  color: #252525;
  font-weight: 800;
}

.shop .catag_inr_text {
  font-size: 16px;
  color: #252525;
  font-family: 'Cambay', sans-serif;
  cursor: pointer;
}

.shop .hrv_popular:hover .item_text {
  color: #8799a3;
}

.shop .caret_clr {
  color: #0081ff;
  margin-left: 9px;
}

.shop .f-s-10 {
  font-size: 10px;
  color: #fcd846;
}

.shop .pri_clr {
  font-size: 14px;
  color: #39b54a;
  font-weight: 800;
}

.shop .item_text {
  font-size: 14px;
  color: #252525;
  font-weight: 800;
}

.shop .hrv_text:hover .item_text {
  color: #8799a3;
}

.shop .hrv_text:hover .hvr_img {
  opacity: 0.5;
}

.shop .all_btn {
  background-color: #fff;
  border: 1px solid #f0f4f7;
  border-radius: 27px;
  padding: 12px 19px 9px 19px;
  color: #8799a3;
  font-weight: 400 !important;
  font-family: 'Cambay', sans-serif;
  cursor: pointer;
}

.shop .all_btn:hover {
  background-color: #0081ff;
  padding: 12px 19px 9px 19px;
  box-shadow: 4px 3px 20px #0081ff;
  border: 1px solid #0081ff;
  color: #fff;
}

.shop .popular_bootom-line {
  border: 1px solid #f3f4f6;
}

.shop .middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.shop .cart_btn:hover .img_rad {
  opacity: 0.5;
  box-shadow: 0px 15px 145px 10px rgba(162, 159, 159, 0.38);
}

.shop .cart_btn {
  text-align: center;
  position: relative;
}

.shop .cart_btn:hover .middle {
  opacity: 1;
}

.shop .ml_left {
  margin-left: 3rem;
}

.shop .text {
  background-color: #0081ff;
  color: white;
  font-size: 12px;
  padding: 7px 6px;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

.shop .items_names {
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
}

.shop .hvr_img:hover .items_names {
  color: #8799a3;
}

.shop .fil_btn {
  background-color: #fff;
  border: 1px solid #8698a2;
  border-radius: 25px;
  padding: 11px 22px;
  font-size: 12px;
  cursor: pointer;
}

.shop .fil_btn:hover {
  background-color: #8698a2;
  color: #fff;
  box-shadow: 1px 6px 49px 6px rgba(134, 152, 162, 0.35);
}

.shop .feature_product_text {
  color: #8799a3;
  font-family: 'Cambay', sans-serif;
  cursor: pointer;
}

.shop #slider {
  font-size: 16px;
  color: #8799a3;
  font-family: 'Cambay', sans-serif;
  font-weight: 700;
  margin-top: 3px;
}

.shop .slider-handle {
  background-color: #fff !important;
  background-image: none !important;
  box-shadow: 2px 2px 27px 5px rgba(204, 204, 204, 0.55);
}

.shop .slider-selection {
  background-image: linear-gradient(to bottom, #0682fc 0, #0682fc 100%) !important;
}

.shop .slider-track {
  background-image: linear-gradient(to bottom, #f3f4f6 0, #f3f4f6 100%) !important;
}

.shop .prettydropdown > ul {
  border-radius: 24px !important;
  color: #8799a3;
  border: 2px solid #e8eaee;
  font-size: 16px;
}

.shop .prettydropdown > ul:focus {
  outline: none !important;
}

.shop .prettydropdown.arrow > ul > li {
  font-size: 16px;
  color: #8799a3;
  font-family: 'Cambay', sans-serif;
  font-weight: 700;
}

.shop .prettydropdown > ul:focus, .shop .prettydropdown:not(.disabled) > ul:hover {
  border-color: #e8eaee !important;
}

.shop .prettydropdown.arrow > ul > li.selected:before, .shop .prettydropdown.arrow > ul > li.selected:after {
  right: 16px;
}

.shop #prettydropdown-qty ul > li {
  width: 290px !important;
  padding-left: 20px;
}

.shop .cart_style {
  color: #252525;
}

.shop .btn_cart {
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

@media (max-width: 375px) and (min-width: 320px) {
  .shop #prettydropdown-qty ul > li {
    width: 170px !important;
    padding-left: 13px !important;
  }
  .shop .sort_text {
    margin-left: 6rem;
  }
}

@media (max-width: 768px) and (min-width: 750px) {
  .shop .ml_left {
    margin-left: 9px;
  }
  .shop .sort_text {
    margin-left: 1rem;
  }
}

@media (max-width: 1024px) {
  .shop .ml_left {
    margin-left: 9px;
  }
  .shop .sort_text {
    margin-left: 1rem;
  }
  .shop .round_box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 15px 145px 10px rgba(0, 0, 0, 0.06);
    padding: 10px 12px;
  }
}

.shop .slider.slider-horizontal {
  width: 100% !important;
}

@media (min-width: 426px) and (max-width: 767px) {
  .shop .top_btn {
    position: absolute;
    margin-left: 6%;
  }
  .shop .sell_btn {
    position: absolute;
    margin-left: 6%;
  }
  .shop .fea_btn {
    position: absolute;
    margin-left: 6%;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .shop .show_txt {
    margin-left: 14px;
  }
}

.hrv_popular {
  cursor: pointer;
}

/*shop header content css*/
.shop_content .bottom_shop_font {
  font-size: 32px;
  font-weight: 300;
}

.shop_content .search_inpt {
  position: relative;
  padding: 15px 46px 15px 20px;
  font-family: 'Cambay', sans-serif !important;
  font-size: 18px;
  color: #8799a3 !important;
}

.shop_content .icon_search {
  position: absolute;
  right: 35px;
  top: 18px;
  color: #ccc;
}

.shop_content .form-control {
  padding: 18px 50px 15px 25px;
  border: 2px solid #fff;
  border-radius: 4px !important;
}

.shop_content .search_inpt input::-webkit-input-placeholder {
  font-size: 18px !important;
  position: relative;
  bottom: 3px;
  color: #8799a3 !important;
  top: 10px;
}

.shop_content .search_inpt input:-ms-input-placeholder {
  font-size: 18px !important;
  position: relative;
  bottom: 3px;
  color: #8799a3 !important;
  top: 10px;
}

.shop_content .search_inpt input::placeholder {
  font-size: 18px !important;
  position: relative;
  bottom: 3px;
  color: #8799a3 !important;
  top: 10px;
}

.shop_content .txt_undrln {
  text-decoration: underline;
  color: #fff;
}

.shop_content .placeholder_padd_text {
  border-radius: 10px;
  font-family: 'Cambay', sans-serif !important;
}

.shop_content .form-control:focus {
  color: #8799a3 !important;
  background-color: #fff;
  box-shadow: none !important;
  outline: none;
  border: 2px solid #fff !important;
}

.shop_content .search_img_height {
  height: 18px;
  width: 18px;
}

.shop_content .italic_text_clr {
  color: white;
  font-size: 18px;
  font-family: 'Cambay', sans-serif;
}

.shop_content .remove_search {
  display: none;
}

.shop_content .display_cancel {
  display: block;
}

.shop_content .search-close2 {
  position: absolute;
  top: 20%;
  right: 38px;
  color: #f04e4e;
  display: none;
}

/*shop header content css end*/
/*
 about introduction Css
 custom classes will come here
 */
#nav_about_introduction {
  background-image: url("../images/photos/introduction.JPG");
  background-position: center;
  background-size: cover;
}

.background_introduction {
  background: linear-gradient(to bottom right, #efefef, #fff);
  padding: 22px;
}

.about_introduction .foot1 {
  margin-top: 40px;
}

.about_introduction .foot3 {
  margin-top: 40px;
}

.about_introduction .foot4 {
  margin-top: 28px;
}

.about_introduction .content {
  text-align: initial;
}

.about_introduction .img {
  border-radius: 10px;
  box-shadow: 0 1px 60px 10px #e8e6e4;
}

.about_introduction .backgrund_mission {
  background-image: url("../images/photos/photo-1461214626925-421f126d9f11.jpg");
  background-color: #252525;
  padding: 66px;
}

.about_introduction .hvr_text {
  font-family: 'Cambay', 'sans-serif';
  font-size: 18px;
}

.about_introduction .number_txt {
  font-size: 120px;
  color: #fff;
  font-weight: 900;
  position: absolute;
  top: -8px;
  left: 24px;
  opacity: 0.2;
}

.about_introduction .backgrund_img {
  background-image: url("../images/photos/crystal backgrounds.jpg");
  background-color: #252525;
  background-size: cover;
  padding: 66px;
}

.about_introduction .text_primary {
  color: #0081ff;
}

.about_introduction .pdng_left {
  padding-left: 2rem;
}

.about_introduction .icon_right {
  color: #0081ff;
}

.about_introduction .padng {
  padding: 0;
}

.about_introduction .text_font {
  font-size: 24px;
  font-weight: 700;
}

.about_introduction .text_font1 {
  font-size: 18px;
  color: #252525;
  font-family: 'Cambay', 'sans-serif';
}

.about_introduction .our_special_text {
  font-size: 24px;
  font-weight: 700;
  color: #252525;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .about_introduction .text_font {
    font-size: 15px;
  }
  .about_introduction .media_adjust {
    text-align: center;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  .about_introduction .background_introduction {
    background-color: #efefef !important;
    padding: 0px;
    padding-bottom: 10px;
  }
  .about_introduction .footer_bg {
    background-color: #f9f9fa !important;
    padding: 20px !important;
    text-align: center;
  }
  .about_introduction .mrgn_left {
    margin-left: -2rem;
  }
  .about_introduction .media_adjust {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

.about_introduction .hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0081ff !important;
}

.about_introduction .text_color {
  color: #636363;
}

.about_introduction .head_color {
  color: #252525;
  font-size: 20px;
}

.about_introduction .footer_bg {
  background-color: #f9f9fa !important;
  padding: 4rem;
}

.about_introduction .bg_section2 {
  background-color: #fff;
}

@media (max-width: 991px) {
  .about_introduction .align_center {
    text-align: center;
  }
  .about_introduction .footer_bg {
    text-align: center;
  }
  .about_introduction .media_adjust {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .about_introduction .backgrund_img, .about_introduction .backgrund_mission {
    padding: 50px;
  }
}

@media (min-width: 769px) and (max-width: 1440px) {
  .about_introduction .mission {
    left: -1px;
    right: 0px;
  }
}

#nav_about_news_details {
  background-image: url("../images/photos/man-hands-reading-boy.png");
  background-position: center;
  background-size: cover;
}

.news_bgclr {
  background: linear-gradient(#efefef, #fff);
  padding: 10px;
}

.about_news_details .text_clr {
  font-size: 16px;
  color: #8799a3;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
}

.about_news_details .text_clr1 {
  font-size: 16px;
  color: #8799a3;
  font-family: 'Cambay', sans-serif;
  cursor: pointer;
}

.about_news_details .fa-facebook:hover {
  color: #3b5998;
}

.about_news_details .fa-twitter:hover {
  color: #1dcaff;
}

.about_news_details .fa-google-plus:hover {
  color: #d34836;
}

.about_news_details .fa-pinterest-p:hover {
  color: #c92228;
}

.about_news_details .padd_round {
  border: 1px solid #eee;
  padding: 25px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: -1px 1px 145px 20px #e7e8e8;
  cursor: pointer;
}

.about_news_details .padd_round1 {
  border: 1px solid #eee;
  padding: 25px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 1px 20px 20px #e7e8e8;
  cursor: pointer;
}

.about_news_details .primary_button {
  color: #fff;
  border: none !important;
  border-radius: 30px;
  padding: 7px 15px;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  background-color: #0081ff;
  cursor: pointer;
  outline: none;
  font-weight: 700;
}

.about_news_details .primary_button_risk {
  color: #fff;
  border: none !important;
  border-radius: 30px;
  font-size: 14px;
  font-family: 'Cambay', sans-serif;
  background-color: #0081ff;
  cursor: pointer;
  outline: none;
}

.about_news_details .padd_round:hover .primary_button {
  color: #fff;
  background-color: #8799a3;
  box-shadow: 1px 6px 62px 20px rgba(84, 80, 80, 0.188235);
}

.about_news_details .padd_round:hover .message {
  color: #8799a3;
}

.about_news_details .padd_round1:hover .primary_button {
  color: #fff;
  background-color: #8799a3;
  box-shadow: 1px 6px 62px 20px rgba(84, 80, 80, 0.188235);
}

.about_news_details .padd_round1:hover .message {
  color: #8799a3;
}

.about_news_details .message {
  font-size: 18px;
  color: #252525;
}

.about_news_details .name_color {
  font-size: 14px;
}

.about_news_details .facebook {
  margin-left: -15px;
}

.about_news_details .color_tag {
  color: #252525;
  font-size: 14px;
}

.about_news_details .icons {
  color: #b7bfc3;
  cursor: pointer;
}

.about_news_details .plyr {
  border-radius: 12px;
  box-shadow: 1px 1px 145px 10px rgba(207, 207, 207, 0.4);
}

.about_news_details .fnt_para {
  font-size: 20px;
  font-family: 'Cambay', sans-serif;
}

.about_news_details .plyr video {
  width: 100%;
  height: 100%;
  background: transparent url("../images/photos/woman.jpg") no-repeat 0 0;
  background-size: cover;
}

.about_news_details .text_alignmnt {
  margin-left: -19px;
}

.about_news_details .para_color {
  color: #636363;
  text-align: justify;
}

.about_news_details .text_font {
  font-size: 20px;
  font-family: 'Cambay', sans-serif;
}

.about_news_details .font_content {
  font-size: 18px;
  font-family: 'Cambay', sans-serif;
}

.about_news_details .plus_color {
  color: #8799a3;
  margin-top: 7px;
}

.about_news_details .heading_line {
  line-height: 44px;
}

.about_news_details .sep_font {
  font-size: 18px;
  color: #8799a3;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
}

.about_news_details .tags_section {
  font-size: 14px;
  color: #252525;
  font-family: 'Montserrat', sans-serif;
}

.about_news_details .hr_lineclr {
  border-top: 2px solid #f0f4f7;
}

.about_news_details .plyr__play-large {
  background: transparent;
}

#nav_about_servicedetails {
  background-image: url("../images/photos/handspeople.jpg");
  background-position: center;
  background-size: cover;
}

.bg_clr {
  background: linear-gradient(to right, rgba(74, 69, 69, 0.17), #fff);
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.about_servicedetails .services {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
}

.about_servicedetails .h6_hvr {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
}

.about_servicedetails .hr_linewidth {
  border-top: 2px solid #f3f4f6 !important;
  width: 206px;
  margin-left: 58px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.about_servicedetails .padd_round {
  border-top: 20px solid white;
  border-right: 20px solid white;
  border-bottom: 20px solid white;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: -5px 12px 145px 10px #efefef;
}

.about_servicedetails .border_left {
  padding: 37px 20px 15px 53px;
}

.about_servicedetails .para_family {
  font-family: 'Cambay', sans-serif;
  font-size: 24px;
  color: #252525;
}

.about_servicedetails .second_parafamily {
  color: #636363;
  font-family: 'Cambay', sans-serif;
  font-size: 20px;
}

.about_servicedetails .icon_color {
  color: #007bff !important;
}

.about_servicedetails .border_hover {
  padding: 24px 20px 24px 52px;
  box-sizing: content-box;
  border-left: 4px solid rgba(255, 255, 255, 0.02);
}

.about_servicedetails .border_left {
  padding: 24px 20px 24px 52px;
  box-sizing: content-box;
  border-left: 4px solid #8799a3;
}

.about_servicedetails .h6_hvr:hover {
  color: #8799a3;
}

.about_servicedetails .icons {
  font-family: 'Cambay', sans-serif;
  font-size: 18px;
  color: #252525;
}

.about_servicedetails .third_parafamily {
  color: #636363;
  font-size: 18px;
  font-family: 'Cambay', sans-serif;
}

.about_servicedetails .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

/*about news css */
#nav_about_news {
  background-image: url("../images/photos/man-hands-reading-boy.png");
  background-position: center;
  background-size: cover;
}

.bg_color {
  background: linear-gradient(to bottom right, #efefef, #fff);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.about_news .box_bg:hover {
  cursor: pointer;
}

.about_news .box_border:hover .middle_text {
  color: #8799a3 !important;
  cursor: pointer;
}

.about_news .box_border:hover .btn_effct {
  background-color: #8799a3;
  box-shadow: 2px 2px 53px -6px #8799a3;
}

.about_news .box_border:hover .risk_btn {
  background-color: #8799a3;
  box-shadow: 2px 2px 53px -6px #8799a3;
}

.about_news .box_border:hover .plus_icon {
  color: #8799a3 !important;
}

.about_news .img_attatch:hover .middle_text {
  color: #8799a3 !important;
}

.about_news .img_attatch:hover .plus_icon {
  color: #8799a3 !important;
}

.about_news .img_attatch:hover .btn_effct {
  background-color: #8799a3;
  box-shadow: 2px 2px 53px -6px #8799a3;
}

.about_news .box_border {
  border: 1px solid #eee;
  padding: 23px;
  box-shadow: 0px 3px 20px 0px rgba(28, 28, 28, 0.23);
  border-radius: 10px;
}

.about_news .box_bg {
  background-color: #fff;
}

.about_news .top_adjust {
  margin-top: 30px;
}

.about_news .middle_text {
  font-weight: 800;
  color: #252525;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
}

.about_news .risk_middle_text {
  font-weight: bold;
  color: #8e9aa7;
  font-family: 'Cambay', sans-serif;
}

.about_news .btn_effct:hover {
  color: #fff;
  border: none;
  background-color: #b2bcc6;
}

.about_news .date_text {
  color: #bbc7cd;
  font-weight: 800;
  font-size: 16px;
}

.about_news .plus_icon {
  color: #b7bfc3 !important;
  font-size: 16px;
  margin-top: 12px;
}

.about_news .risk_btn {
  font-size: 12px;
}

.about_news .b-r-10 {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.about_news .img_attatch {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px solid #eee;
  padding: 21px;
}

.about_news .tot_box_shadow {
  box-shadow: 2px 2px 18px 18px rgba(238, 238, 238, 0.77);
  border-radius: 10px;
}

.about_news .plyr__video-wrapper {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.about_news .plyr video {
  width: 100%;
  background: transparent url("../images/photos/stepsdown_man.png") no-repeat 0 0;
  background-size: cover;
}

@media (min-width: 320px) and (max-width: 425px) {
  .about_news .top_media {
    margin-top: 30px;
  }
}

@media (min-width: 426px) and (max-width: 576px) {
  .about_news .top_media {
    margin-top: 30px;
  }
}

/*about news css end */
#nav_product_description {
  background-image: url("../images/photos/shop_bg_1.JPG");
  background-position: center;
  background-size: cover;
}

#nav_product_details_addinfo {
  background-image: url("../images/photos/shop_bg_1.JPG");
  background-position: center;
  background-size: cover;
}

#nav_product_reviews {
  background-image: url("../images/photos/shop_bg_1.JPG");
  background-position: center;
  background-size: cover;
}

.product_description {
  /*Change the colour*/
}

.product_description .bt_f_s {
  font-size: 26px;
  color: #636363;
  font-family: 'Cambay', sans-serif;
}

.product_description .three_reviews {
  font-size: 16px;
  font-family: 'Cambay', sans-serif;
}

.product_description .angleicon {
  transform: rotate(-90deg);
  color: #252525 !important;
}

.product_description .input-group-btn > .btn {
  border: none !important;
}

.product_description #demo1 {
  font-weight: bold;
  color: #252525;
  font-size: 16px;
}

.product_description .btn-default {
  color: #8799A3;
}

.product_description .icons {
  margin-right: 16px;
  color: #bbc7cd;
  cursor: pointer;
}

.product_description .icons:hover {
  color: #8799a3;
}

.product_description .color_tag {
  font-size: 14px;
  color: #252525;
  font-weight: bold;
}

.product_description .collapsed span:hover i {
  color: #8799a3;
}

.product_description .fa-facebook:hover {
  color: #3b5998;
}

.product_description .fa-twitter:hover {
  color: #1dcaff;
}

.product_description .fa-google-plus:hover {
  color: #d34836;
}

.product_description .fa-pinterest-p:hover {
  color: #c92228;
}

.product_description .swiper-container {
  width: 100%;
  height: 100%;
  padding-bottom: 62px;
  margin-right: 15px;
  margin-left: 16px;
}

.product_description .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: none;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.product_description .swiper-pagination-bullet {
  height: 5px !important;
}

.product_description .form-group {
  margin-bottom: 0;
}

.product_description .bottom-exact-adjust {
  padding-left: 0;
  padding-right: 0;
}

.product_description .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  padding: 0 9px;
  border-radius: 10px;
}

.product_description .swiper-pagination-bullet-active {
  background-color: #8799a3;
}

.product_description #gallery_01 img {
  border: 2px solid white;
}

.product_description .swiper-pagination-bullet {
  background-color: #8799a3;
}

.product_description .fa-angle-down {
  font-size: 18px;
}

.product_description .fa-angle-right {
  font-size: 18px;
}

.product_description .active img {
  border: 2px solid #333 !important;
}

.product_description #gal1 {
  text-align: center;
}

.product_description .clothes {
  color: #8799a3;
  font-family: 'Cambay', sans-serif;
}

.product_description .header_black {
  font-weight: 900;
}

.product_description .start_icon {
  font-size: 16px;
  color: #fcd846;
}

.product_description .text-gray2 {
  font-family: 'Cambay', sans-serif;
  font-size: 18px;
  color: #636363;
}

.product_description .price_clr {
  color:          #3AB54A;
  font-weight: 900;
  font-size: 16px;
}

.product_description .price_clr_shirt {
  color: #39b54a;
  font-weight: 900;
  font-size: 28px;
}

.product_description .del_price {
  font-size: 20px;
  color: #b7c6ce;
}

.product_description .size_text {
  font-size: 14px;
  color: #252525;
  font-weight: 700;
}

.product_description #img_01 {
  box-shadow: 0px 15px 145px 10px rgba(0, 0, 0, 0.12);
}

.product_description .line_clothes {
  border: 1px solid #f0f4f7;
}

.product_description .poplr_img_radius {
  border-radius: 5px;
}

.product_description .siz_btn {
  background: none;
  border: none;
  box-shadow: 0 15px 145px 10px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  color: #8799a3;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Cambay', sans-serif;
  padding: 10px 5px;
  cursor: pointer;
}

.product_description .siz_btn:focus, .product_description .siz_btn.active {
  outline: none;
  background: #8799a3;
  color: #fff;
}

.product_description .siz_btn:hover {
  background: #8799a3;
  color: #fff;
}

.product_description .input-group.bootstrap-touchspin {
  border: 2px solid #eceef2;
  border-radius: 30px;
  margin-left: 18px;
}

.product_description .cart_btn {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}

.product_description .margin_align {
  margin-left: -20px;
}

.product_description .horizontal {
  margin-top: 25px;
  margin-bottom: 25px;
}

.product_description .zoomWrapper {
  position: relative !important;
  margin: auto;
}

.product_description .bootstrap-touchspin-down, .product_description .bootstrap-touchspin-up {
  background: #fff;
  border-radius: 30px;
}

.product_description .bootstrap-touchspin-up:active {
  box-shadow: none !important;
}

.product_description .bootstrap-touchspin-down:active {
  box-shadow: none !important;
}

.product_description #demo1 {
  border: none;
  text-align: center;
  cursor: pointer;
}

.product_description .accori_text a {
  text-decoration: none;
}

.product_description .card_bdy_content {
  font-size: 16px;
  color: #636363;
  font-family: 'Cambay', sans-serif;
  padding: 7px 43px 27px 51px;
  text-align: justify;
}

.product_description .car_head_text {
  font-weight: 700;
  font-size: 14px;
}

.product_description .car_head_text:hover .accordi_head_text {
  color: #8799a3;
}

.product_description .card_bx-shdw {
  border-radius: 5px;
  outline: none;
  border: none;
  box-shadow: 0 15px 54px 2px rgba(0, 0, 0, 0.12);
}

.product_description .first-image {
  position: relative;
}

.product_description .sel_btns {
  background-color: #f04e4e;
  border: none;
  border-radius: 25px;
  font-size: 11px;
  color: #fff;
  padding: 6px 13px;
  position: absolute;
  top: 6%;
  margin-left: 6%;
  font-weight: 700;
  box-shadow: 2px 4px 20px 0 #f04e4e;
  z-index: 99;
}

.product_description .new_btn_desc {
  background-color: #39b54a;
  border: none;
  border-radius: 25px;
  font-size: 11px;
  color: #fff;
  padding: 6px 13px;
  position: absolute;
  top: 9%;
  font-weight: 700;
  left: 12%;
  box-shadow: 2px 4px 20px 0 rgba(57, 181, 74, 0.67);
}

.product_description .top_btn_desc {
  background-color: #0684ff;
  border: none;
  border-radius: 25px;
  font-size: 11px;
  color: #fff;
  padding: 6px 13px;
  position: absolute;
  top: 9%;
  font-weight: 700;
  margin-left: 9%;
  box-shadow: 2px 4px 20px 0 #0684ff;
}

.product_description .sell_btn_desc {
  background-color: #f04e4e;
  border: none;
  border-radius: 25px;
  font-size: 11px;
  color: #fff;
  padding: 6px 13px;
  position: absolute;
  top: 9%;
  margin-left: 9%;
  font-weight: 700;
  box-shadow: 2px 4px 20px 0 #f04e4e;
}

.product_description .right_side_text {
  color: #252525;
  font-weight: 700;
}

.product_description .addninfo_text {
  color: #252525;
}

.product_description .car_head_text .fa-angle-down {
  color: #0081FF !important;
}

.product_description .car_head_text .fa-angle-right {
  color: #252525;
}

.product_description .addinfo_bg {
  background-color: #FFF;
  border-bottom: none;
}

.product_description .accordi_head_text {
  color: #252525;
}

.product_description .card-header.addinfo_head_clr.addinfo_bg .car_head_text:hover * {
  color: #8799A3;
}

.product_description .accordi_head_text:hover {
  color: #8799a3;
}

.product_description .accordi_head_primary_text {
  color: #0081FF;
}

.product_description .accordi_head_primary_text:hover {
  color: #0081FF !important;
}

.product_description .media_img_text {
  font-size: 18px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
}

.product_description .media_img_text:hover {
  color: #8799a3;
}

.product_description .media_padd {
  padding-right: 22px;
  text-align: justify;
}

.product_description .media_stars {
  color: #fcd846;
  margin-top: 10px;
}

.product_description .date_year {
  font-size: 16px;
  color: #8799a3;
  font-family: 'Cambay', sans-serif;
}

.product_description .media_content {
  font-size: 18px;
  font-family: 'Cambay', sans-serif;
  color: #636363;
}

.product_description .align-self-start {
  box-shadow: 2px 8px 20px 8px #e6e5e5;
}

.product_description .shadow {
  border-radius: 5px;
  margin-left: 3px;
}

.product_description .bottom_line {
  width: 88%;
  color: #f0f4f7;
  border: 1px solid #f0f4f7;
  margin-top: 0 !important;
}

.product_description .form_border {
  border-radius: 50px;
  padding: 17px 20px 17px 30px;
  background-color: #f3f4f6;
  font-size: 16px;
  font-family: 'Cambay', sans-serif;
  font-weight: 700;
  color: #8799a3;
}

.product_description .your_rating_text {
  margin-left: 9px;
}

.product_description .form_border:focus, .product_description .textarea_border:focus {
  background-color: #fff;
}

.product_description .form-control:focus {
  box-shadow: none !important;
}

.product_description .textarea_border {
  border-radius: 22px;
  background-color: #F3F4F6;
  padding: 20px 27px 0 27px;
  font-size: 16px;
  font-family: 'Cambay', sans-serif;
  font-weight: 700;
  color: #8799a3;
}

.product_description #comments {
  padding-left: 38px;
  padding-right: 38px;
}

.product_description .submit_btn {
  border-radius: 35px;
}

.product_description .shadow.zoomGalleryActive {
  opacity: 0.2;
}

.product_description .input-group-btn:not(:first-child) > .btn:active, .product_description .input-group-btn:not(:first-child) > .btn:hover, .product_description .input-group-btn:not(:first-child) > .btn-group:focus, .product_description .input-group-btn:not(:first-child) > .btn-group:active, .product_description .input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 0 !important;
}

.product_description .input-group-btn:not(:first-child) > .btn, .product_description .input-group-btn:not(:first-child) > .btn-group {
  z-index: 0 !important;
  margin-left: 0 !important;
}

.product_description .input-group-btn > .btn:focus, .product_description .input-group-btn > .btn:active, .product_description .input-group-btn > .btn:hover {
  z-index: 0 !important;
}

.product_description .error {
  border: 1px solid red;
}

.product_description .help-block, .product_description .has-error .input-group-addon, .product_description .has-error .radio, .product_description .has-error .radio-inline {
  color: #f04e4e !important;
  margin-left: 10px !important;
}

.product_description .has-error input {
  border-color: #f04e4e !important;
}

.product_description .has-error textarea {
  border-color: #f04e4e !important;
}

@media (min-width: 576px) and (max-width: 767px) {
  .fourth-image-top-adjustment {
    margin-top: 0.75rem;
  }
}

@media (max-width: 425px) {
  .add_top {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .add_top {
    margin-top: 20px;
  }
}

@media (min-width: 376px) and (max-width: 425px) {
  .input-group.bootstrap-touchspin {
    margin-left: 0 !important;
  }
  .margin_align {
    margin-left: 0 !important;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .all_btn {
    padding: 12px 14px 9px 14px !important;
  }
}

@media (min-width: 426px) and (max-width: 768px) {
  .zoomWindow {
    width: 100% !important;
    left: auto !important;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  .zoomWindow {
    left: auto !important;
    top: 35% !important;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  .clothes {
    margin-top: 25px;
  }
  #comments {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

/*media quries for products pages end */
.product_description .car_head_text .fa-angle-down {
  color: #000 !important;
}

.product_description .addinfo_bg .fa-angle-down {
  color: #0081ff !important;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .btn-large {
    padding: 18px 40px !important;
  }
}

#nav_about_contact {
  background-image: url("../images/photos/contact.png");
  background-position: center;
  background-size: cover;
}

.background_color {
  background: linear-gradient(to bottom right, rgba(239, 239, 239, 0.43), #fff);
}

.about_contact .get_in_touch {
  line-height: 0.75 !important;
}

.about_contact .font_text_size {
  font-size: 18px;
}

.about_contact .heading_color {
  color: #b4b5b5;
}

.about_contact .form-control {
  border: 2px solid #f3f4f6 !important;
}

.about_contact .form-control:focus {
  box-shadow: none !important;
  border: 2px solid #8799a3 !important;
}

.about_contact .form_border:focus {
  background-color: #fff;
}

.about_contact .textarea_border:focus {
  background-color: #fff;
}

.about_contact .form_border {
  border-radius: 50px;
  padding: 18px 25px 13px 25px;
  background-color: #f3f4f6;
  font-family: 'Cambay', sans-serif;
  font-weight: 700;
  color: #8799a3;
}

.about_contact .textarea_border {
  border-radius: 33px;
  padding: 19px 30px 0 30px;
  background-color: #f3f4f6;
  font-family: 'Cambay', sans-serif;
  font-weight: 700;
  color: #8799a3;
}

.about_contact .primary_button {
  color: #fff;
  padding: 17px 45px 17px 45px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  outline: none;
}

.about_contact .map_adjust {
  height: 406px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 15px 70px 10px rgba(0, 0, 0, 0.12);
}

.about_contact .error {
  border: 1px solid red;
}

.about_contact .success {
  border: 1px solid green;
}

.about_contact .has-error .help-block, .about_contact .has-error .input-group-addon, .about_contact .has-error .radio, .about_contact .has-error .radio-inline {
  color: #f04e4e !important;
  margin-left: 10px !important;
}

.about_contact .has-error input, .about_contact .has-error .prettydropdown > ul {
  border-color: #f04e4e !important;
}

.about_contact .has-error textarea {
  border-color: #f04e4e !important;
}

.about_contact .has-success .check {
  display: block;
  color: #39b54a;
}

.about_contact .form-group {
  margin-bottom: 0rem;
}

.about_contact .check {
  display: none;
  position: absolute;
  right: 41px;
  top: 25px;
}

.about_contact .hover_effects {
  padding: 25px 16px 4px 38px;
  border-radius: 10px;
}

.about_contact .hover_effects:hover {
  box-shadow: 2px 20px 145px 5px #cccccc;
  background-color: #fff;
}

.about_contact .hover_effects:hover .text_hover {
  color: #8799a3;
}

.about_contact .text_addr {
  color: #636363 !important;
}

.about_contact .top {
  margin-top: 20px;
}

.about_contact .address_text {
  font-family: 'Cambay', sans-serif;
  font-size: 18px;
}

.about_contact .addres_right_text {
  font-weight: 700;
  font-size: 18px;
  color: #252525;
}

.about_contact .time_weight {
  font-weight: 700;
  font-family: 'Cambay', sans-serif;
  color: #252525;
  font-size: 18px;
}

.about_contact .map_content {
  font-family: 'Cambay', sans-serif;
  font-size: 18px;
  color: #636363;
  text-align: justify;
}

.about_contact .touch_content {
  font-size: 28px;
  font-family: 'Cambay', sans-serif;
  color: #252525;
}

.about_contact .placeholder_text input::-webkit-input-placeholder {
  font-size: 16px;
  font-family: 'cambay','sans-serif' !important;
}

.about_contact .placeholder_text input:-ms-input-placeholder {
  font-size: 16px;
  font-family: 'cambay','sans-serif' !important;
}

.about_contact .placeholder_text input::placeholder {
  font-size: 16px;
  font-family: 'cambay','sans-serif' !important;
}

.about_contact .error {
  border: 1px solid red;
}

.about_contact .success {
  border: 1px solid green;
}

.about_contact .has-error .help-block, .about_contact .has-error .input-group-addon, .about_contact .has-error .radio, .about_contact .has-error .radio-inline {
  color: #f04e4e !important;
}

.about_contact .has-error input, .about_contact .has-error .prettydropdown > ul {
  border-color: #f04e4e !important;
}

.about_contact .has-error textarea {
  border-color: #f04e4e !important;
}

.about_contact .has-success .check {
  display: block;
  color: #39b54a;
}

.about_contact .check {
  display: none;
  position: absolute;
  right: 41px;
  top: 25px;
}

#nav_payment {
  background-image: url("../images/photos/card_1.jpg");
  background-position: center;
  background-size: cover;
}

.payments .bgclr {
  background-color: #f1f1f1;
}

.payments .button1 {
  font-size: 14px;
  color: #fff !important;
  padding: 20px 53px 20px 62px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: -14px;
}

.payments .background_effects {
  background-color: #fff;
  padding: 56px;
  border-radius: 10px;
  box-shadow: 1px 1px 20px 20px #ececec;
}

.payments .p_d_10 {
  padding-bottom: 1rem;
}

.payments .custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #8799a3;
}

.payments .custom-control {
  display: inline-block;
}

.payments .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #f0f4f7;
}

.payments .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #8799a3 !important;
}

.payments .text_color {
  color: #636363;
  font-size: 18px;
  font-family: 'Cambay', sans-serif;
}

.payments .color_pay {
  color: #8799A3;
  font-family: 'Cambay', sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.payments .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

@media (max-width: 320px) {
  .payments .button1 {
    background-color: #39b54a !important;
    color: #fff !important;
    border-radius: 36px;
    border: none;
    padding: 20px;
    box-shadow: -2px 9px 20px 6px #c2e8c8;
  }
  .payments .payments .button_fontsize {
    font-size: 11px;
  }
}

.payments .para_mrgnlft {
  margin-left: 2rem;
}

.payments .para_display {
  display: block;
}

.payments .button_fontsize {
  font-size: 14px;
}

.payments .color1 {
  color: #252525;
  font-family: 'Cambay', sans-serif;
}

@media (min-width: 320px) and (max-width: 425px) {
  .payments .background_effects {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 20px 20px #ececec;
    padding: 20px;
  }
}

.payments .hide-paragraph {
  display: none;
}

.payments .form-check {
  padding-left: 0 !important;
}

#nav_checkout {
  background-image: url("../images/photos/checkout.jpg");
  background-position: center;
  background-size: cover;
}

.bg_color1 {
  background-color: #e8e8e8;
  padding-bottom: 10px;
  padding-top: 10px;
}

.fa-bars1 {
  color: #252525;
  border: 1px solid #252525;
  padding: 7px 13px;
  border-radius: 6px;
  outline: none;
}

.checkoutpage .effects_textbody {
  background-color: #fff;
  padding: 56px;
  border-radius: 10px;
}

.checkoutpage .cursor_line {
  cursor: pointer;
}

.checkoutpage .effects_textbody1 {
  background-color: #fff;
  padding: 56px;
  border-radius: 10px;
}

.checkoutpage .coupon_button {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  margin-left: 0.75rem;
}

.checkoutpage .display-login {
  display: none;
}

.checkoutpage .display {
  display: none;
}

.checkoutpage .top-text2 {
  font-size: 16px;
  color: #636363;
  font-family: 'Cambay', sans-serif;
}

.checkoutpage .lost-ur-password {
  font-size: 16px;
  font-family: 'Cambay', sans-serif;
  font-weight: 700;
  color: #8799a3;
}

.checkoutpage .login-button {
  padding: 20px 57px;
  border-radius: 50px;
  background-color: #0081ff;
  font-size: 14px;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  cursor: pointer;
  border-color: #0081ff;
}

.checkoutpage .remember-me-color {
  color: #8799a3;
  font-size: 16px;
  font-family: 'Cambay', sans-serif;
  font-weight: 700;
}

.checkoutpage .product_radius {
  border-top-left-radius: 16px;
}

.checkoutpage .price_radius {
  border-top-right-radius: 16px;
}

.checkoutpage .input_effects {
  border: 2px solid #ddd;
  padding-left: 24px;
  padding-right: 47px;
  padding-bottom: 18px;
  padding-top: 18px;
  border-radius: 30px;
  font-size: 14px;
  font-family: 'Cambay', 'sans-serif';
  font-weight: 700;
  color: #8799a3;
  background-color: transparent;
}

.checkoutpage .click_color {
  color: #8799a3;
  font-size: 18px;
  cursor: pointer;
}

.checkoutpage .black {
  color: #252525;
}

.checkoutpage .color_x {
  color: #8799a3;
  font-weight: 700;
}

.checkoutpage .color_x1 {
  color: #8799a3;
  font-weight: 300;
}

.checkoutpage .text_green {
  color: #39b54a;
  font-weight: 900;
  font-size: 18px;
}

.checkoutpage .font_address {
  font-family: 'Cambay', 'sans-serif';
  font-size: 16px;
  font-weight: 700;
  color: #252525;
}

.checkoutpage .remember {
  font-family: 'Cambay', 'sans-serif';
  font-size: 16px;
  color: #8799a3;
  font-weight: 700;
}

.checkoutpage .table thead th {
  border: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff !important;
  background-color: #0081ff;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 45px;
  padding-right: 3rem;
}

.checkoutpage .table {
  border: none !important;
}

.checkoutpage .table td {
  vertical-align: top;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 3rem;
  padding-left: 44px;
}

.checkoutpage tr:last-child td:first-child {
  border-bottom-left-radius: 16px;
}

.checkoutpage tr:last-child td:last-child {
  border-bottom-right-radius: 16px;
}

.checkoutpage .border_rowcolor {
  border-bottom: 3px solid #fff;
}

.checkoutpage .text_family {
  font-family: 'Cambay', sans-serif;
  font-size: 16px;
  color: #252525;
  font-weight: 700;
}

.checkoutpage .font_headings {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.checkoutpage .products_family {
  font-size: 16px;
  font-family: 'Cambay', sans-serif;
  cursor: pointer;
}

.checkoutpage .products1_family {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #252525;
  font-weight: 900;
}

.checkoutpage .products2_family {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #252525;
  font-weight: 700;
}

.checkoutpage .fa_left {
  font-size: 27px;
  position: absolute;
  top: 12px;
  left: 65px;
}

.checkoutpage .fa_left1 {
  font-size: 27px;
  position: absolute;
  top: 12px;
}

.checkoutpage .custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  border: 1px solid #eceef2 !important;
}

.checkoutpage .custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #8799a3 !important;
}

.checkoutpage .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #f0f4f7 !important;
}

@media (min-width: 320px) and (max-width: 425px) {
  .checkoutpage .effects_textbody {
    background-color: #fff;
    padding: 26px !important;
    border-radius: 10px;
    box-shadow: 3px 0px 37px 10px rgba(238, 238, 238, 0.27);
  }
  .checkoutpage .bg_color1 {
    padding-bottom: 0;
  }
  .checkoutpage .padding_adjust {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .checkoutpage .effects_textbody1 {
    background-color: #fff;
    padding: 0 !important;
    border-radius: 10px;
  }
  .checkoutpage .button_effects {
    margin-left: 0 !important;
    margin-bottom: 10px;
  }
  .checkoutpage .button_effects1 {
    margin-right: 0 !important;
  }
  .checkoutpage .adjust_text {
    margin-left: 0.5rem;
  }
}

.checkoutpage .table-row-color {
  background-color: #f9f9fb;
  margin-top: 3px;
  border-bottom: 3px solid #fff;
}

.checkoutpage .button_effects {
  background-color: #252525;
  color: #fff;
  border-radius: 30px;
  padding: 18px 63px 18px 63px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.checkoutpage .button_effects1 {
  background-color: #39b54a;
  color: #fff;
  border-radius: 30px;
  padding: 18px 80px 18px 80px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.checkoutpage .button_adjust {
  text-align: right;
}

.checkoutpage .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

.checkoutpage .has-error .help-block, .checkoutpage .has-error .input-group-addon, .checkoutpage .has-error .radio, .checkoutpage .has-error .radio-inline {
  color: #f04e4e !important;
}

.checkoutpage .has-error input {
  border-color: #f04e4e !important;
}

.checkoutpage .has-error textarea {
  border-color: #f04e4e !important;
}

.checkoutpage .has-success textarea {
  border-color: #ddd !important;
}

.checkoutpage .has-success .check {
  display: block;
  color: #39b54a;
}

.checkoutpage .check {
  position: absolute;
  top: 10px;
  right: -2px;
  margin: 44px;
  display: none;
}

.checkoutpage .formGroupExampleInputordernotes {
  resize: vertical;
}

.checkoutpage #prettydropdown-country {
  width: 98%;
}

.checkoutpage .prettydropdown ul {
  border-radius: 50px;
  outline: none;
  font-family: 'Cambay', sans-serif;
  font-size: 14px;
  color: #8799a3;
  font-weight: 700;
  border: 2px solid #ddd;
  width: 100%;
}

.checkoutpage .prettydropdown > ul {
  width: 100% !important;
}

.checkoutpage .prettydropdown > ul > li {
  padding-left: 1.5rem !important;
  width: 100% !important;
}

.checkoutpage .prettydropdown.arrow > ul > li.selected:before, .checkoutpage .prettydropdown.arrow > ul > li.selected:after {
  right: 31px;
}

.checkoutpage .font_family {
  font-family: 'Cambay', sans-serif;
  font-size: 18px;
  color: #252525;
  font-weight: 700;
}

.checkoutpage .prettydropdown > ul:focus, .checkoutpage .prettydropdown:not(.disabled) > ul:hover {
  border-color: #dedede;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .checkoutpage .table-responsive {
    display: table !important;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .checkoutpage .fa_left {
    font-size: 27px;
    position: absolute;
    top: 12px;
    left: 0;
    right: 138px;
  }
}

@media (max-width: 767px) {
  .checkoutpage .button_adjust {
    margin-top: 44px;
    text-align-last: center;
  }
  .checkoutpage .button_adjust1 {
    text-align-last: center;
  }
}

.checkoutpage .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #8799a3 !important;
  outline: none !important;
}

.checkoutpage .adjust_text .custom-control {
  padding-left: 1.25rem !important;
}

@media (max-width: 1199px) and (min-width: 768px) {
  .checkoutpage .btn-large {
    padding: 18px 31px !important;
  }
  .checkoutpage .coupon_button {
    margin-left: 0;
  }
}

/*blog scss
file start
here*/
#nav_blog {
  background-image: url("../images/photos/blogheader.JPG");
  background-position: center;
  background-size: cover;
}

.bg_blog {
  background-color: #e2e2e2 !important;
}

.blog .background1 {
  background-image: url("../images/photos/photo-1457986828214-c743e4375f5.png");
  border-radius: 8px;
  background-size: 100% 100%;
  padding: 20px;
}

.blog .read_bottom {
  padding-bottom: 29px;
}

.blog .link_bottom {
  padding-bottom: 20px;
}

.blog .loading {
  font-size: 16px;
  font-family: 'Cambay','sans-serif';
  color: #8799a3;
}

.blog .background2 {
  background-image: url(../images/photos/photo-1467033164380-dd411c553655.png);
  border-radius: 8px;
  background-size: cover;
  padding: 20px;
}

.blog .background3 {
  background-image: url("../images/photos/photo-1474302694023-9711af8045cf.png");
  border-radius: 8px;
  background-size: cover;
  padding: 20px;
  box-shadow: 0px 0px 156px 20px #d9e2ea;
}

.blog .background4 {
  background-image: url("../images/photos/pic_1.JPG");
  border-radius: 8px;
  background-size: cover;
  padding: 20px;
  box-shadow: 0px 0px 156px 20px #d9e2ea;
}

.blog .background4:hover .time_year_text, .blog .background4:hover .font_text1, .blog .background4:hover .text_message {
  color: #fff !important;
}

.blog .background1:hover .time_year_text, .blog .background1:hover .font_text1, .blog .background1:hover .text_message {
  color: #fff !important;
}

.blog .background5 {
  background-color: #fff;
  border-radius: 8px;
  background-size: 100% 100%;
  box-shadow: 0px 0px 156px 20px #d9e2ea;
  padding: 20px;
}

.blog .background6 {
  background-image: url("../images/photos/mountains_1.png");
  border-radius: 8px;
  background-size: 100% 100%;
  box-shadow: 0px 0px 156px 20px #d9e2ea;
  padding: 20px;
}

.blog .swiper_margin {
  margin-top: 5rem;
}

.blog .background7 {
  background-image: url("../images/photos/photo_4.png");
  border-radius: 8px;
  background-size: 100% 100%;
  box-shadow: 0px 0px 156px 20px #d9e2ea;
  padding: 20px;
}

.blog .background8 {
  background-image: url("../images/photos/beard_1.png");
  border-radius: 8px;
  background-size: 100% 100%;
  padding: 20px;
  min-height: 450px;
}

.blog .right_comment {
  position: relative;
  left: 37%;
}

.blog .lefticon_text {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 12px;
}

.blog .lefticon_text1 {
  font-size: 12px;
  position: relative;
  top: -8px;
  left: 5px;
}

.blog .read_more1 {
  margin-left: -6px;
}

.blog .font_text1 {
  font-size: 14px;
  font-family: 'Cambay','sans-serif';
  font-weight: 700;
  cursor: pointer;
}

.blog .text_yellow {
  font-size: 16px;
  font-family: 'Cambay','sans-serif';
  color: yellow;
  font-weight: 700;
  padding-left: 2px;
}

.blog .black_button {
  background-color: #252525;
  border-radius: 30px;
  color: #fff;
  border: none;
  padding: 13px 25px 14px 25px;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 1px 2px 24px 0px rgba(0, 0, 0, 0.48);
  cursor: pointer;
}

.blog .blackread_button {
  background-color: #252525;
  border-radius: 30px;
  color: #fff;
  border: none;
  padding: 13px 25px 14px 25px;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 1px 2px 24px 0px rgba(0, 0, 0, 0.48);
}

.blog .adjust_media {
  margin-left: 30px;
}

.blog .read_button {
  margin-left: 44px;
}

.blog .time_year_text {
  font-size: 16px;
  color: #8799a3;
  font-weight: 900;
}

.blog .text_colordate {
  color: #8698a2;
}

.blog .head_font {
  font-weight: 900;
}

.blog .content_mve_right {
  font-family: 'Cambay','sans-serif';
  font-size: 18px;
}

.blog .quote_mve_right {
  padding-left: 14px;
  font-family: 'Cambay','sans-serif';
  font-size: 18px;
}

.blog .audio_content_right {
  padding-left: 9px;
  font-family: 'Cambay','sans-serif';
  font-size: 18px;
}

.blog .posted_text {
  font-size: 14px;
  font-family: 'Cambay','sans-serif';
  font-weight: 700;
}

.blog .read_standard {
  margin-left: 13px;
}

.blog .text_message {
  color: #8799a3;
}

.blog .font_parasize {
  font-size: 24px;
}

.blog .Position_change {
  position: absolute;
  top: 6px;
  right: 13px;
}

.blog .read_more {
  margin-left: 30px;
}

.blog .swiper-pagination-bullet {
  height: 5px !important;
}

.blog .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  padding: 0px 9px;
  border-radius: 10px;
}

.blog .swiper-pagination-bullet-active {
  background-color: #8799a3;
}

.blog .swiper-pagination {
  position: absolute;
  text-align: right;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  top: 65%;
  margin-left: -53px;
}

.blog .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.blog .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog .hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0081ff !important;
  opacity: 0.6 !important;
  border-radius: 7px;
}

.blog .input-group-addon.primary {
  color: white;
  background-color: #428BCA;
  border-color: #428BCA;
}

.blog .input-group-addon.success {
  color: white;
  background-color: #65a800;
  border-color: #65a800;
}

.blog .input-group-addon.info {
  color: white;
  background-color: #4fc1e9;
  border-color: #4fc1e9;
}

.blog .input-group-addon.warning {
  color: white;
  background-color: #ff931d;
  border-color: #ff931d;
}

.blog .input-group-addon.danger {
  color: white;
  background-color: #fc7070;
  border-color: #fc7070;
}

.blog .padding {
  padding: 9px 5px;
}

.blog .padding7 {
  padding-top: 7px;
}

.blog .marginTop {
  margin-top: 15px;
}

.blog .page-header {
  margin: 10px 0 20px 0;
  font-size: 22px;
}

.blog .link_envato {
  font-size: 16px;
  color: #d7e1e6;
  font-family: 'Cambay','sans-serif';
  font-weight: 700;
  margin-left: 43px;
}

.blog .number_color {
  color: #8799a3;
}

.blog .has-error .help-block, .blog .has-error .input-group-addon, .blog .has-error .radio, .blog .has-error .radio-inline {
  color: #FE5B5B !important;
}

.blog .radio input[type="radio"], .blog .radio-inline input[type="radio"], .blog .checkbox input[type="checkbox"], .blog .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: 1px;
}

@media (max-width: 768px) {
  .blog .right_comment {
    left: 0%;
  }
}

@media (max-width: 425px) {
  .blog .right_comment {
    left: 15%;
  }
}

@media (max-width: 320px) {
  .blog .right_comment {
    left: -10% !important;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  .blog .adjust_media {
    margin-left: 9px;
  }
  .blog .read_button {
    margin-left: 26px;
  }
  .blog .link_envato {
    margin-left: 26px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .blog .adjust_media {
    margin-left: 13px;
  }
  .blog .read_button {
    margin-left: 28px;
  }
  .blog .link_envato {
    margin-left: 28px;
  }
}

#nav_post_gallery {
  background-image: url("../images/photos/post_gallery.JPG");
  background-position: center;
  background-size: cover;
}

.post_gallery .content_heading {
  color: #252525;
  font-size: 20px !important;
  line-height: 29px;
  font-family: 'Cambay', sans-serif;
  font-weight: 700;
  text-align: justify;
}

.post_gallery .name_font {
  font-family: 'Cambay', sans-serif;
  cursor: pointer;
}

.post_gallery .top_box {
  top: 7px;
}

.post_gallery .error {
  border: 2px solid red;
}

.post_gallery .success {
  border: 2px solid green;
}

.post_gallery .has-error .help-block, .post_gallery .has-error .input-group-addon, .post_gallery .has-error .radio, .post_gallery .has-error .radio-inline {
  color: #f04e4e !important;
  margin-left: 10px !important;
}

.post_gallery .has-error input, .post_gallery .has-error .prettydropdown > ul {
  border-color: #f04e4e !important;
}

.post_gallery .has-error textarea {
  border-color: #f04e4e !important;
}

.post_gallery .has-success .check {
  display: block;
  color: #39b54a;
}

.post_gallery .fa-facebook:hover {
  color: #3b5998;
}

.post_gallery .fa-twitter:hover {
  color: #1dcaff;
}

.post_gallery .fa-google-plus:hover {
  color: #d34836;
}

.post_gallery .fa-pinterest-p:hover {
  color: #c92228;
}

.post_gallery .text_position {
  position: absolute;
  margin-top: -44px;
  left: 9rem;
  color: #fff;
  font-style: italic;
  font-size: 14px;
}

.post_gallery .shadow_reply:hover {
  box-shadow: 2px -1px 36px 2px #a4b1b7;
}

.post_gallery .shadow_reply {
  box-shadow: -3px 9px 20px 2px #dae0e3;
}

.post_gallery .img_radius {
  border-radius: 30px;
  box-shadow: -1px 3px 102px 0px rgba(218, 224, 227, 0.36);
}

.post_gallery .font-monseratt:hover {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #8799a3;
}

.post_gallery a {
  color: #252525;
  font-weight: 700;
}

.post_gallery .navigate2:hover a {
  color: #8799a3;
}

.post_gallery .navigate1:hover a {
  color: #8799a3;
}

.post_gallery .media-body {
  margin-left: 12px;
}

.post_gallery .align_top {
  margin-top: -8px;
}

.post_gallery .paragraph_content {
  color: #636363;
  font-size: 18px;
  font-family: 'Cambay', sans-serif;
  text-align: justify;
}

.post_gallery .hr_line {
  margin-top: 3rem;
  border-top: 2px solid #f0f4f7;
}

.post_gallery .top_tags {
  margin-top: 3rem;
}

.post_gallery .paragraph_content2 {
  color: #636363;
  line-height: 23px;
  font-size: 16px;
  font-family: 'Cambay', sans-serif;
  text-align: justify;
}

.post_gallery .backgrnd_clr {
  background-color: #fff;
  padding: 25px 25px 25px 25px;
  margin: 0;
  box-shadow: 18px 17px 191px 20px rgba(191, 191, 191, 0.52);
  border-radius: 8px;
}

.post_gallery .backgrnd_clr::before {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  left: -4px;
  top: 44px;
  border: 10px solid transparent;
  border-right-color: #fff;
}

.post_gallery .comments_content {
  color: #4d5154;
  line-height: 26px;
  font-size: 15px;
  text-align: justify;
}

.post_gallery .comments_body {
  color: #C5CFD1;
  font-size: 12px;
}

.post_gallery .text_padd {
  padding: 10px;
}

.post_gallery .icons {
  color: #bbc7cd;
  cursor: pointer;
}

.post_gallery .icons_left {
  color: #bbc7cd;
  margin-left: 19px;
  cursor: pointer;
}

.post_gallery .reply_btn {
  background-color: #fff;
  color: #8799A3 !important;
  border-radius: 33px;
  box-shadow: 0 20px 42px 0px rgba(135, 153, 163, 0.53);
  font-size: 12px !important;
}

.post_gallery .reply_btn:hover {
  background-color: #8799A3;
  color: #fff !important;
  border-radius: 33px;
  box-shadow: 0 20px 42px 0px rgba(135, 153, 163, 0.53);
}

.post_gallery .people_image {
  box-shadow: 2px 8px 20px 8px #e6e5e5;
}

.post_gallery .form_border {
  border-radius: 50px;
  background-color: #FFF;
  font-family: 'Cambay', sans-serif;
  font-weight: 700;
  color: #8799a3;
}

.post_gallery .textarea_border {
  border-radius: 33px;
  background-color: #FFF;
  font-family: 'Cambay', sans-serif;
  font-weight: 700;
  color: #8799a3;
}

.post_gallery .primary_button {
  padding: 20px 65px 20px 65px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}

.post_gallery .imgperson {
  margin-left: -14px;
}

.post_gallery .form_border:focus {
  background-color: #fff;
  border: 2px solid #8799A3 !important;
}

.post_gallery .textarea_border:focus {
  background-color: #fff;
  border: 2px solid #8799A3 !important;
}

.post_gallery .prev_next {
  background-color: #fff;
  padding: 6px;
  box-shadow: 0px 1px 20px 10px rgba(238, 238, 238, 0.57);
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}

.post_gallery .prevbtn {
  transform: rotate(180deg);
}

.post_gallery .nextbtn {
  transform: rotate(180deg);
}

.post_gallery .left, .post_gallery .right, .post_gallery .grid {
  cursor: pointer;
}

.post_gallery .second-media {
  display: flex !important;
}

.post_gallery .h5_font {
  color: #252525;
}

.post_gallery .text_color {
  color: #8799a3;
  font-family: 'Cambay', sans-serif;
  font-size: 16px;
  cursor: pointer;
}

.post_gallery .text_color1 {
  color: #8799a3;
  font-family: 'Cambay', sans-serif;
  font-size: 18px;
  cursor: pointer;
}

.post_gallery .color_tag {
  color: #252525;
  font-size: 14px;
}

.post_gallery .video_player {
  width: 100%;
  border-radius: 20px;
  box-shadow: 2px 8px 20px 8px #e6e5e5;
}

.post_gallery .heart_icon {
  color: red !important;
}

.post_gallery .waveform__layer, .post_gallery .waveform__layer .sceneLayer {
  color: orangered;
}

.post_gallery .img_radius {
  border-radius: 13px;
  box-shadow: 0 0 44px 2px rgba(0, 0, 0, 0.15);
}

.post_gallery .icon_quote {
  font-size: 80px;
  color: #eeeeee;
  margin-left: 80px;
}

.post_gallery .icon_text {
  position: relative;
  top: 23px;
  z-index: -1;
}

.post_gallery .text_left {
  margin-left: 82px;
  margin-top: -24px;
  font-size: 21px;
}

.post_gallery .m-t-50 {
  margin-left: 10%;
}

.post_gallery .plyr video {
  width: 100%;
  height: auto;
  background: transparent url("../images/photos/photo-1474204075013-fafcfee9bfd7.jpg") no-repeat 0 0;
  background-size: cover;
}

.post_gallery .rply1 {
  margin-left: 49%;
  margin-bottom: -12px;
}

.post_gallery .reply2 {
  margin-left: 394px;
}

.post_gallery .img_left {
  margin-left: -26px;
}

.post_gallery .font_names {
  font-size: 19px;
}

.post_gallery .top_post_gallery {
  margin-top: 70px !important;
}

.post_gallery .font_subtext {
  font-size: 14px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .post_gallery .rply1 {
    margin-left: 35%;
  }
  .post_gallery .text_alignmnt {
    margin-left: -15px !important;
  }
  .post_gallery .facebook {
    margin-left: -17px !important;
  }
  .post_gallery .posted_color {
    margin-left: 11px;
  }
  .post_gallery .name_font {
    margin-left: 11px;
    cursor: pointer;
  }
  .post_gallery .imgperson {
    margin-top: -13px;
    margin-left: -10px;
  }
}

.post_gallery .plyr {
  border-radius: 16px;
  box-shadow: 2px 1px 145px 30px #d0d0d0;
}

.post_gallery .form-control:focus {
  box-shadow: none !important;
}

.post_gallery .fbicon1 {
  margin-left: 5px;
}

.post_gallery .font_posted {
  font-size: 12px;
  color: #A2AFB5;
}

.post_gallery .margin_content {
  margin-left: -9px;
}

.post_gallery .text_alignmnt {
  margin-left: -58px;
}

.post_gallery .facebook {
  margin-left: -58px;
}

.post_gallery .left_media {
  margin-left: -7%;
}

.post_gallery .bottom_space {
  padding-bottom: 66px;
}

@media (min-width: 320px) and (max-width: 425px) {
  .post_gallery .second-media {
    display: flow-root !important;
  }
  .post_gallery .spacing-alignment {
    margin-right: 0 !important;
  }
  .post_gallery .second-media-comment-adjust {
    margin-top: 20px;
  }
  .post_gallery .left_media {
    margin-left: 0;
  }
  .post_gallery .text_alignmnt {
    margin-left: 0;
  }
  .post_gallery .facebook {
    margin-left: 0;
  }
  .post_gallery .prev_next {
    background-color: #fff;
    padding: -1px;
    box-shadow: 1px 1px 20px 10px #eee;
    font-size: 14px;
    border-left: 0;
    font-family: 'Montserrat', sans-serif;
  }
  .post_gallery .form-control {
    transition: border-color ease-in-out 0s, box-shadow ease-in-out 0s;
  }
}

.post_gallery .text-size-18 {
  font-size: 18px;
}

.post_gallery .text-size-16 {
  font-size: 16px;
}

.post_gallery .text-size-14 {
  font-size: 14px;
}

.post_gallery .font-monseratt {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #252525;
  cursor: pointer;
}

.post_gallery .form-group {
  margin-bottom: 0rem;
}

.post_gallery .bottom-exact-adjust {
  padding-left: 0;
  padding-right: 0;
}

.post_gallery .font-cambray {
  font-family: 'Cambay', sans-serif;
  color: #636363;
  text-align: justify;
}

.post_gallery .shadow {
  box-shadow: -1px 4px 20px 2px #dae0e3;
}

.post_gallery .light-green {
  color: #8799a3;
}

.post_gallery .btn-white:hover {
  background-color: #8799a3;
  color: white;
}

.post_gallery .btn-white {
  color: #8799a3;
  background-color: white;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  border-radius: 50px;
  float: right;
  font-weight: 700;
}

@media (min-width: 320px) and (max-width: 425px) {
  .post_gallery .second-media {
    display: flow-root !important;
  }
  .post_gallery .second-media-text {
    margin-top: 10px;
  }
  .post_gallery .slick-list {
    padding: 0 !important;
  }
}

.post_gallery .tags_family {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #252525;
}

.post_gallery .posted_color {
  color: #bbc7cd;
  font-family: 'Cambay', sans-serif;
  font-size: 16px;
}

.post_gallery .slider {
  width: 50%;
  margin: 100px auto;
}

.post_gallery .slider {
  width: 100%;
  margin: 100px auto;
}

.post_gallery .slick-slide {
  margin: 0 20px;
}

.post_gallery .slick-slide img {
  width: 100%;
}

.post_gallery .slick-prev:before,
.post_gallery .slick-next:before {
  color: black;
}

.post_gallery .slick-slide {
  transition: all ease-in-out .3s;
  opacity: 0.3;
}

.post_gallery .slick-active {
  opacity: .5;
}

.post_gallery .slick-current {
  opacity: 1;
}

.post_gallery .slick-prev {
  display: none !important;
}

.post_gallery .slick-next {
  display: none !important;
}

.post_gallery .slick-dots li button:before {
  font-size: 75px !important;
  background-color: #dae4ea;
  line-height: 20px;
  position: absolute;
  top: 19px;
  left: 0;
  width: 20px;
  border-radius: 50px !important;
  height: 7px;
  content: '' !important;
  text-align: center;
  opacity: 1;
}

.post_gallery .slick-active #slick-slide-control01:before, .post_gallery .slick-active #slick-slide-control02:before, .post_gallery .slick-active #slick-slide-control00:before {
  background-color: #788187;
  opacity: 1.5 !important;
}

.post_gallery .size_icon {
  width: 15px;
  height: 22px;
}

.post_gallery .text_color1:hover {
  color: #bcc7cd;
}

.post_gallery .text_color:hover {
  color: #bcc7cd;
}

#nav_cart {
  background: url("../images/photos/cart_header.png");
  background-size: cover;
  background-position: center;
}

.bacgrnd_cart {
  background-color: #e8e8e8;
  padding: 40px 0;
}

.cart_page .thead-dark th {
  border-color: #fff !important;
}

.cart_page .cart-shadow {
  box-shadow: 0 0 40px 10px #e1e1e1;
  border-radius: 10px;
  background-color: #fff;
}

.cart_page .table thead th {
  border-bottom: 2px solid #f9f9fb;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 2rem 1.5rem;
}

.cart_page .empty_radius {
  border-top-left-radius: 10px;
}

.cart_page .total_radius {
  border-top-right-radius: 10px;
}

.cart_page .productname {
  font-size: 18px;
  color: #252525;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}

.cart_page .producttype {
  font-size: 16px;
  color: #0684ff;
  font-family: 'Cambay', sans-serif;
}

.cart_page .price {
  font-size: 18px;
  color: #8799a3;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
}

.cart_page .quantity {
  font-size: 16px;
  color: #252525;
  font-family: 'Montserrat', sans-serif;
}

.cart_page .total {
  font-size: 18px;
  color: #39b54a;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
}

.cart_page .fa-times {
  color: #dae4ea;
  font-size: 16px;
  padding-left: 40px !important;
}

.cart_page .fa-times:hover {
  color: #f04e4e;
}

.cart_page .thead-dark {
  background-color: #0081ff;
  font-size: 14px;
  color: white;
  font-family: 'Montserrat', sans-serif;
}

.cart_page .table thead th {
  font-weight: 700 !important;
}

.cart_page .table td {
  vertical-align: middle;
  border-top: 1px solid #f3f4f6;
  padding: 1.5rem;
}

.cart_page .quantityborder {
  width: 50%;
  margin: auto;
  text-align: center;
}

.cart_page .hover-color:hover .fa-times {
  color: #f04e4e;
}

.cart_page .hover-color:hover .productname {
  color: #8799a3;
}

.cart_page .background-color {
  background-color: #f9f9fb;
  padding: 14px;
}

.cart_page .coupon-btn {
  font-size: 16px;
  color: #8799a3;
  font-family: 'Cambay', sans-serif;
  border-radius: 30px;
  padding: 17px 27px;
  border: 3px solid #f3f4f6;
  background-color: #f9f9fb;
  outline: none;
  font-weight: 700;
  margin-left: 119px;
}

.cart_page .coupon-btn:focus {
  font-size: 16px;
  color: #8799a3;
  font-family: 'Cambay', sans-serif;
  border-radius: 30px;
  padding: 17px 27px;
  border: 2px solid #8799a3;
  background-color: #fff;
}

.cart_page .apply-btn {
  font-size: 14px;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  background-color: #8799a3;
  border-radius: 30px;
  padding: 20px 48px;
  cursor: pointer;
}

.cart_page .apply-btn:hover {
  box-shadow: 0 16px 55px -16px #8799a3 !important;
}

.cart_page .apply-btn:active {
  box-shadow: 1px -16px 72px -11px #8799a3 !important;
}

.cart_page .update-btn {
  font-size: 14px;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  background-color: #252525;
  border-radius: 30px;
  padding: 20px 48px;
  cursor: pointer;
}

.cart_page .update-btn:hover {
  box-shadow: 0 16px 55px -16px #252525;
}

.cart_page .adjust_carttotal {
  margin-left: -29px;
}

.cart_page .update-btn:active {
  box-shadow: 1px -16px 72px -11px #252525 !important;
}

.cart_page .under-text1 {
  font-size: 18px;
  color: #252525;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  text-align: left;
}

.cart_page .under-text2 {
  font-size: 14px;
  color: #252525;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-align: left;
}

.cart_page .sub1 {
  font-size: 14px;
  color: #8799a3;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.cart_page .sub2 {
  font-size: 18px;
  color: #39b54a;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}

.cart_page .checkout-btn {
  cursor: pointer;
  font-size: 14px;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  background-color: #39b54a;
  padding: 20px 96px;
  border-radius: 30px;
  text-align: left;
}

.cart_page .checkout-btn:hover {
  box-shadow: 0 16px 55px -16px #39b54a !important;
}

.cart_page .checkout-btn:focus {
  box-shadow: 1px -16px 72px -11px  #39b54a !important;
}

.cart_page .btn-default {
  padding: 14px 35px 11px 35px;
  background-color: #fff;
  color: #8799a3;
  border-radius: 30px;
}

.cart_page .input-group.bootstrap-touchspin {
  border-radius: 30px;
}

.cart_page .bootstrap-touchspin-down, .cart_page .bootstrap-touchspin-up {
  background: #fff;
  padding: 14px 15px 11px 15px;
  color: #dae4ea;
}

.cart_page .bootstrap-touchspin-down:hover, .cart_page .bootstrap-touchspin-up:hover {
  color: #8799a3;
}

.cart_page #demo3, .cart_page #demo2, .cart_page #demo1 {
  border: none;
  text-align: center;
}

.cart_page .quantityheader {
  text-align: left;
}

@media (min-width: 320px) and (max-width: 425px) {
  .cart_page .checkout-btn {
    padding: 20px 26px;
  }
  .cart_page .adjust_carttotal {
    margin-left: 0;
  }
  .cart_page .responsive-magrin-adjust {
    margin: 0 !important;
  }
  .cart_page .coupon-btn {
    margin-left: 0;
    text-align: center;
  }
}

@media (min-width: 426px) and (max-width: 768px) {
  .cart_page .responsive-magrin-adjust {
    margin: 0 !important;
  }
  .cart_page .checkout-btn {
    padding: 20px 56px;
    text-align: center;
  }
}

@media (min-width: 769px) and (max-width: 1199px) {
  .cart_page .coupon-btn {
    padding: 16px 7px;
  }
  .cart_page .coupon-btn:focus {
    padding: 16px 7px;
  }
}

@media (min-width: 320px) and (max-width: 768px) {
  .cart_page .quantityborder {
    width: 108%;
  }
}

.cart_page .cursor-pointing {
  cursor: pointer;
}

.cart_page .table-hash-color {
  color: black;
  padding-left: 40px !important;
}

.cart_page .demo {
  font-size: 16px;
  color: #252525;
  border: 2px solid #eceef2;
  border-left: none;
  font-weight: bold;
  border-right: none;
  width: 56px;
}

.cart_page .input-group-addon {
  background: none;
  border: 2px solid #eceef2;
  padding: 14px 15px 11px 15px;
  cursor: pointer;
}

.cart_page .input-group-addon:nth-child(1) {
  border-right: none;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  color: #83959E;
  font-size: 18px;
}

.cart_page .bootstrap-touchspin-up1 {
  border-left: none;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  color: #252525;
  font-size: 18px;
}

.cart_page .bootstrap-touchspin-down1 {
  border-right: none;
  color: #252525;
  font-size: 18px;
}

.cart_page .bootstrap-touchspin-up1:hover, .cart_page .bootstrap-touchspin-down1:hover {
  color: #8799a3;
}

.cart_page .total-heading {
  min-width: 200px;
}

@media (max-width: 1024px) {
  .cart_page .adjust_carttotal {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .cart_page .coupon-btn {
    margin-left: 0;
  }
  .cart_page .apply-btn {
    margin-left: 0;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .cart_page .checkout-btn {
    padding: 20px 72px;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .cart_page .checkout-btn {
    padding: 20px 80px;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .cart_page .coupon-btn {
    margin-left: 0;
  }
  .cart_page .apply-btn {
    margin-left: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .cart_page .apply-btn {
    margin-left: 67px;
  }
}

td .input-group {
  flex-wrap: unset;
}

.swal2-popup .swal2-styled:focus {
  box-shadow: none !important;
}

.home_page {
  -ms-transform: translate(-50%, -50%);
  /* === Slick Slide === */
}

.home_page .footer_bg {
  background-color: #f9f9fa !important;
  padding: 4rem;
}

.home_page .foot1 {
  margin-top: 40px;
}

.home_page .foot3 {
  margin-top: 40px;
}

.home_page .foot4 {
  margin-top: 28px;
}

.home_page .about_btn {
  border-radius: 35px;
  background-color: #1cbbb4;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  outline: none;
  cursor: pointer;
  box-shadow: 2px 2px 36px -6px #1cbbb4;
}

.home_page .about_btn:hover {
  box-shadow: 0px 20px 47px 3px rgba(28, 187, 180, 0.47);
}

.home_page .about_btn:focus {
  box-shadow: 3px -12px 47px 3px rgba(28, 187, 180, 0.47);
}

.home_page .about_btn:active {
  box-shadow: 3px -12px 47px 3px rgba(28, 187, 180, 0.47);
}

.home_page .fewword_margin {
  margin-bottom: 5rem;
  margin-top: 5.7rem;
}

.home_page .few_word_text {
  font-size: 42px;
  font-weight: 900;
  color: #252525;
  line-height: 1.10;
}

.home_page .few_para {
  margin-top: 1.75rem;
}

.home_page .img-transform1 {
  transform: scale(1, 1.11);
}

.home_page .text_font {
  font-size: 24px;
  color: #252525;
  font-weight: 700;
}

.home_page .slider-nav .slick-list {
  padding: 68px 167px !important;
}

.home_page .slider-nav .slick-dots {
  position: relative;
  top: 140px;
}

.home_page .slider-nav.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.home_page .para_fontfamily {
  font-family: 'Cambay', sans-serif;
  font-size: 20px;
  color: #636363;
}

.home_page .recent_section_bg {
  background-color: #f9f9fa;
}

.home_page .padd_recent_section {
  padding: 50px 10px 10px 10px;
}

.home_page .padng {
  padding: 0;
}

.home_page .outline {
  outline: 1px solid;
}

.home_page .slick-slide .plyr {
  box-shadow: -1px -6px 15px 13px #cecece;
}

.home_page .hvr-bounce-to-right:before {
  outline: 1px solid #2098D1;
}

.home_page .image4 {
  padding: 20px;
}

.home_page .company_name {
  padding-bottom: 28px;
}

.home_page .swiper-container-horizontal {
  padding-bottom: 15px !important;
  padding-top: 15px !important;
}

.home_page .padng:hover .image4 {
  top: 27% !important;
  opacity: 2;
  z-index: 99;
  padding: 20px 10px 20px 6px;
}

.home_page .rocket_text {
  font-size: 18px;
  font-family: 'cambay','sans-serif';
  color: #636363;
}

.home_page .backgrund_img {
  background-image: url("../images/photos/business_1.PNG");
  background-size: cover;
  padding: 98px 62px 89px 62px;
}

.home_page .backgrund_mission {
  background-image: url("../images/photos/crystal backgrounds.jpg");
  background-size: cover;
  background-position: center;
  padding: 98px 62px 89px 62px;
}

.home_page .bg_img1 {
  background-image: url("../images/photos/penandpaper.png");
  background-size: cover;
  padding: 100px 10px;
}

.home_page .bg_img2 {
  background-image: url("../images/photos/manisback.png");
  background-size: cover;
  padding: 100px 10px;
}

.home_page .bg_img3 {
  background-image: url("../images/photos/smallJcb.png");
  background-size: cover;
  padding: 100px 10px;
}

.home_page .bg_img4 {
  background-image: url("../images/photos/computerandwomen.png");
  background-size: cover;
  padding: 82px 10px;
}

.home_page .hvr_text {
  font-family: 'Cambay','sans-serif';
  font-size: 18px;
}

.home_page .number_txt {
  font-size: 120px;
  color: #fff;
  font-weight: 900;
  position: absolute;
  top: 14px;
  opacity: 0.2;
  left: 24px;
}

.home_page .swiper-container {
  width: 100%;
  height: 100%;
}

.home_page .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.home_page .rocket_box {
  padding: 36px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 2px 7px 20px 0px rgba(204, 204, 204, 0.32);
}

.home_page .rocket_box:before {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  left: 45%;
  top: 5%;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
}

.home_page .swiper_bg {
  background-color: #f9f9fa;
}

.home_page .swiper_slide_bg {
  background-color: #f9f9fa !important;
}

.home_page .swiper_padd_bott {
  padding-bottom: 50px;
}

.home_page .swiper-pagination {
  text-align: left;
}

.home_page .swiper-container-horizontal > .swiper-pagination2 {
  bottom: -16px;
}

.home_page .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  padding: 0px 9px;
  border-radius: 10px;
  background-color: #70777a;
}

.home_page .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #8799a3 !important;
}

.home_page .swiper-pagination-bullet {
  height: 5px !important;
}

.home_page .plyr video {
  width: 100%;
  height: 100%;
  background: transparent url(../images/photos/woman.jpg) no-repeat 0 0;
  background-size: cover;
}

.home_page .plyr {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  z-index: -1;
}

.home_page .plyr1 {
  z-index: 0 !important;
}

.home_page .albedo_textheading {
  font-size: 42px;
  color: #252525;
}

.home_page .bg_black {
  background-color: #252525;
  padding: 25px;
}

.home_page .wordpress_text {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  margin-top: 29px;
}

.home_page .progress-bar {
  height: 8px;
  border-radius: 20px;
  border: 0;
}

.home_page .percentage_text {
  color: #fff;
  font-size: 14px;
  position: relative;
  top: 7px;
  left: 20px;
}

.home_page .percent_top {
  margin-top: 42px;
}

.home_page .albedo_text {
  font-size: 42px;
  font-weight: 900;
  text-align: left;
}

.home_page .albedo_heading {
  color: #0081FF;
}

.home_page .albedo_bottom_text {
  font-family: 'Cambay','sans-serif';
  font-size: 20px;
  color: #636363;
}

.home_page .caret_text {
  font-size: 18px;
  font-family: 'cambay','sans-serif';
  color: #636363;
}

.home_page .hvr_text_bold {
  font-size: 24px;
  font-family: 'cambay','sans-serif';
  font-weight: bold;
  color: #fff;
  position: relative;
  top: 65px;
}

.home_page .all_projcts_btn {
  font-size: 14px;
  padding: 16px 43px 16px 43px;
  color: #fff;
  outline: none;
  cursor: pointer;
}

.home_page .project_btn_bg {
  background-color: #f9f9fa;
}

.home_page .icon_color {
  color: #0081FF;
}

.home_page .slick_bg_img {
  background-image: url("../images/photos/slicer_bg.JPG");
  background-size: cover;
  padding: 5rem 0 2rem 0;
}

.home_page .inner_img_round {
  width: 500px;
  position: absolute;
  top: 30%;
}

.home_page .david_name {
  color: #0081FF;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
}

.home_page .company_name {
  font-size: 16px;
  color: #8799a3;
  font-family: 'cambay','sans-serif';
}

.home_page .box_bg {
  background-color: #fff;
  border: 2px solid rgba(37, 37, 37, 0.219608);
}

.home_page .padng_23 {
  padding: 23px;
}

.home_page .box_border {
  box-shadow: 1px 2px 11px 0 rgba(28, 28, 28, 0.23);
  position: relative;
  background-color: #fff;
  border-radius: 8px;
}

.home_page .slide-padding {
  padding: 23px 23px 0;
}

.home_page .date_text {
  color: #bec2ca;
  font-weight: bold;
}

.home_page .middle_text {
  font-weight: bold;
  color: #252525;
  font-size: 20px;
}

.home_page .bottom_text {
  color: #929292;
  font-size: 14px;
}

.home_page .btn_effct {
  padding: 8px 23px 8px 23px;
  font-size: 14px;
  box-shadow: none;
  cursor: pointer;
}

.home_page .box_border:hover .middle_text, .home_page .box_border:hover .plus_icon {
  color: #8799a3 !important;
}

.home_page .box_border:hover .btn_effct {
  background-color: #8799a3;
  box-shadow: 2px 2px 53px -6px #8799a3;
}

.home_page .box_border:hover .risk_btn {
  background-color: #8799a3;
  box-shadow: 2px 2px 53px -6px #8799a3;
}

.home_page .img_attatch:hover .middle_text {
  color: #8799a3 !important;
}

.home_page .img_attatch:hover .btn_effct {
  background-color: #8799a3;
  box-shadow: 2px 2px 53px -6px #8799a3;
}

.home_page .link_image:hover .overlay {
  width: 100%;
}

.home_page .image4_4 {
  background-image: url("../images/photos/photo-1444718070663-99afd7176287.JPG");
}

.home_page .business_hover {
  position: relative;
}

.home_page .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(29, 133, 236, 0.74);
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}

.home_page .text {
  white-space: nowrap;
  color: #fff;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home_page .image4 {
  position: absolute;
  top: 50%;
  left: 6%;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.home_page .business {
  margin-top: 2.5rem;
}

.home_page .eye_icon {
  white-space: nowrap;
  color: white;
  font-size: 24px;
  position: absolute;
  overflow: hidden;
  left: 12%;
  bottom: 8%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.home_page .icon_plus {
  color: #b7bfc3;
}

.home_page .font_para {
  font-size: 18px;
  font-family: 'Cambay', sans-serif;
  color: #252525;
}

.home_page .our_customers_top {
  margin-top: 50px;
}

.home_page .font_text {
  font-size: 23px;
  font-weight: 700;
}

.home_page .plus_icon {
  color: #bbc7cd;
  margin-top: 8px;
}

.home_page .margin_left {
  padding-left: 7rem;
}

.home_page .risk_btn:hover {
  background-color: #b2bcc6;
}

.home_page .risk_btn {
  padding: 5px 23px;
  font-size: 13px;
  border: none;
}

.home_page .jesscia_text {
  font-size: 16px;
  font-family: 'cambay','sans-serif';
  color: #0081FF;
  cursor: pointer;
}

.home_page .hours_ago {
  font-size: 16px;
  color: #bbc7cd;
  font-weight: 400;
  font-family: 'cambay','sans-serif';
}

.home_page .box_pagination .swiper-pagination-bullet {
  height: 7px;
  width: 15px;
  border-radius: 5px;
  margin-right: 7px;
}

.home_page .box_pagination {
  position: relative;
  top: 45%;
  left: 3%;
}

.home_page .our_news_text {
  font-size: 42px;
  font-weight: 900;
  color: #252525;
}

.home_page .stay_text {
  font-size: 24px;
  color: #636363;
  font-weight: 400;
}

.home_page .slider-nav .slick-list {
  padding: 41px 167px 96px  !important;
}

.home_page .slider-nav .slick-dots {
  position: relative;
  top: 140px;
}

.home_page .slider-nav.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.home_page .project_btn_bg {
  background-color: #f9f9fa !important;
  padding: 4rem !important;
  text-align: center;
}

.home_page .progress {
  background-color: #515151;
}

.home_page .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(29, 133, 236, 0.74);
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}

.home_page .text {
  white-space: nowrap;
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.home_page .container:hover .overlay {
  width: 100%;
}

.home_page .slider-nav .slick-cloned {
  width: 328px !important;
}

.home_page .slick-slide {
  outline: none;
}

.home_page .slick-dots {
  bottom: -45px;
  position: relative;
}

.home_page .slick-dots li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 12px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.home_page .slick-dots button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.home_page .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #8799a3;
}

.home_page .slick-dots li button:before {
  font-family: 'slick';
  font-size: 11px;
  line-height: 14px;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  content: '•';
  text-align: center;
  opacity: 1;
  color: #e5e5e5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.home_page #screenshot-dots {
  text-align: center !important;
  margin-top: 20px;
}

.home_page .slick-prev, .home_page .slick-next {
  font-size: 0;
  line-height: 0;
  position: relative;
  top: 5px;
  display: inline;
  width: 24px;
  height: 40px;
  padding: 0;
  transform: translate(0, 0%);
  cursor: pointer;
  border: none;
  outline: none;
  border-radius: 4px;
  transition: all .3s ease-in-out;
}

.home_page #screenshot-dots .slick-prev {
  background-image: url("../images/left2.png");
  background-repeat: no-repeat;
  background-size: initial;
}

.home_page #screenshot-dots .slick-prev:hover {
  background-image: url("../images/left3.png");
  background-repeat: no-repeat;
  background-size: initial;
}

.home_page #screenshot-dots .slick-next {
  background-image: url("../images/right2.png");
  background-repeat: no-repeat;
  background-size: initial;
}

.home_page #screenshot-dots .slick-next:hover {
  background-image: url("../images/right3.png");
  background-repeat: no-repeat;
  background-size: initial;
}

.home_page .slick-prev:before, .home_page .slick-next:before {
  display: none !important;
}

.home_page .screenshot {
  padding-bottom: 50px;
}

.home_page .screenshot .overlay {
  background: rgba(41, 88, 112, 0.7);
  left: 0;
  height: 100%;
  top: 0;
  position: absolute;
  width: 100%;
}

.home_page .screenshot .screenshot-slide {
  height: 440px;
  padding: 50px 0;
  margin: 0;
  overflow: hidden;
}

.home_page .screenshot .screenshot-slide .slick-list {
  overflow: visible;
}

.home_page .screenshot .screenshot-slide .item {
  cursor: ew-resize;
  width: 580px;
  height: 340px;
  outline: 0;
  overflow: hidden;
  transition: all .5s ease-in-out;
}

.home_page .screenshot .screenshot-slide .item img {
  max-width: 100%;
  width: 100%;
  box-shadow: -1px -6px 16px 13px #cecece;
}

.home_page .screenshot .slick-center {
  transform: scale(1.3);
}

@media (max-width: 768px) {
  .home_page .containermargin {
    margin-left: 0 !important;
  }
  .home_page .padng:hover .image4 {
    top: 37% !important;
  }
  .home_page .padng .eye_icon {
    left: 12%;
  }
  .home_page .bg_img4 {
    padding: 100px 10px;
  }
  .home_page .percentage_text {
    left: 3px;
  }
}

@media (min-width: 320px) and (max-width: 575px) {
  .home_page .containermargin {
    margin-left: 0 !important;
  }
  .home_page .slicker2 .slick-dots {
    margin-left: 7.7rem;
  }
  .home_page .swiper-slide {
    width: 100% !important;
  }
  .home_page .col_padding {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .home_page .project_btn_bg {
    padding: 0 !important;
  }
}

@media (max-width: 320px) and (min-width: 319px) {
  .home_page .slider-nav .slick-list {
    padding: 107px 26px !important;
  }
  .home_page .slick-current img {
    margin-left: 0;
  }
  .home_page .padng:hover .image4 {
    top: 31% !important;
  }
}

@media (max-width: 768px) {
  .home_page .backgrund_img {
    padding: 98px 62px 67px 62px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home_page .slicker2 .slick-dots {
    left: -37.5% !important;
  }
  .home_page .slider-nav .slick-cloned, .home_page .slider-nav .slick-current {
    width: 343px !important;
  }
  .home_page .marginleft {
    margin-left: 37px;
  }
  .home_page .marginright {
    position: relative;
    right: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .home_page .containermargin {
    margin-left: 0 !important;
  }
  .home_page .slicker2 .slick-dots {
    left: -43.5% !important;
  }
  .home_page .slider-nav .slick-cloned {
    width: 247px !important;
  }
  .home_page .slider-nav .slick-list {
    padding: 41px 163px 96px !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .home_page .text_font {
    font-size: 15px;
  }
  .home_page .slider {
    margin: auto !important;
  }
  .home_page .slick-slide .slider1 {
    font-size: 16px !important;
  }
}

@media (max-width: 425px) and (min-width: 320px) {
  .home_page .footer_bg {
    background-color: #f9f9fa !important;
    padding: 20px !important;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .home_page .footer_bg {
    text-align: center;
  }
  .home_page .media_adjust {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .home_page .slick-center {
    transform: scale(1) !important;
  }
  .home_page .screenshot .screenshot-slide {
    padding: 0;
    height: auto;
  }
  .home_page .screenshot .screenshot-slide .item {
    width: auto;
    height: auto;
  }
}

@media (max-width: 375px) {
  .home_page .slider-nav .slick-dots {
    top: 306px;
  }
  .home_page .image4 {
    top: 36%;
  }
}

@media (min-width: 375px) and (max-width: 375px) {
  .home_page .slider-nav .slick-cloned {
    width: 0 !important;
  }
  .home_page .slider-nav .slick-list {
    padding: 107px 26px !important;
  }
  .home_page .our_customers_top {
    margin-bottom: 80px;
  }
  .home_page .slider-nav .slick-current {
    width: 290px !important;
  }
}

@media (max-width: 425px) and (min-width: 400px) {
  .home_page .slider-nav .slick-cloned {
    width: 0 !important;
  }
  .home_page .slider-nav .slick-list {
    padding: 107px 26px !important;
  }
}

@media (min-width: 992px) {
  .home_page .screenshot .screenshot-slide .item {
    width: 580px !important;
    height: 340px !important;
  }
}

@media (max-width: 1024px) {
  .home_page .fewword_margin {
    margin-top: 0;
    margin-bottom: 4rem;
  }
  .home_page .image4 {
    position: absolute;
    top: 50%;
    left: 6%;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
  }
  .home_page .eye_icon {
    left: 14%;
  }
}

.home_page .col_padding {
  padding-right: 0;
  padding-left: 0;
}

.home_page .slicker .slider {
  width: 50%;
  margin: 35px auto;
}

.home_page .slicker .center-slider {
  width: 100%;
  margin: 20px auto;
}

.home_page .slicker .slick-slide {
  margin: 0px 20px;
}

.home_page .slicker .slick-slide img {
  width: 100%;
}

.home_page .slicker .slick-prev:before,
.home_page .slicker .slick-next:before {
  color: black;
}

.home_page .slicker .slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.home_page .slicker .slick-active {
  opacity: .5;
}

.home_page .slicker .slick-current {
  opacity: 1;
}

.home_page .slicker .center .slick-dots {
  display: none !important;
}

.home_page .slicker .slick-dots li button:before {
  content: "-" !important;
  font-size: 64px;
}

.home_page .slicker .slick-dots li {
  margin-right: 10px;
}

.home_page .slicker .slick-slide img {
  width: 100px;
}

.home_page .slicker .slick-current img {
  transform: scale(1.5);
  transition-duration: 1s;
}

.home_page .slicker .center .slick-track {
  margin-top: 32px;
  margin-bottom: 22px;
}

.home_page .slicker .center-slider .slick-dots {
  bottom: 59px;
}

.home_page .slicker .center-slider .slider1 {
  font-family: 'Coustard', serif;
}

@media (min-width: 768px) and (max-width: 991px) {
  .home_page .slicker .center .slick-slide img {
    width: 75px;
  }
}

@media (min-width: 319px) and (max-width: 320px) {
  .home_page .slicker .center .slick-slide img {
    width: 85px;
  }
}

@media (min-width: 466px) and (max-width: 767px) {
  .home_page .slicker .slider {
    width: 100%;
  }
}

.home_page .slicker2 .center-slider2 {
  width: 100%;
}

.home_page .slicker2 .slick-prev:before,
.home_page .slicker2 .slick-next:before {
  color: black;
}

.home_page .slicker2 .slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.home_page .slicker2 .slick-active {
  opacity: .5;
}

.home_page .slicker2 .slick-current {
  opacity: 1;
}

.home_page .slicker2 .slick-dots li button:before {
  content: "-" !important;
  font-size: 64px;
}

.home_page .slicker2 .slick-dots li {
  margin-right: 10px;
}

.home_page .slicker2 .slick-dots {
  bottom: 21px;
  left: -44.5%;
}

.home_page .containermargin {
  margin-left: 68px;
}

@media (min-width: 769px) and (max-width: 805px) {
  .home_page .backgrund_img {
    padding: 98px 62px 68px 62px;
  }
}

@media (min-width: 1025px) and (max-width: 1066px) {
  .home_page .backgrund_img {
    padding: 98px 62px 89px 62px;
  }
}

.home_page .plyr__video-wrapper {
  border-radius: 0 !important;
}

.home_page .navbar-dark .navbar-toggler {
  border-color: 1px solid #252525 !important;
}

/*home page slider css
  start from
  here*/
.example {
  position: relative;
  top: -141px !important;
}

.home_head_font {
  margin-bottom: 15px !important;
}

.slider .tp-tab-content {
  background: rgba(0, 0, 0, 0);
  position: relative;
  padding: 14px 15px 15px 15px !important;
  left: 0px;
  overflow: hidden;
  margin-top: -15px;
  box-sizing: border-box;
  color: #333;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.slider .tp-mask-wrap {
  position: absolute;
  display: block;
  overflow: visible !important;
}

.slider .slider_para {
  font-size: 24px;
  z-index: 4;
  color: #959595;
  font-family: 'Cambay', sans-serif !important;
}

.slider .btn_font {
  font-size: 14px !important;
}

.slider .start_left {
  margin-left: 15px !important;
}

.slider .tp-tabs {
  background: transparent !important;
  transform: matrix(1, 0, 0, 1, 0, -120);
  opacity: 0.9;
  padding: 28px !important;
  margin: -9px;
}

.slider .tp-tab:hover, .slider .tp-tab.selected {
  background-color: transparent !important;
}

.slider .tp-tab-title {
  display: block;
  text-align: left;
  color: #fff !important;
  font-size: 16px !important;
  text-transform: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700 !important;
  line-height: 19px !important;
}

.slider .services_bt_text {
  font-size: 24px;
  font-family: 'Cambay', sans-serif;
  color: #959595;
  line-height: 15px !important;
}

.slider .get_start_btn {
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  border-radius: 50px;
  border: none;
  background-color: #252525;
  font-family: 'Montserrat', sans-serif;
  margin-left: 23px;
}

.slider .buy_btn {
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  background-color: transparent;
  border-radius: 50px;
  border: 2px solid #fff;
  font-family: 'Cambay', sans-serif;
  padding: 18px 42px 18px 42px;
  letter-spacing: 0;
}

.slider .content_left {
  margin-left: 30% !important;
}

.slider .home_head_font {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 50px;
}

.slider .success {
  z-index: 5;
  font-size: 14px;
  color: #fff;
  font-family: 'Cambay', sans-serif;
  padding: 18px 42px 18px 42px;
  background-color: #39b54a;
  border-radius: 50px;
  letter-spacing: 0;
  font-weight: 900;
}

.slider .danger {
  z-index: 5;
  font-size: 14px;
  color: #fff;
  border-color: #fff;
  padding: 18px 42px 18px 42px;
  background-color: #f04e4e;
  border-radius: 50px;
  letter-spacing: 0;
  font-family: 'Cambay', sans-serif;
  font-weight: 900;
}

.slider .primary {
  z-index: 5;
  font-size: 14px;
  color: #fff;
  border-color: #fff;
  padding: 18px 42px 18px 42px;
  background-color: #0081ff;
  border-radius: 50px;
  letter-spacing: 0;
  font-weight: 900;
  font-family: 'Cambay', sans-serif;
}

.slider .primarystart {
  z-index: 5;
  font-size: 14px;
  color: #fff;
  border-color: #fff;
  padding: 18px 42px 18px 42px;
  background-color: #0081ff;
  border-radius: 50px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 900;
  font-family: 'Cambay', sans-serif;
}

.slider .black {
  z-index: 5;
  font-size: 14px;
  color: #fff;
  background-color: #252525;
  border-color: #fff;
  padding: 18px 42px 18px 42px;
  font-weight: 900;
  line-height: 20px;
  border-radius: 50px;
  font-family: 'Cambay', sans-serif;
}

.slider .purchase_btn {
  font-size: 14px;
  color: #8799a3 !important;
  background-color: #fff;
  border-radius: 50px;
  border: none;
  font-weight: 900;
  line-height: 21px;
  padding: 18px 42px;
  font-family: 'Cambay', sans-serif;
}

.slider .display {
  display: inline-block;
}

.slider .gyges .tp-tab-image {
  background-image: none !important;
}

@media (min-width: 320px) and (max-width: 768px) {
  .slider .tp-mask-wrap {
    position: absolute;
    display: block;
    overflow: visible !important;
    left: 0rem;
  }
}

.slider .tparrows.tp-leftarrow {
  background-image: url(../images/revolution-left.svg);
  background-repeat: no-repeat;
}

.slider .tparrows.tp-rightarrow {
  background-image: url(../images/revolution-right.svg);
  background-repeat: no-repeat;
}

.slider .tparrows.tp-rightarrow:hover {
  background-image: url(../images/revolution-right-hover.svg);
  background-repeat: no-repeat;
}

.slider .tparrows.tp-leftarrow:hover {
  background-image: url(../images/revolution-left-hover.svg);
  background-repeat: no-repeat;
}

.slider .hesperiden.tparrows {
  width: 50px;
  height: 50px;
  background-color: transparent;
}

.slider .hesperiden.tparrows:hover {
  background-color: transparent;
}

.slider .hesperiden.tparrows, .slider .hesperiden.tparrows:hover {
  background-color: transparent;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  width: 30px;
  height: 55px;
}

.slider .hesperiden.tparrows:before {
  font-family: "revicons";
  font-size: 20px;
  color: transparent;
  display: block;
  line-height: 40px;
  text-align: center;
}

.slider .hades .tp-tab {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.slider .hades .tp-tab.selected .tp-tab-title {
  color: #8799a3 !important;
  opacity: 1;
}

.slider .hades .tp-tab.selected {
  border-bottom: 2px solid #8799a3;
}

.slider .slider-green-button rev-btn:hover {
  box-shadow: 0 15px 50px 0 rgba(57, 181, 74, 0.55);
  outline: none;
  background-color: #39b54a;
  border-color: #39b54a;
}

@media (min-width: 778px) and (max-width: 1199px) {
  .slider .tp-rightarrow {
    left: 102% !important;
  }
  .slider .tp-leftarrow {
    left: -15px !important;
  }
}

/*
1. home page Header Css
header related custom classes will come here
 */
@media (min-width: 576px) {
  .homepage_navbar .navbar-brand {
    position: relative;
  }
}

.homepage_navbar .hover_line1 {
  position: absolute;
  top: 0px;
}

.homepage_navbar .navbar-dark .navbar-toggler {
  border-color: transparent !important;
}

.homepage_navbar .navbar {
  z-index: 99 !important;
  top: 15px;
}

.homepage_navbar .gyges .tp-tab :hover {
  border-bottom: 1px solid #8799a3 !important;
}

.homepage_navbar .navbar-nav > li > a {
  text-decoration: none;
  font-size: 18px;
  color: #fff !important;
  font-family: 'Work Sans', sans-serif;
}

.homepage_navbar .navbar-nav > li {
  padding: 6px 23px 23px 12px;
  color: #fff;
}

.homepage_navbar .navbar-nav > li:hover {
  color: #8799a3 !important;
  cursor: pointer;
}

.homepage_navbar .navbar-nav > li > a:hover {
  color: #8799a3 !important;
}

.homepage_navbar .navbar-nav > li > a:active {
  color: #8799a3 !important;
  cursor: pointer;
}

.homepage_navbar .hover_line1 {
  margin-top: 13px !important;
  border-top: 2px solid rgba(136, 133, 133, 0.21);
  width: 98%;
}

.homepage_navbar .nav_right_icon {
  color: #cdced4;
  position: relative;
  top: 0px;
  font-size: 19px;
}

.homepage_navbar .text_bold {
  font-size: 50px;
  font-weight: 900;
}

.homepage_navbar .nav-item {
  position: relative;
}

.homepage_navbar .nav-item a:hover:before {
  left: 12px;
  right: 21px;
}

.homepage_navbar .nav-item a:before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #8799a3;
  height: 2px;
  transition-property: left, right;
  transition-duration: .2s;
  transition-timing-function: ease-out;
}

.homepage_navbar .nav-item {
  top: 8px;
}

.homepage_navbar .nav-item.active a:before {
  left: 12px;
  right: 21px;
}

.homepage_navbar .nav-item.active a {
  color: #8799a3 !important;
}

.homepage_navbar .navbar-light .navbar-toggler-icon {
  background-color: #959597;
}

@media (max-width: 425px) {
  .homepage_navbar .nav_right_icon {
    right: 0%;
    left: 5%;
  }
}

@media (max-width: 768px) {
  .homepage_navbar .nav_right_icon {
    right: 0%;
    left: 1%;
    top: 5px;
  }
}

@media (max-width: 991px) and (min-width: 320px) {
  .homepage_navbar .nav_iconsleft {
    right: 0;
    left: 10px;
    top: 6px;
  }
  .homepage_navbar .cart1 {
    right: -12px !important;
  }
  .homepage_navbar .icon_toggle {
    margin-top: 28px;
    margin-left: 10px;
  }
}

.homepage_navbar .right_align {
  right: 20px !important;
}

.homepage_navbar .cart1 {
  position: relative;
  right: 5px;
}

.homepage_navbar .cart-image1 {
  position: relative;
}

.homepage_navbar .badge_icon1 {
  position: absolute;
  width: 17px;
  height: 17px;
  line-height: 1;
  padding-top: 4px;
  left: 31%;
  top: 3px;
  border-radius: 50%;
  display: block;
  background-color: #7f8e9a;
  font-size: 10px;
  z-index: 9999;
}

.homepage_navbar .nav_iconsleft {
  position: relative;
  margin-right: 23px;
}

@media (max-width: 991px) {
  .homepage_navbar .canavs_search_icons {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .homepage_navbar .badge_icon1 {
    position: absolute;
    width: 17px;
    height: 17px;
    line-height: 1;
    padding-top: 4px;
    left: 8px;
    top: 20px;
    border-radius: 50%;
    display: block;
    background-color: #7f8e9a;
    font-size: 10px;
    z-index: 9999;
  }
  .homepage_navbar .nav_iconsleft1 {
    position: relative;
    right: -14px !important;
  }
}

.homepage_navbar .menu_toggle_icon3 {
  cursor: pointer;
}

@media (max-width: 991px) {
  .homepage_navbar .widget-holder {
    left: -30px;
    top: 70px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .homepage_navbar .navbar-brand {
    position: relative;
    top: auto !important;
    margin-left: -16px;
  }
}

@media (min-width: 992px) and (max-width: 1440px) {
  .homepage_navbar .navbar-brand {
    position: absolute;
    margin-left: -16px;
  }
}

.homepage_navbar .icon_toggle {
  margin-right: -23px;
}

.homepage_navbar .nav-item .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  color: #252525 !important;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
  line-height: 35px;
  font-size: 18px;
  font-family: 'Work Sans', sans-serif;
}

.homepage_navbar .nav-item .dropdown-menu {
  border-radius: 0.5rem !important;
}

.homepage_navbar .nav-item .dropdown-item.active {
  color: #fff !important;
  text-decoration: none;
  background-color: #0081FF;
}

.homepage_navbar .nav-item .dropdown-item:hover {
  color: #fff !important;
  text-decoration: none;
  background-color: #8799a3;
}

.homepage_navbar .test .navbar-nav > li.active > a {
  color: #8799a3 !important;
  cursor: pointer;
}

.homepage_navbar .test .nav-item.active a {
  color: #8799a3 !important;
}

.homepage_navbar .test .navbar-nav > li > a {
  text-decoration: none;
  font-size: 18px;
  color: #252525 !important;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
}

.homepage_navbar .fa-bars {
  color: #fff;
  border: 1px solid #ffffff;
  padding: 7px 13px;
  border-radius: 6px;
}

.homepage_navbar .image_height {
  width: 29px;
  height: 16px;
}

.homepage_navbar .navbar-dark .navbar-toggler {
  position: relative;
  right: 16px;
}

@media (min-width: 320px) and (max-width: 991px) {
  .homepage_navbar .header {
    background-color: #252525;
  }
}

.homepage_navbar .test {
  background-color: #fff !important;
}

.homepage_navbar .changed-navbar-position {
  position: relative !important;
}

@media (min-width: 992px) {
  .homepage_navbar .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    margin-left: 150px !important;
  }
}

#nav_Typography {
  background-position: center;
  background-size: cover;
  background-color: #252525;
}

.typography {
  font-size: 16px !important;
}

.typography .bg-light {
  background-color: #252525 !important;
}

.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6, .typography .h1, .typography .h2, .typography .h3, .typography .h4, .typography .h5, .typography .h6 {
  font-weight: 700;
}

.typography .top-spacing {
  margin-top: 4rem;
}

.typography .box {
  background: #fff;
  padding: 20px;
  margin: 0 0 30px 0;
  box-shadow: -8px 18px 96px #e7e7e7;
  border-radius: 5px;
}

.typography p {
  font-size: 18px;
  font-family: 'Cambay', sans-serif;
}

.typography .p-18-black {
  font-weight: 400;
  color: #252525;
  font-family: 'Cambay', 'sans-serif';
}

.typography .fa-check {
  color: #0081ff;
  font-size: 13px;
}

.typography .fa-caret-right {
  color: #0081ff;
}

.typography #accordion .accordion-text {
  font-weight: 700;
  color: #252525;
  font-family: "Montserrat", sans-serif;
}

.typography #accordion .btn-link {
  font-weight: 700;
  font-size: 14px;
  color: #252525;
  font-family: "Montserrat", sans-serif;
}

.typography #accordion .btn-link:hover {
  color: #8799A3;
}

.typography #myTab1 {
  border: none;
}

.typography #myTab1 .nav-item .nav-link {
  font-size: 14px;
  padding: 16px 30px;
  font-weight: bold;
  background: #8799A3;
  color: #fff;
  border-right: 2px solid #fff;
  border-top: none;
  border-left: none;
  border-bottom: none;
}

.typography #myTab1 .nav-item .nav-link.active {
  font-size: 14px;
  padding: 16px 30px;
  font-weight: bold;
  background: #F9F9FB;
  color: #8799a3;
  font-family: 'Montserrat', sans-serif;
  border: none;
}

.typography #pills-tab1 .nav-item .nav-link.active {
  border-radius: 40px;
  font-size: 14px;
  padding: 16px 30px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  box-shadow: 0 16px 55px -16px #0081FF !important;
  color: #fff;
}

.typography #pills-tab1 .nav-item .nav-link {
  margin-right: 20px;
  border-radius: 40px;
  font-size: 14px;
  padding: 16px 30px;
  font-weight: bold;
  color: #8799a3;
  font-family: 'Montserrat', sans-serif;
  box-shadow: 0 15px 145px 10px rgba(0, 0, 0, 0.15);
}

.typography #pills-tab2 .nav-item .nav-link.active {
  font-size: 14px;
  padding: 16px 30px;
  font-weight: bold;
  background: #F9F9FB;
  color: #8799a3;
  font-family: 'Montserrat', sans-serif;
  border: none;
}

.typography #pills-tab2 .nav-link {
  font-size: 14px;
  padding: 16px 30px;
  font-weight: bold;
  background: #8799A3;
  color: #fff;
  border-right: 2px solid #fff;
  border-top: none;
  border-left: none;
  border-bottom: none;
}

.typography .navbar-nav > li {
  padding: 6px 23px 23px 12px;
  color: #fff;
}

.typography .font-monseratt {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  color: #252525;
  cursor: pointer;
}

.typography .font-monseratt:hover {
  color: #8799a3;
}

.typography .font-cambray {
  font-family: 'Cambay', sans-serif;
  color: #636363;
  text-align: justify;
}

.typography .text-size-18 {
  font-size: 18px;
}

.typography .text-size-16 {
  font-size: 16px;
}

.typography .font-cambay {
  font-family: 'Cambay', sans-serif;
  color: #8799a3;
  text-align: justify;
}

.typography .addinfo_bg .fa-angle-down {
  color: #0081ff !important;
}

.typography .card-header:first-child {
  border-radius: 0 !important;
}

.typography .collapsed span:hover i {
  color: #8799a3;
}

.typography .accordi_head_text:hover {
  color: #8799a3;
}

.typography .fa-bars {
  color: #fff;
  border: 1px solid #ffffff;
  padding: 7px 13px;
  border-radius: 6px;
}

.typography .projects_btn {
  background-color: #1cbbb4;
  color: #fff;
  border: none;
  box-shadow: 2px 2px 36px -6px #1cbbb4;
}

.typography .projects_btn:hover {
  box-shadow: 0 15px 50px 0 rgba(28, 187, 180, 0.5);
}

.typography .projects_btn:focus {
  box-shadow: 0 -5px 50px 0 rgba(28, 187, 180, 0.5);
}

.typography .download-now {
  color: white;
  background-color: #6739b6;
  border-color: #6739b6;
  outline: none;
  border: none;
}

.typography .download-now:hover {
  box-shadow: 0 16px 55px -16px #6739b6;
}

.typography .download-now:focus {
  box-shadow: 1px -16px 72px -11px #6739b6;
}

.typography .btn-yellow {
  border-radius: 30px;
  border: none;
  font-size: 14px;
  color: #252525;
  padding: 17px 38px;
  background-color: #fefb30;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  outline: none;
  box-shadow: 2px 2px 36px -6px #fefb30;
}

.typography .btn-yellow:hover {
  box-shadow: 0 10px 30px 0 rgba(254, 203, 22, 0.5);
}

.typography .btn-yellow:active {
  box-shadow: 0px -5px 50px 0px rgba(254, 203, 22, 0.5);
}

.typography .button-dark {
  background-color: #252525;
  box-shadow: 2px 2px 36px -6px #252525;
}

.typography .button-dark:hover {
  box-shadow: 0 15px 50px 0 rgba(37, 37, 37, 0.5);
}

.typography .button-dark:focus {
  box-shadow: 0px -5px 50px 0px rgba(37, 37, 37, 0.5);
}

.typography .add-to-cart {
  color: #fff;
  background-color: #0081ff;
  outline: none;
  box-shadow: 2px 2px 36px -6px #0081ff;
}

.typography .add-to-cart:hover {
  box-shadow: 0 15px 50px 0 rgba(0, 129, 255, 0.45);
}

.typography .add-to-cart:focus {
  box-shadow: 0px -5px 50px 0px rgba(0, 129, 255, 0.45);
}

.typography button .fa-check {
  color: #fff;
  font-size: 13px;
}

.typography .thead-primary-color {
  background-color: #0081FF;
  color: #ffffff;
}

.typography tbody {
  font-family: 'Cambay', sans-serif;
}

.typography .style1-progressbar .progress-background {
  background-color: #252525;
  margin: 0;
}

.typography .style1-progressbar .progressbar-head {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.typography .dropdown-menu.dropdown-item .nav-item a:before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -1px;
  background: #fff !important;
  height: 2px;
  transition-property: left, right;
  transition-duration: .2s;
  transition-timing-function: ease-out;
}

.typography .style1-progressbar .progress-bar {
  height: 8px;
  border-radius: 20px;
  border: 0;
  background-color: #0081ff;
}

.typography .style1-progressbar .percentage_text {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

.typography .style1-progressbar .progress {
  background-color: #515151;
  height: 8px;
}

.typography .style2-progressbar .progress-background {
  background: linear-gradient(to right, #6600cc 20%, #0000ff 80%);
}

.typography .style2-progressbar .progressbar-head {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.typography .style2-progressbar .progress-bar {
  height: 8px;
  border-radius: 20px;
  border: 0;
  background-color: #fefb30;
}

.typography .style2-progressbar .percentage_text {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

.typography .style2-progressbar .progress {
  background-color: #6577da;
  height: 8px;
}

.typography .navbar .navbar-nav > li > a {
  font-size: 18px;
  color: #252525;
  font-family: 'Work Sans', sans-serif;
}

.typography .navbar .navbar-nav > li > a:hover, .typography .navbar .active a {
  color: #8799A3 !important;
}

.typography .typography-breadcrumb .breadcrumb {
  padding: 0;
  background: #fff;
  border-radius: 0;
  box-shadow: -8px 18px 96px #e7e7e7;
}

.typography .typography-breadcrumb .breadcrumb li {
  padding: 1rem 1rem 1rem 0;
}

.typography .typography-breadcrumb .breadcrumb li a {
  color: #8799A3;
  font-size: 16px;
  font-family: 'Cambay', sans-serif;
}

.typography .typography-breadcrumb .breadcrumb li a:hover {
  color: #636363;
  text-decoration: none;
  font-family: 'Cambay', sans-serif;
}

.typography .typography-breadcrumb .breadcrumb-item.active {
  color: #636363;
  font-family: 'Cambay', sans-serif;
}

.typography .breadcrumb-item + .breadcrumb-item::before {
  color: #dbe4eb;
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 12px;
}

.typography .breadcrumb-item.first::before {
  content: none;
}

.typography .typography-breadcrumb .breadcrumb .breadcrumb-item.home {
  padding: 1rem 2rem;
  border-right: 1px solid #F3F4F6;
  border-left: 1px solid #F3F4F6;
}

.typography .typography-breadcrumb .breadcrumb-item.first {
  padding-left: 20px;
}

.typography .pagination-model1 {
  box-shadow: -8px 18px 96px #e7e7e7;
}

.typography .pagination-model1 .page-link {
  background-color: transparent;
  border: none;
  font-family: 'Cambay', sans-serif;
  font-weight: 700;
  color: #252525;
}

.typography .pagination-model1 .page-link:focus {
  box-shadow: none;
}

.typography .pagination-model1 .page-item.prev:hover .page-link, .typography .pagination-model1 .page-item.next:hover .page-link {
  color: #8799a3;
  background-color: transparent;
  border-color: transparent;
}

.typography .pagination-model1 .page-item.disabled .page-link {
  color: #8799a3;
}

.typography .pagination-model1 .page-item.prev {
  position: absolute;
  left: 0;
}

.typography .pagination-model1 .page-item.next {
  position: absolute;
  right: 0;
}

.typography .pagination-model1 .page-item.active .page-link, .typography .pagination-model1 .page-item.active:hover .page-link {
  border-radius: 30px;
  z-index: 1;
  color: #fff;
  background-color: #0081FF;
  border-color: #0081FF;
}

.typography .pagination-model1 .page-item:hover .page-link {
  z-index: 1;
  color: #252525;
  background-color: #e9ecef;
  border-color: #e9ecef;
  border-radius: 30px;
}

.typography .pagination-model1 .page-item.active .page-link, .typography .pagination-model1 .numbers {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 9px;
  padding-bottom: 7px;
}

.typography .form-control-label {
  font-size: 16px;
  color: #252525;
  font-family: 'Cambay', sans-serif;
  font-weight: 700;
}

.typography .form-control:focus {
  background-color: white;
  border: 2px solid #8799a3;
  box-shadow: none;
}

.typography .remember-me-color {
  color: #252525;
  font-size: 16px;
  font-family: 'Cambay', sans-serif;
  font-weight: 700;
}

.typography .bottom-extra-text {
  font-size: 16px;
  color: #252525;
  font-family: 'Cambay', sans-serif;
  font-weight: 700;
}

@media (min-width: 320px) and (max-width: 425px) {
  .typography #myTab1 .nav-item .nav-link, .typography #myTab1 .nav-item .nav-link.active {
    padding: 12px 15px;
  }
  .typography #pills-tab1 .nav-item .nav-link.active {
    padding: 12px 13px;
  }
  .typography #pills-tab1 .nav-item .nav-link {
    margin-right: 5px;
    padding: 12px 13px;
  }
  .typography #pills-tab2 .nav-item .nav-link.active, .typography #pills-tab2 .nav-item .nav-link {
    padding: 12px 15px;
  }
  .typography .btn-extra-large {
    padding: 21px 40px;
  }
}

@media (max-width: 991px) {
  .typography .table1, .typography .table2 {
    text-align: center;
  }
}

.typography .accordi_head_text {
  color: #252525;
}

.typography .accordi_head_text {
  color: #252525;
  font-size: 14px;
  font-weight: 700;
}

.typography .accordi_head_text:hover {
  color: #8799a3;
}

.typography .car_head_text .fa-angle-right {
  color: #252525;
}

.typography .car_head_text .fa-angle-right:hover {
  color: #8799a3;
}

.typography .accordi_head_primary_text:hover {
  font-size: 14px;
  font-weight: 700;
  color: #0081ff;
}

.typography .accordi_head_primary_text {
  font-size: 14px;
  font-weight: 700;
  color: #0081ff;
}

.typography .card_bdy_content {
  font-size: 18px;
  font-family: 'Cambay', sans-serif;
  color: #636363;
}

.typography .card_bx-shdw {
  outline: none;
  border: none;
  box-shadow: 0 15px 54px 2px rgba(0, 0, 0, 0.12);
}

.typography .addinfo_bg {
  background-color: #FFF;
  border-bottom: none;
}

.typography .card {
  border-radius: 0 !important;
}

.typography .btn-white {
  color: #8799a3 !important;
  background-color: white;
  border-radius: 50px;
  float: right;
}

.typography .shadow_reply {
  box-shadow: -3px 9px 20px 2px #dae0e3;
}

.typography .reply-btn-name:hover {
  color: #8799a3;
  cursor: pointer;
}

.typography .image1 {
  top: 0;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  left: 0;
  right: 0;
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  display: inline-table;
  padding: 2.75rem 0 2.25rem;
}

.typography .image2 {
  top: 0;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  left: 0;
  right: 0;
  position: relative;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  display: inline-table;
  padding: 2.75rem 0 2.25rem;
}

.typography .remove_padd {
  padding: 0 !important;
  position: relative;
  display: block;
}

.typography .remove_padd img {
  width: 100%;
  max-height: 100%;
  position: absolute;
  height: 100%;
}

.typography .icongroup {
  padding: 21px;
}

.typography a {
  color: #252525;
  font-size: 14px;
}

.typography .navbar {
  padding: 0 1rem;
}

.typography .navbar-brand {
  position: relative;
  right: 15px;
  margin-top: 0 !important;
}

.typography .fa-angle-down:hover {
  color: #0081ff;
}

@media (max-width: 575px) and (min-width: 320px) {
  .typography .image1 {
    padding: 1rem 0 0;
  }
  .typography .image2 {
    padding: 1rem 0 0;
  }
}

@media (max-width: 767px) and (min-width: 320px) {
  .typography .media_adjust {
    font-size: 16px;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  .typography .padding_adjust {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.typography select.form-control:not([size]):not([multiple]) {
  height: calc(3.75rem + 1px) !important;
}

.typography .size_icon {
  width: 15px;
  height: 22px;
}

.typography .button_effects {
  background-color: #252525;
  color: #fff;
  border-radius: 30px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  margin-top: -7px;
}

.typography .fa_left {
  font-size: 27px;
  position: absolute;
  top: 12px;
  left: 44px;
}

.typography .button_effects1 {
  background-color: #39b54a;
  color: #fff;
  border-radius: 30px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  margin-top: -7px;
}

.typography .fa_left1 {
  font-size: 27px;
  position: absolute;
  top: 12px;
}

.typography .btn-secondary:hover {
  box-shadow: 0 15px 50px 0 #8799a3;
}

.typography .nav-item a:before {
  top: 45px;
}

.typography .card-header.addinfo_head_clr.addinfo_bg .car_head_text:hover * {
  color: #8799A3;
}

.typography .car_head_text:hover .accordi_head_text {
  color: #8799a3;
}

@media (min-width: 320px) and (max-width: 374px) {
  .typography .btn-medium {
    padding: 12px 20px !important;
  }
}

.typography .dropdown-item {
  font-size: 18px;
  font-family: 'Work Sans', sans-serif;
}

.typography .btn-secondary:not(:disabled):not(.disabled):active:focus, .typography .btn-secondary:not(:disabled):not(.disabled).active:focus, .typography .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: none !important;
}

.typography .btn-success:not(:disabled):not(.disabled):active:focus, .typography .btn-success:not(:disabled):not(.disabled).active:focus, .typography .show > .btn-success.dropdown-toggle:focus {
  box-shadow: none !important;
}

.typography .btn-danger:not(:disabled):not(.disabled):active:focus, .typography .btn-danger:not(:disabled):not(.disabled).active:focus, .typography .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: none !important;
}

.typography .margin_adjust {
  margin-top: 53px;
  margin-bottom: 53px;
}

.typography .list-unstyled {
  cursor: pointer;
}

.typography .adjust_nav {
  margin-left: 30px;
  margin-top: 10px;
}

@media (min-width: 320px) and (max-width: 991px) {
  .typography .adjust_nav {
    margin-left: 0;
  }
}

.typography .btn-secondary {
  box-shadow: 2px 2px 36px -6px #8799a3 !important;
}

.typography .btn-secondary:hover {
  box-shadow: 0 15px 50px 0 #8799a3 !important;
}

.typography .btn-secondary:active {
  box-shadow: 0px -11px 80px -8px #8799a3 !important;
}

/*blog scss
file start
here*/
#nav_blog {
  background-image: url("../images/photos/pexels-photo-40120copy.png");
  background-position: center;
  background-size: cover;
  min-height: 550px;
}

.bg_blog {
  background-color: #e2e2e2 !important;
}

.blog_page .background1 {
  background-image: url("../images/photos/photo-1457986828214-c743e4375f5.png");
  border-radius: 8px;
  background-size: 100% 100%;
  padding: 20px;
}

.blog_page .posted_text {
  font-size: 14px;
  font-family: 'Cambay','sans-serif';
  font-weight: 700;
}

.blog_page .font_text1 {
  font-size: 14px;
  font-family: 'Cambay','sans-serif';
  font-weight: 700;
  cursor: pointer;
}

.blog_page .number_color {
  color: #8799a3;
}

.blog_page .adjust_media {
  margin-left: 30px;
}

.blog_page .time_year_text {
  font-size: 16px;
  color: #8799a3;
  font-weight: 900;
}

.blog_page .head_font {
  font-weight: 900;
}

.blog_page .read_button {
  margin-left: 44px;
}

.blog_page .blackread_button {
  background-color: #252525;
  border-radius: 30px;
  color: #fff;
  border: none;
  padding: 13px 25px 14px 25px;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 1px 2px 24px 0 rgba(0, 0, 0, 0.48);
}

@media (max-width: 768px) {
  .blog_page .right_comment {
    left: 0%;
  }
}

@media (max-width: 425px) {
  .blog_page .right_comment {
    left: 15%;
  }
}

@media (max-width: 320px) {
  .blog_page .right_comment {
    left: -10% !important;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  .blog_page .adjust_media {
    margin-left: 9px;
  }
  .blog_page .read_button {
    margin-left: 26px;
  }
  .blog_page .link_envato {
    margin-left: 26px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .blog_page .adjust_media {
    margin-left: 13px;
  }
  .blog_page .read_button {
    margin-left: 28px;
  }
  .blog_page .link_envato {
    margin-left: 28px;
  }
}

/*blog scss
file start
here*/
#nav_blog {
  background-image: url("../images/photos/blogheader.JPG");
  background-position: center;
  background-size: cover;
}

.bg_blog {
  background-color: #e2e2e2 !important;
}

.blog_new .each-blog-bottom {
  margin-bottom: 30px;
}

.blog_new .background1 {
  background-image: url("../images/photos/photo-1457986828214-c743e4375f5.png");
  border-radius: 8px;
  background-size: 100% 100%;
  padding: 60px;
}

.blog_new .posted_text {
  font-size: 14px;
  font-family: 'Cambay', 'sans-serif';
  font-weight: 700;
}

.blog_new .font_text1 {
  font-size: 14px;
  font-family: 'Cambay', 'sans-serif';
  font-weight: 700;
  cursor: pointer;
}

.blog_new .number_color {
  color: #8799a3;
}

.blog_new .time_year_text {
  font-size: 16px;
  color: #8799a3;
  font-weight: 900;
}

.blog_new .head_font {
  font-weight: 900;
}

.blog_new .blackread_button {
  background-color: #252525;
  border-radius: 30px;
  color: #fff;
  border: none;
  font-size: 12px;
  font-weight: 700;
  outline: none;
  cursor: pointer;
}

.blog_new .blackread_button:hover {
  box-shadow: 1px 2px 24px 0 rgba(0, 0, 0, 0.48);
}

.blog_new .background3 {
  background-image: url("../images/photos/photo-1474302694023-9711af8045cf.png");
  border-radius: 8px;
  background-size: cover;
  padding: 60px;
  box-shadow: 0 0 156px 20px #d9e2ea;
}

.blog_new .link_envato {
  font-size: 16px;
  color: #d7e1e6;
  font-family: 'Cambay', 'sans-serif';
  font-weight: 700;
}

.blog_new .background5 {
  background-color: #fff;
  border-radius: 8px;
  background-size: 100% 100%;
  box-shadow: 0 0 156px 20px #d9e2ea;
  padding: 60px;
}

.blog_new .content_mve_right {
  font-family: 'Cambay', 'sans-serif';
  font-size: 18px;
}

.blog_new .background6 {
  background-image: url("../images/photos/mountains_1.png");
  border-radius: 8px;
  background-size: 100% 100%;
  box-shadow: 0 0 156px 20px #d9e2ea;
  padding: 60px;
}

.blog_new .audio_content_right {
  font-family: 'Cambay','sans-serif';
  font-size: 18px;
}

.blog_new .background2 {
  background-image: url(../images/photos/photo-1467033164380-dd411c553655.png);
  border-radius: 8px;
  background-size: cover;
  padding: 60px;
}

.blog_new .quote_mve_right {
  font-family: 'Cambay', 'sans-serif';
  font-size: 18px;
}

.blog_new .lefticon_text {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 3px;
  font-size: 12px;
}

.blog_new .lefticon_text1 {
  font-size: 12px;
  position: relative;
  top: -8px;
  left: 5px;
}

.blog_new .text_yellow {
  font-size: 16px;
  font-family: 'Cambay', 'sans-serif';
  color: yellow;
  font-weight: 700;
}

.blog_new .black_button {
  background-color: #252525;
  border-radius: 30px;
  color: #fff;
  border: none;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  outline: none;
}

.blog_new .black_button:hover {
  box-shadow: 1px 2px 24px 0 rgba(0, 0, 0, 0.48);
}

.blog_new .font_parasize {
  font-size: 24px;
}

.blog_new .background4 {
  background-image: url("../images/photos/pic_1.JPG");
  border-radius: 8px;
  background-size: cover;
  padding: 60px;
  box-shadow: 0 0 156px 20px #d9e2ea;
}

.blog_new .text_message {
  color: #8799a3;
}

.blog_new .background4:hover .time_year_text, .blog_new .background4:hover .font_text1, .blog_new .background4:hover .number_color,
.blog_new .background1:hover .time_year_text, .blog_new .background1:hover .font_text1, .blog_new .background1:hover .number_color,
.blog_new .background2:hover .time_year_text, .blog_new .background2:hover .font_text1, .blog_new .background2:hover .number_color,
.blog_new .background3:hover .time_year_text, .blog_new .background3:hover .font_text1, .blog_new .background3:hover .number_color,
.blog_new .background6:hover .time_year_text, .blog_new .background6:hover .font_text1, .blog_new .background6:hover .number_color,
.blog_new .background7:hover .time_year_text, .blog_new .background7:hover .font_text1, .blog_new .background7:hover .number_color {
  color: #fff !important;
}

.blog_new .background1:hover .time_year_text, .blog_new .background1:hover .font_text1, .blog_new .background1:hover .number_color {
  color: #fff !important;
}

.blog_new .hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0081ff !important;
  opacity: 0.6 !important;
  border-radius: 7px;
}

.blog_new .background7 {
  background-image: url("../images/photos/photo_4.png");
  border-radius: 8px;
  background-size: 100% 100%;
  box-shadow: 0 0 156px 20px #d9e2ea;
  padding: 60px;
}

.blog_new .background8 {
  background-image: url("../images/photos/beard_1.png");
  border-radius: 8px;
  background-size: 100% 100%;
  padding: 60px;
}

.blog_new .swiper_margin {
  margin-top: 5rem;
}

.blog_new .swiper-container {
  width: 100%;
}

.blog_new .swiper-pagination {
  position: absolute;
  text-align: right;
}

.blog_new .swiper-pagination-bullet {
  background-color: #8799A3 !important;
  width: 20px !important;
  height: 6px !important;
  border-radius: 20px !important;
}

.blog_new .swiper-pagination-bullet:active {
  background-color: #8799a3 !important;
}

.blog_new .swiper-container-horizontal > .swiper-pagination-bullets, .blog_new .swiper-pagination-custom, .blog_new .swiper-pagination-fraction {
  bottom: 72px;
  left: -11%;
  width: 100%;
}

.blog_new .loading {
  font-size: 16px;
  font-family: 'Cambay','sans-serif';
  color: #8799a3;
}

@media (min-width: 320px) and (max-width: 576px) {
  .blog_new .swiper-container-horizontal > .swiper-pagination-bullets, .blog_new .swiper-pagination-custom, .blog_new .swiper-pagination-fraction {
    bottom: 43px;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .blog_new .swiper-container-horizontal > .swiper-pagination-bullets, .blog_new .swiper-pagination-custom, .blog_new .swiper-pagination-fraction {
    bottom: 55px;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  .blog_new .background1, .blog_new .background3, .blog_new .background5, .blog_new .background2, .blog_new .background4, .blog_new .background7, .blog_new .background8, .blog_new .background6 {
    padding: 30px;
  }
}

@media (min-width: 426px) and (max-width: 768px) {
  .blog_new .background1, .blog_new .background3, .blog_new .background5, .blog_new .background2, .blog_new .background4, .blog_new .background7, .blog_new .background8, .blog_new .background6 {
    padding: 40px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .blog_new .background1, .blog_new .background3, .blog_new .background5, .blog_new .background2, .blog_new .background4, .blog_new .background7, .blog_new .background8, .blog_new .background6 {
    padding: 50px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .blog_new .height_bg2 {
    margin-top: 30px;
  }
}

.sub_navbar2 .list-inline-item {
  font-size: 14px;
  font-weight: 900;
  color: #252525;
  font-family: 'Montserrat', sans-serif;
}

.sub_navbar2 .list-inline {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
  cursor: pointer;
}

.sub_navbar2 .home_filter-menu-group ul .active {
  color: #0081ff;
  border-bottom: 2px solid #0081ff;
  padding-bottom: 15px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .sub_navbar2 .list-inline-item {
    margin-bottom: 15px;
  }
}

.sub_navbar .sub_nav {
  margin-top: 1rem;
  position: relative;
}

.sub_navbar .navbar-nav > li > a {
  color: #252525 !important;
  font-weight: 900;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}

.sub_navbar .navbar-nav > li > a:hover {
  color: #8799a3  !important;
}

.sub_navbar .rmv_padd {
  padding: 0 !important;
}

.sub_navbar .navbar-toggler {
  margin: 10px 0 10px 0;
  outline: none;
}

.sub_navbar .nav-item.active a {
  color: #8799a3 !important;
}

.sub_navbar .sub_nav .nav-item:first-child {
  padding-left: 0 !important;
}

@media (max-width: 991px) and (min-width: 320px) {
  .sub_navbar .sub_nav .nav-item:first-child {
    padding-left: 12px !important;
  }
  .sub_navbar .navbar-nav > li {
    padding: 6px 23px 15px 12px !important;
  }
}

.sub_navbar .navbar-brand {
  position: relative;
  right: 16px;
}

.sub_navbar .navbar-nav > li {
  padding: 0 23px 15px 12px;
  color: #fff;
}

.sub_navbar .nav-item.active a:before {
  left: 12px;
  right: 21px;
}

.sub_navbar .navbar-nav > li:hover {
  color: #8799a3 !important;
  cursor: pointer;
}

.sub_navbar .navbar-nav > li > a:hover {
  color: #8799a3 !important;
}

.sub_navbar .navbar-nav > li > a:active {
  color: #8799a3 !important;
  cursor: pointer;
}

.sub_navbar .active a {
  color: #8799a3 !important;
}

.sub_navbar .hover_line {
  margin-top: -9px !important;
  border-top: 2px solid rgba(136, 133, 133, 0.21);
  width: 100%;
}

.sub_navbar .nav-item {
  position: relative;
}

.sub_navbar .nav-item a:hover:before {
  left: 12px;
  right: 21px;
}

.sub_navbar .nav-item a:before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -1px;
  background: #8799a3;
  height: 2px;
  transition-property: left, right;
  transition-duration: .2s;
  transition-timing-function: ease-out;
}

.sub_navbar .sub_navbar .nav-item.active a:before {
  left: 0;
  right: 21px;
}

.sub_navbar a {
  color: #252525 !important;
}

/* payment sub navbar style */
.payment_sub_navbar .navbar {
  position: relative;
  margin-top: 1rem;
}

.payment_sub_navbar .navbar-nav > li > a {
  color: #252525 !important;
  font-weight: 900;
  font-size: 14px;
  font-family: 'Work Sans', sans-serif;
}

.payment_sub_navbar .navbar-nav > li > a:hover {
  color: #8799a3  !important;
}

.payment_sub_navbar .rmv_padd {
  padding: 0 !important;
}

.payment_sub_navbar .navbar-nav > li > a {
  text-decoration: none;
  font-size: 16px;
  color: #252525 !important;
  font-family: 'Work Sans', sans-serif;
}

.payment_sub_navbar .nav-item.active a:before {
  left: 35px;
  right: 21px;
}

.payment_sub_navbar .nav-item.hover .checked {
  display: none;
}

.payment_sub_navbar .nav-item.active a {
  color: #8799a3 !important;
}

@media (max-width: 768px) and (min-width: 320px) {
  .payment_sub_navbar .nav-item:first-child {
    padding-left: 12px !important;
  }
}

.payment_sub_navbar .navbar-nav > li > a {
  color: #252525 !important;
  font-weight: 900;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}

.payment_sub_navbar .navbar-nav > li > a:hover {
  color: #8799a3  !important;
}

.payment_sub_navbar .rmv_padd {
  padding: 0 !important;
}

.payment_sub_navbar .payment_sub_navbar > li > a {
  text-decoration: none;
  font-size: 16px;
  color: #fff !important;
  font-family: 'Montserrat', sans-serif;
}

.payment_sub_navbar .navbar-toggler {
  color: #ccc;
  margin: 10px 0 10px 0;
}

.payment_sub_navbar .nav-item.active a:before {
  left: 35px;
  right: 21px;
}

.payment_sub_navbar .nav-item.hover .checked {
  display: none;
}

.payment_sub_navbar .nav-item.active a {
  color: #8799a3 !important;
}

@media (max-width: 991px) and (min-width: 320px) {
  .payment_sub_navbar .nav-item:first-child {
    padding-left: 12px !important;
  }
  .payment_sub_navbar .navbar {
    margin-top: 0;
  }
}

.payment_sub_navbar .color_icon {
  padding-left: 0px;
}

.fa-linkedin:hover {
  color: #4875B4;
}

.payment_header_text {
  margin-top: 9%;
}

.blog_header {
  margin-top: 8%;
}

.bold-black {
  font-weight: 900;
}

.gallery_top {
  margin-top: 97px;
}

.shop_top {
  margin-top: 90px;
}

body {
  color: #252525;
}

.bold-cambay {
  font-weight: 700;
}

/* common css*/
.p-32 {
  font-weight: 700;
  font-size: 32px;
  font-family: 'Cambay','sans-serif';
}

.p-26-normal {
  font-weight: 400;
  font-size: 26px;
  color: #636363;
  font-family: 'Cambay','sans-serif';
}

.p-26-bold {
  font-weight: 400;
  font-size: 26px;
  color: #252525;
  font-family: 'Cambay','sans-serif';
}

.p-24-bold {
  font-weight: 700;
  font-size: 24px;
  font-family: 'Cambay','sans-serif';
}

.p-24-black {
  font-weight: 400;
  font-size: 24px;
  color: #252525;
  font-family: 'Cambay','sans-serif';
}

.p-24-normal {
  font-weight: 400;
  font-size: 24px;
  color: #636363;
  font-family: 'Cambay','sans-serif';
}

.p-20-normal {
  font-weight: 400;
  font-size: 20px;
  color: #636363;
  font-family: 'Cambay','sans-serif';
}

.p-20-bold {
  font-weight: 400;
  font-size: 20px;
  color: #252525;
  font-family: 'Cambay','sans-serif';
}

.p-18-bold {
  font-size: 18px;
  font-weight: 700;
  color: #252525;
  font-family: 'Cambay','sans-serif';
}

.fa-angle-down:hover.accordi_head_primary_text {
  color: #0081FF;
}

.p-18-normal {
  font-size: 18px;
  font-weight: 400;
  color: #636363;
  font-family: 'Cambay','sans-serif';
}

.p-18-black {
  font-size: 18px;
  font-weight: 400;
  color: #252525;
  font-family: 'Cambay','sans-serif';
}

.p-16-bold {
  font-size: 16px;
  font-weight: 700;
  color: #252525;
  font-family: 'Cambay','sans-serif';
}

.p-16-normal {
  font-size: 16px;
  font-weight: 400;
  color: #636363;
  font-family: 'Cambay','sans-serif';
}

/* common css*/
.body_margin_header {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

/*menu1 css*/
.bottom_font {
  font-size: 32px;
  font-weight: 400;
}

.lorvent_text {
  font-weight: 700;
}

.padd_right_left {
  padding-left: 14px;
}

.menu_top {
  padding: 170px 0 170px 0;
}

.menu_top_post {
  padding: 120px 0 120px 0;
}

/*project header content*/
.bs_txt {
  text-decoration: underline;
  font-size: 14px;
  font-weight: 700;
}

/*project header content end*/
/* video content */
.text_color {
  color: #8799a3;
  font-size: 16px;
}

.sep_font {
  color: #8799a3;
  font-size: 18px;
}

.heart_icon {
  color: #f04e4e !important;
}

.font_subtext {
  font-size: 16px !important;
  font-family: 'Cambay', sans-serif;
}

.video_content_font {
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
}

.p_font {
  font-size: 18px;
}

/*  end link content */
/* quote content */
.text_color1 {
  color: #f5f502;
  font-size: 18px;
  font-family: 'Cambay', sans-serif;
}

.font_heading {
  font-size: 38px;
  font-family: 'Cambay', sans-serif;
  margin-left: 8px;
}

.font_heading_quote {
  font-size: 38px;
  font-family: 'Cambay', sans-serif;
}

.heart_icon {
  color: #f04e4e !important;
}

/* quote content */
/* standard post */
.font_subtext {
  font-size: 14px;
}

/* end standard post */
/*home page content*/
.services_bt_text {
  font-size: 16px;
  font-family: 'Cambay', sans-serif;
  color: #959595;
}

.get_start_btn {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 15px 59px;
  background-color: #0081FF;
  border-radius: 50px;
  box-shadow: 0px 8px 18px 8px rgba(0, 129, 255, 0.16);
}

.buy_btn {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 15px 40px;
  background-color: transparent;
  border-radius: 50px;
  border: 2px solid #fff;
  box-shadow: 0px 8px 18px 8px rgba(255, 255, 255, 0.15);
}

.home_sub_bg {
  background-color: rgba(37, 37, 37, 0.54);
  position: relative;
  top: 70px;
}

.home_nav_tabs {
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
}

.home_nav_tabs:hover {
  color: #8799a3 !important;
  font-weight: 700;
}

.home_nav_border {
  border-bottom: 1px solid #ccc;
}

@media (max-width: 768px) and (min-width: 320px) {
  .home_sub_bg {
    top: 0;
  }
}

/*home page content end*/
/*check out css*/
.checkout_text_color {
  font-size: 32px;
  font-weight: 300;
}

/*check out css*/
/* payment sub navbar style end*/
/* post gallery */
.sep_font {
  color: #8799a3;
  font-size: 18px;
}

.text_gallery {
  font-size: 26px;
  font-family: 'Montserrat', sans-serif;
}

/* end of post gallery */
/* cart */
.text_bottom {
  font-size: 32px;
  font-family: 'Montserrat', sans-serif;
}

/*  end cart */
.cursor_line {
  cursor: pointer;
}

@media (min-width: 321px) and (max-width: 375px) {
  .top_standard {
    margin-top: 0 !important;
  }
  .standard_content_page {
    margin-top: 2.5rem !important;
  }
  .padding_text {
    padding-top: 24px;
  }
  .padding_text_quote {
    padding-top: 49px;
  }
  .gallery_top {
    margin-top: 39px;
  }
  .shop_top {
    margin-top: 86px;
  }
  .blog_header {
    margin-top: 23%;
  }
  .payment_header_text {
    margin-top: 23%;
  }
}

@media (min-width: 376px) and (max-width: 425px) {
  .top_standard {
    margin-top: 0 !important;
  }
  .standard_content_page {
    margin-top: 3.5rem !important;
  }
  .padding_text {
    padding-top: 50px;
  }
  .padding_text_quote {
    padding-top: 58px;
  }
  .gallery_top {
    margin-top: 57px;
  }
  .shop_top {
    margin-top: 86px;
  }
  .blog_header {
    margin-top: 23%;
  }
  .payment_header_text {
    margin-top: 25%;
  }
}

@media (min-width: 426px) and (max-width: 768px) {
  .padding_text {
    padding-top: 83px;
  }
  .padding_text_quote {
    padding-top: 102px;
  }
  .gallery_top {
    margin-top: 75px;
  }
  .shop_top {
    margin-top: 110px;
  }
  .blog_header {
    margin-top: 17%;
  }
  .payment_header_text {
    margin-top: 18%;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .padding_text_quote {
    padding-top: 102px;
  }
  .gallery_top {
    margin-top: 87px;
  }
  .shop_top {
    margin-top: 92px;
  }
  .blog_header {
    margin-top: 10%;
  }
  .payment_header_text {
    margin-top: 11%;
  }
}

@media (min-width: 426px) and (max-width: 1024px) {
  .top_standard {
    margin-top: 78px;
  }
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0 #fff !important;
}

.btn:focus {
  outline: none !important;
}

.navbar .navbar-nav > li.show > a {
  color: #8799A3 !important;
}

.widget-holder {
  visibility: hidden;
  opacity: 0;
  padding: 20px;
  transition: all .3s;
  position: absolute;
  top: 47px;
  margin-top: 0;
  right: 0;
  width: 300px;
  background: #fff;
  border-radius: 11px;
  box-shadow: 0 10px 90px 0 rgba(0, 0, 0, 0.07);
  z-index: 999;
}

.widget-holder form {
  margin: 0;
  padding: 0;
}

.ajax-search-form {
  position: relative;
}

.input_adjust {
  font-size: 14px;
  line-height: 20px;
  color: #8799a3;
  border-radius: 25px;
  background-color: #fff;
  transition: all 300ms;
  padding: 15px 28px;
  border: 2px solid  #eceef2;
  outline: none;
  font-family: 'Work Sans', sans-serif;
}

.input_adjust:focus {
  border: 2px solid  #eceef2 !important;
}

.widget-holder.show {
  opacity: 1;
  visibility: visible;
}

.widget-holder {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 991px) {
  .widget-holder {
    top: 7px;
  }
  .widget-holder.show {
    position: relative !important;
  }
}

.display_cancel {
  display: block !important;
}

.search-close, .search-close1 {
  position: absolute;
  top: 36%;
  right: 15px;
  color: #f04e4e;
  display: none;
}

.search-close1 {
  position: absolute;
  top: 35%;
  right: 38px;
  color: #f04e4e;
  display: none;
}

.form-control {
  padding: 18px 25px 13px 25px;
  border-radius: 30px;
  background-color: white;
  font-family: 'Cambay', sans-serif;
  font-weight: 700;
  color: #8799A3;
  border: 2px solid #F3F4F6;
  font-size: 16px;
}

.form-control:focus {
  background-color: white;
  border: 2px solid #8799a3;
  box-shadow: none;
}

.form-background {
  background-color: #F3F4F6;
  color: #8799a3;
}

.form-background:focus {
  background-color: #fff;
  border: 2px solid #eceef2;
}

.menu_close {
  cursor: pointer;
}

.btn-small {
  padding: 7px 15px 5px;
  border-radius: 30px;
  font-size: 14px;
  cursor: pointer;
}

.btn-medium {
  padding: 12px 30px;
  border-radius: 30px;
  font-size: 12px;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.btn-large {
  padding: 18px 55px;
  border-radius: 30px;
  font-size: 14px;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.btn-extra-large {
  padding: 21px 75px;
  border-radius: 30px;
  font-size: 14px;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.btn-primary:hover {
  box-shadow: 0 15px 50px 0 rgba(0, 129, 255, 0.5);
  outline: none;
  background-color: #0081ff;
  border-color: #0081ff;
}

.btn-primary:focus {
  box-shadow: 0 -5px 50px 0 rgba(0, 129, 255, 0.5);
  outline: none;
  background-color: #0081ff;
  border-color: #0081ff;
}

.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #0081ff;
  border-color: #0081ff;
  box-shadow: none !important;
}

.btn-success:hover {
  box-shadow: 0 15px 50px 0 rgba(57, 181, 74, 0.55);
  outline: none;
  background-color: #39b54a;
  border-color: #39b54a;
}

.btn-success:focus {
  box-shadow: 0 -5px 50px 0 rgba(57, 181, 74, 0.55);
  outline: none;
  background-color: #39b54a;
  border-color: #39b54a;
}

.btn-success:not(:disabled):not(.disabled):active {
  background-color: #39b54a;
  border-color: #39b54a;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 #fff !important;
}

.f14 {
  font-size: 13px;
}

.more_btn {
  background-color: #fefb30;
  color: #252525 !important;
  box-shadow: 2px 2px 36px -6px #fefb30;
}

.more_btn:hover {
  box-shadow: 1px 3px 20px 7px rgba(254, 251, 48, 0.219608);
  cursor: pointer;
}

.more_btn:active {
  box-shadow: 2px -9px 20px 7px rgba(254, 251, 48, 0.219608);
}

.btn-white:hover {
  background-color: #8799a3;
  color: white !important;
  box-shadow: 2px 2px 36px -6px #8799a3;
}

.btn-white {
  color: #8799a3 !important;
  background-color: white;
  border-radius: 50px;
  float: right;
  box-shadow: 2px 2px 36px -6px #fff;
}

@media (min-width: 320px) and (max-width: 1199px) {
  .btn-extra-large {
    padding: 23px 50px;
  }
}

body {
  overflow-x: hidden;
}

.preloader {
  height: 95vh;
  width: 95vw;
  overflow: hidden;
  position: fixed;
  background-color: white;
  z-index: 9999999;
  height: 100%;
  width: 100%;
}

.loader {
  height: 20px;
  width: 250px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.loader--dot {
  animation-name: loader;
  animation-timing-function: ease-in-out;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-color: black;
  position: absolute;
  border: 2px solid white;
}

.loader--dot:first-child {
  background-color: #8cc759;
  animation-delay: 0.5s;
}

.loader--dot:nth-child(2) {
  background-color: #8c6daf;
  animation-delay: 0.4s;
}

.loader--dot:nth-child(3) {
  background-color: #ef5d74;
  animation-delay: 0.3s;
}

.loader--dot:nth-child(4) {
  background-color: #f9a74b;
  animation-delay: 0.2s;
}

.loader--dot:nth-child(5) {
  background-color: #60beeb;
  animation-delay: 0.1s;
}

.loader--dot:nth-child(6) {
  background-color: #fbef5a;
  animation-delay: 0s;
}

.loader--text {
  position: absolute;
  top: 200%;
  left: 0;
  right: 0;
  width: 4rem;
  margin: auto;
}

.loader--text:after {
  content: "Loading";
  font-weight: bold;
  animation-name: loading-text;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

@keyframes loader {
  15% {
    transform: translateX(0);
  }
  45% {
    transform: translateX(230px);
  }
  65% {
    transform: translateX(230px);
  }
  95% {
    transform: translateX(0);
  }
}

@keyframes loading-text {
  0% {
    content: "Loading";
  }
  25% {
    content: "Loading.";
  }
  50% {
    content: "Loading..";
  }
  75% {
    content: "Loading...";
  }
}

.right-blog {
  background-color: #8799a3;
}

.right-menu-margin {
  right: 0 !important;
}

.setting-icon {
  position: relative;
  right: 34px;
  z-index: 111111;
  top: 220px;
  background-color: #252525;
  color: #fff;
  padding: 10px;
  height: 40px;
  cursor: pointer;
}

.right-position {
  position: fixed;
  z-index: 9995;
  right: -279px;
  top: -40px;
  bottom: 0;
  width: 293px;
  background: #8799a3;
  padding: 0 10px 0 0;
  transition: all 0.4s ease;
}

.moduleimg a img:hover {
  opacity: 1 !important;
}

.transfrm_rght {
  transform: translateX(-150px);
}

.loadposition {
  position: relative !important;
}

.nav_menu2 {
  display: none;
}

.open_right_side_bar .nav_menu2 {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  transition: 100s ease in;
}

.menu_toggle_icon3 {
  cursor: pointer;
}

button:focus {
  outline: none !important;
}

@media (min-width: 320px) and (max-width: 991px) {
  .navbar-toggler {
    padding: 0.25rem 0;
  }
}

.test2 {
  z-index: 9;
}

.test {
  background-color: #fff;
  padding: 16px 0 19px 0;
  z-index: 99999;
  position: fixed;
  /* padding: 16px 0 19px 0; */
  display: block;
  margin-top: 0px;
  width: 100%;
}

.color_change {
  color: #252525 !important;
}

.swiper-pagination-bullet {
  outline: none;
}

.text-black:hover {
  color: #8799a3 !important;
}

.changed-navbar-position {
  position: relative !important;
}
