/*
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
 */
.bg-light {
  background-color: rgba(50, 49, 44, 0) !important;
  padding-right: 0;
}

.nav_icons {
  color: #cdced4;
  position: relative;
  right: 7% !important;
  top: -8px !important;
}

.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 {
  color: #8799a3 !important;
  cursor: pointer;
}

.nav_right_icon {
  color: #cdced4;
  position: relative;
  top: -8px;
  font-size: 19px;
}

.badge_icon {
  color: #fff;
  background-color: #868e96;
  position: relative;
  left: 40%;
  top: 2px;
  font-size: 8px;
}

.buy_button {
  color: #ffff00 !important;
  background-color: transparent;
  border-radius: 27px;
  border: 2px solid #ffff00;
  padding: 4px 18px 4px 18px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  outline: none;
  margin-right: -22px;
}

.buy_button:hover {
  box-shadow: 2px 12px 62px 0px rgba(255, 255, 0, 0.15);
  outline: none;
}

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

.nav-item {
  position: relative;
  margin-top: 21px;
}

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

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

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

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

.navbar-light .navbar-toggler {
  border: 1px solid #ffffff;
}

.fa-bars {
  color: white;
  font-size: 28px;
}

@media (max-width: 425px) {
  .nav_right_icon {
    right: 0%;
    left: 5%;
  }
  .nav_icons {
    right: 0%;
    left: 0%;
  }
}

@media (max-width: 768px) {
  .nav_icons {
    right: 1% !important;
  }
  .badge_icon {
    left: 4% !important;
  }
}

@media (max-width: 575px) and (min-width: 320px) {
  .canavs_search_icons {
    margin-top: 21px;
    margin-bottom: 20px;
  }
  .navbar-light .navbar-nav > li {
    padding: 0 23px 0 12px;
  }
}

@media (max-width: 768px) {
  .nav_right_icon {
    right: 0%;
    left: 2%;
    top: 5px;
    padding-bottom: 10px;
  }
  .navbar-light .navbar-nav > li {
    padding: 6px 23px 0 12px;
  }
}

/*
2. Footer Css
footer related custom classes will come here
 */
.footer_bg_color {
  background-color: #222222;
  padding: 38px;
  margin-top: -1px;
}

.nav_icons {
  right: 10%;
}

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

.foot_nav_icons > i:hover {
  color: #8799a3;
}

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

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

.blue_color {
  color: #8799a3;
  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;
  cursor: pointer;
}

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

.footer_padding {
  padding: 38px;
}

@media (max-width: 768px) and (min-width: 767px) {
  .foot_nav_icons {
    margin-left: -14px;
  }
}

@media (max-width: 425px) and (min-width: 320px) {
  .foot_nav_icons {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: -12px;
  }
}

.footer_bg_color nav .navbar-nav li > a {
  font-size: 16px !important;
}

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

@media (min-width: 320px) and (max-width: 425px) {
  .footer_bg_color {
    padding: 15px 0;
  }
}

/*portfolio css code*/
#nav_portfolio {
  background-image: url("../images/photos/portfolio_page.JPG");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 5s;
}

#nav_portfolio:hover {
  transform: scale(1.1);
}

.portfolio_font26 {
  font-size: 26px;
}

.portfolio_filter-menu-group li.active1, .portfolio_filter-menu-group li:hover {
  background-color: #0081ff;
  padding: 0.6rem 1.5rem;
  color: white;
  border-radius: 25px;
  box-shadow: 2px 2px 36px -6px #0081ff;
}

.portfolio_filter-menu-group li {
  padding: 0.6rem 1.5rem;
  cursor: pointer;
}

.para_font14 {
  font-size: 14px;
}

.load_row_padding {
  padding: 4rem 0 3rem 0;
}

.portfolio .grid {
  width: 100%;
}

.portfolio .grid:after {
  content: '';
  display: block;
  clear: both;
}

.portfolio .grid-sizer {
  width: 25%;
}

.portfolio .grid-item {
  width: 25%;
  float: left;
}

.portfolio .grid-item--width2 {
  width: 50% !important;
}

@media (min-width: 992px) and (max-width: 1024px) {
  .portfolio .grid-sizer {
    width: 25%;
  }
  .portfolio .grid-item {
    width: 25%;
  }
  .portfolio .grid-item--width2 {
    width: 50%;
  }
  .portfolio .portfolio_filter-menu-group li {
    padding: 0.6rem 1rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .portfolio .grid-sizer {
    width: 50%;
  }
  .portfolio .grid-item {
    width: 50%;
  }
  .portfolio .grid-item--width2 {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .portfolio .grid-sizer {
    width: 100% !important;
  }
  .portfolio .grid-item {
    width: 100% !important;
  }
  .portfolio .grid-item--width2 {
    width: 100% !important;
  }
}

@media (min-width: 320px) and (max-width: 575px) {
  .portfolio .grid-sizer {
    width: 100%;
  }
  .portfolio .grid-item {
    width: 100%;
    padding: 0;
  }
  .portfolio .grid-item--width2 {
    width: 100% !important;
  }
  .portfolio .load_row_padding {
    padding: 2rem 0;
  }
  .portfolio .portfolio_filter-menu-group li, .portfolio .portfolio_filter-menu-group li.active, .portfolio .portfolio_filter-menu-group li:hover {
    padding: 0.6rem 1rem;
  }
}

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

.full-width .row {
  margin-right: 0;
  margin-left: 0;
}

#nav_link_post {
  background-image: url("../images/photos/link.png");
  background-repeat: round;
  min-height: 500px;
  background-size: cover;
  transition: all 5s;
}

#nav_link_post:hover {
  transform: scale(1.1);
}

#nav_video_post {
  background-image: url("../images/photos/video.png");
  background-repeat: round;
  min-height: 500px;
  background-size: cover;
  transition: all 5s;
}

#nav_video_post:hover {
  transform: scale(1.1);
}

#nav_quote_post {
  background-image: url("../images/photos/quote.png");
  background-repeat: round;
  min-height: 500px;
  background-size: cover;
  transition: all 5s;
}

#nav_quote_post:hover {
  transform: scale(1.1);
}

#nav_Audio_post {
  background-image: url("../images/photos/audio.png");
  background-repeat: round;
  min-height: 500px;
  background-size: cover;
  transition: all 5s;
}

#nav_Audio_post:hover {
  transform: scale(1.1);
}

.video_post .video_boxshadow.video_boxshadow iframe {
  width: 100%;
  height: 400px;
  box-shadow: 0 15px 75px 25px #cecece;
}

.video_post .caps_letter {
  color: #0081ff;
  float: left;
  font-family: 'Montserrat', sans-serif;
  font-size: 64px;
  line-height: 57px;
  padding-right: 13px;
  padding-left: 3px;
  font-weight: 900;
  margin-left: -5px;
}

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

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

.video_post .image2 {
  top: 0;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  left: 0;
  right: 0;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 2.75rem 0 2.25rem;
  vertical-align: middle;
  display: inline-table;
}

@media (min-width: 320px) and (max-width: 575px) {
  .video_post .image1 {
    padding: 1rem 0;
  }
  .video_post .image2 {
    padding: 1rem 0;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .video_post .business_hover .img-fluid, .video_post .remove_padd .img-fluid {
    height: 100%;
  }
}

.video_post .media_adjust {
  font-weight: 700;
}

.video_post .pos_img {
  position: relative;
}

.video_post .website {
  font-size: 18px;
  font-family: 'Cambay', sans-serif;
  font-weight: 700;
  color: #bbc7cd;
}

.video_post .link_text {
  font-size: 32px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
}

.video_post .linkbg_color {
  background-color: #8799a3;
  padding: 50px;
  box-shadow: 1px 1px 145px 20px rgba(135, 153, 163, 0.45);
}

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

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

.video_post .remove_padd {
  padding: 0 !important;
  position: relative;
  display: block;
}

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

.video_post .remove_padd:hover .image2, .video_post .remove_padd:hover .image1 {
  transform: scaleX(-1.1);
}

.video_post .remove_padd:hover {
  transform: scaleX(-1.1);
}

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

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

.video_post .top_box {
  top: 7px;
}

.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 .align_top {
  margin-top: -8px;
}

.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 .font-cambay1 {
  color: #636363;
  font-family: 'Cambay', sans-serif;
  text-align: justify;
}

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

.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: 32px 30px 32px 13px;
  margin: 0;
  box-shadow: -4px 19px 155px 20px rgba(208, 208, 208, 0.47);
  border-radius: 8px;
}

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

.video_post .name_text {
  color: #ffff00;
  font-size: 18px;
  text-align: center;
  font-family: 'Cambay', sans-serif;
  font-weight: 700;
}

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

.video_post .icons_left:hover {
  color: #8799a3;
}

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

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

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

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

.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 {
  color: #8799a3;
  font-family: 'Cambay', sans-serif;
  font-size: 16px;
}

.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;
  font-size: 32px;
}

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

.video_post .bg_dummytext {
  background-color: #0081ff;
  padding: 111px 45px 111px 45px;
  color: #fff;
  box-shadow: 0 15px 75px 25px #CEE6FE;
}

.video_post .dummy_textcontent {
  font-size: 30px;
  font-family: 'Cambay', sans-serif;
  font-weight: 700;
}

.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: -21px;
  font-size: 24px;
  font-family: 'Coustard', serif;
  color: #252525;
}

.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: 9rem;
  color: #fff;
  font-style: italic;
  font-size: 14px;
}

.video_post .plyr video {
  width: 100%;
  height: 100%;
  background: transparent url("../images/photos/photo_4.png") 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: 2rem !important;
}

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

@media (min-width: 993px) and (max-width: 1199px) {
  .video_post .business_hover .img-fluid, .video_post .remove_padd .img-fluid {
    height: 100% !important;
  }
}

@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-top: -13px;
    margin-left: -10px;
  }
  .video_post .m-t-50 {
    margin-left: 53px;
  }
  .video_post .media_adjust {
    font-size: 18px;
  }
}

.video_post .plyr {
  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 .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 .video_hide {
    background: none !important;
    height: 100% !important;
  }
}

.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-monseratt1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  color: #252525;
}

.video_post .font-cambray {
  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;
}

@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;
  margin-top: -10px;
}

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

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

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

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

.has-success textarea {
  border-color: #39b54a !important;
}

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

.check {
  display: none;
  position: absolute;
  right: 37px;
  top: 21px;
}

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

.fa-twitter:hover {
  color: #0084b4;
}

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

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

.postn_hidn {
  overflow: hidden;
}

@media (min-width: 320px) and (max-width: 767px) {
  .media_adjust {
    font-size: 16px;
  }
}

#nav_post_gallery {
  background-image: url("../images/photos/post_gallery.png");
  background-repeat: round;
  min-height: 550px;
  transition: all 5s;
}

#nav_post_gallery:hover {
  transform: scale(1.1);
}

.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 p:first-child:first-letter {
  color: #0081ff;
  float: left;
  font-family: 'Montserrat', sans-serif;
  font-size: 64px;
  line-height: 57px;
  padding-right: 13px;
  padding-left: 3px;
  initial-letter: 2;
  margin-left: -7px;
  font-weight: 900;
}

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

.post_gallery .name_font {
  font-family: 'Cambay', sans-serif;
}

.post_gallery .top_box {
  top: 7px;
}

.post_gallery .text_position {
  position: relative;
  top: -51px;
  color: #fff;
  font-style: italic;
  font-size: 14px;
  z-index: 99999;
}

.post_gallery .remove_padd {
  padding: 0 !important;
  position: relative;
  display: block;
}

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

.post_gallery .remove_padd:hover .image2, .post_gallery .remove_padd:hover .image1 {
  transform: scaleX(-1.1);
}

.post_gallery .remove_padd:hover {
  transform: scaleX(-1.1);
}

.post_gallery .pos_img {
  position: relative;
}

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

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

.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 {
  box-shadow: -1px 3px 102px 0px rgba(218, 224, 227, 0.36);
}

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

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

.post_gallery .align_top {
  margin-top: -8px;
}

.post_gallery .media_adjust {
  font-weight: 700;
}

.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: 32px 30px 32px 13px;
  margin: 0;
  box-shadow: -4px 19px 145px 20px rgba(208, 208, 208, 0.95);
  border-radius: 8px;
}

.post_gallery .backgrnd_clr::before {
  content: ' ';
  height: 0;
  position: absolute;
  width: 0;
  left: -4px;
  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;
}

.post_gallery .icons_left:hover {
  color: #8799a3;
}

.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 .commentnames:hover {
  color: #8799a3;
  cursor: pointer;
}

.post_gallery .imgperson {
  margin-top: -13px;
  margin-left: -14px;
}

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

.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 .heart_icon {
  color: red !important;
}

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

.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 .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 {
  margin-top: 80px !important;
}

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

@media (min-width: 768px) and (max-width: 1024px) {
  .post_gallery .business_hover .img-fluid, .post_gallery .remove_padd .img-fluid {
    height: 100%;
  }
  .post_gallery .media_adjust {
    font-size: 18px;
  }
}

@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;
  }
  .post_gallery .imgperson {
    margin-top: -13px;
    margin-left: -10px;
  }
}

.post_gallery .form-control {
  border: 2px solid #eceef2 !important;
}

.post_gallery .form-control:focus {
  border: 2px solid #eceef2 !important;
  box-shadow: 0 0 0 0 #fff !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 .left_media {
    margin-left: 0;
  }
  .post_gallery .text_alignmnt {
    margin-left: 0;
  }
  .post_gallery .facebook {
    margin-left: 0;
  }
  .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;
}

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

@media (min-width: 320px) and (max-width: 575px) {
  .post_gallery .image1 {
    padding: 1rem 0;
  }
  .post_gallery .image2 {
    padding: 1rem 0;
  }
}

@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 .imgperson {
  margin-left: -7px;
  margin-top: -10px;
}

.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 .slick-next {
  display: none !important;
}

.post_gallery .slick-prev {
  display: none !important;
}

.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: .2;
}

.post_gallery .slick-active {
  opacity: 1;
}

.post_gallery .slick-current {
  opacity: 1;
}

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

.post_gallery .has-error input, .post_gallery .has-error input:focus {
  border: 2px solid #f04e4e !important;
}

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

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

.post_gallery .check {
  display: none;
  position: absolute;
  right: 32px;
  top: 23px;
}

.default_navbar .imagetop, .default_navbar .imagetop2 {
  margin-top: 3rem;
}

.default_navbar .imagetop1 {
  margin-top: 4.5rem;
}

@media (min-width: 320px) and (max-width: 575px) {
  .default_navbar .imagetop1 {
    margin-top: 0.5rem;
  }
  .default_navbar .imagetop, .default_navbar .imagetop2 {
    margin-top: -1rem;
  }
  .default_navbar .imagetop2 {
    margin-bottom: 3.5rem;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .media_adjust {
    font-size: 16px;
  }
}

#nav_standard_post {
  background: url("../images/photos/standard.png");
  background-repeat: round;
  min-height: 500px;
  background-size: cover;
  transition: all 5s;
}

#nav_standard_post:hover {
  transform: scale(1.1);
}

.standard_post .caps_letter {
  color: #0081ff;
  float: left;
  font-family: 'Montserrat', sans-serif;
  font-size: 64px;
  line-height: 57px;
  padding-right: 13px;
  padding-left: 3px;
  initial-letter: 2;
  font-weight: 900;
  margin-left: -5px;
}

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

.standard_post .image1, .standard_post .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;
}

.standard_post .media_adjust {
  font-weight: 700;
}

.standard_post .pos_img {
  position: relative;
}

.standard_post .remove_padd {
  padding: 0 0 3px 0 !important;
  position: relative;
  display: block;
}

.standard_post .remove_padd img {
  width: 100%;
  max-height: 100%;
  position: absolute;
  vertical-align: text-top !important;
}

.standard_post .remove_padd:hover .image2, .standard_post .remove_padd:hover .image1 {
  transform: scaleX(-1.1);
}

.standard_post .remove_padd:hover {
  transform: scaleX(-1.1);
}

.standard_post .image-top-text1 {
  font-family: 'Cambay', sans-serif;
}

.standard_post .text-date {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  color: #b7c3c9;
}

.standard_post .heading1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
}

.standard_post .text-pic {
  color: #bbc7cd;
  font-family: 'Cambay', sans-serif;
}

.standard_post .text-blue {
  color: #0081ff;
}

.standard_post .text-ash {
  color: #8799a3;
}

.standard_post .para-text-18 {
  font-size: 18px;
  font-family: 'Cambay', sans-serif;
  font-weight: 700;
}

.standard_post .text-muted {
  color: #636363 !important;
  font-size: 18px;
  font-family: 'Cambay', sans-serif;
  text-align: justify;
}

.standard_post .color_font {
  color: #252525;
}

.standard_post .paratext-light-blue {
  color: #8799a3;
  cursor: pointer;
}

.standard_post .different-para {
  font-family: 'Coustard', serif;
  font-size: 24px;
  color: #252525;
  text-align: left;
}

.standard_post .quatation {
  position: relative;
  left: 0;
  top: 42px;
  z-index: -1;
}

.standard_post .quatation-text-margin-left-adjust {
  margin-left: 31px;
}

.standard_post .text-blue1 {
  font-size: 18px;
  color: #0081ff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
}

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

.standard_post .para-blue {
  font-size: 18px;
  font-family: 'Cambay', sans-serif;
  color: #0081ff;
  cursor: pointer;
}

.standard_post .heading3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 32px;
  color: #252525;
}

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

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

.standard_post .fa-check {
  color: #0081ff;
  font-size: 13px;
}

.standard_post .list-items-color {
  font-size: 18px;
  font-family: 'Cambay', sans-serif;
  color: #252525;
}

.standard_post .fa-heart {
  color: #f04e4e;
  font-size: 32px;
}

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

.standard_post .horizontal-row-color {
  color: #f0f4f7;
  border: 1px solid #f0f4f7;
}

.standard_post .text-bold-socialmedia {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #252525;
}

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

.standard_post .text-color-socialmedia1 {
  color: #bbc7cd;
  font-size: 16px;
}

.standard_post .text-color-socialmedia1:hover {
  color: #8799a3;
}

.standard_post .form-control {
  padding: 18px 34px 13px 34px;
  border-radius: 30px;
  background-color: #F3F4F6;
  font-family: 'Cambay', sans-serif;
  font-weight: 700;
  color: #8799A3;
  border: 2px solid #F3F4F6;
}

.standard_post .form-control:focus {
  background-color: white;
  border: 2px solid #F3F4F6;
  box-shadow: 0 0 0 0 #fff;
}

.standard_post .post_button {
  border-radius: 30px;
  padding: 19px 70px;
  background-color: #0081ff;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  border-color: #0081ff;
  font-weight: 700;
}

.standard_post .post_button.btn-primary:active {
  box-shadow: none;
  background-color: #0081ff;
  color: #fff;
}

.standard_post .right-text {
  color: #8799a3;
}

.standard_post .bottom-font-size {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #252525;
}

.standard_post .bottom-right-text-color {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #252525;
}

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

.standard_post .space-bottom {
  margin-bottom: 60px !important;
}

.standard_post .horizontal-row-color {
  color: #f0f4f7;
  border: 1px solid #f0f4f7;
}

@media (min-width: 320px) and (max-width: 575px) {
  .standard_post .image1 {
    padding: 1rem 0;
  }
  .standard_post .image2 {
    padding: 1rem 0;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  .standard_post .button-center {
    text-align: center;
  }
  .standard_post .standard_colpadding {
    padding-left: 15px !important;
  }
  .standard_post .standard_colpadding1 {
    padding-right: 15px !important;
  }
}

.standard_post .picture1 {
  position: relative;
}

.standard_post .image-top-text1 {
  font-size: 16px;
  color: white;
  position: relative;
  bottom: 55px;
}

.standard_post .second-image {
  position: relative;
}

.standard_post .picture2 {
  position: relative;
}

.standard_post .image-top-text2 {
  font-size: 14px;
  color: white;
  position: absolute;
  bottom: 0;
  padding: 20px;
  font-family: 'Cambay', sans-serif;
}

.standard_post .picture3 {
  position: relative;
}

.standard_post .image-top-text3 {
  font-size: 14px;
  position: absolute;
  bottom: 2px;
  color: #959595;
  padding: 10px;
  border-radius: 30px;
  font-family: 'Cambay', sans-serif;
  background-color: rgba(37, 37, 37, 0.521569);
}

.standard_post .image-top-text-color {
  color: #0081ff;
}

.standard_post .image-top-text4 {
  font-size: 14px;
  font-family: 'Cambay', sans-serif;
  color: #959595;
}

.standard_post .image-text-boxshadow {
  box-shadow: 0 0 49px 20px #e1e1e1;
}

@media (min-width: 426px) and (max-width: 768px) {
  .standard_post .image-top-text1 {
    position: relative;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .standard_post .standard_colpadding {
    padding-left: 32px !important;
  }
  .standard_post .standard_colpadding1 {
    padding-left: 0;
    padding-right: 18px !important;
  }
  .standard_post .business_hover .img-fluid, .standard_post .remove_padd .img-fluid {
    height: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .standard_post .image-top-text1 {
    position: relative;
  }
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .standard_post .image-top-text1 {
    position: relative;
  }
}

@media (min-width: 1441px) and (max-width: 2560px) {
  .standard_post .image-top-text1 {
    position: relative;
  }
}

@media (min-width: 426px) and (max-width: 768px) {
  .standard_post .image-top-text2 {
    position: absolute;
    bottom: 0;
    left: 100px;
  }
  .standard_post .second-image {
    text-align: center;
  }
}

@media (min-width: 320px) and (max-width: 768px) {
  .standard_post .second-para-margin {
    margin-top: 60px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .standard_post .std-container-fluid {
    max-width: 540px;
  }
  .standard_post .standard_col2 {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 320px) and (max-width: 575px) {
  .standard_post .standard_col2 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .standard_post .image-top-text3 {
    font-size: 13px;
    bottom: 0;
  }
  .standard_post .media_adjust {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .standard_post .full-width .row {
    margin-right: -4px;
    margin-left: -4px;
  }
  .standard_post .std-container-fluid {
    max-width: 768px !important;
  }
  .standard_post .full-width {
    padding-left: 15px;
    padding-right: 15px;
  }
  .standard_post .full-res-width {
    padding-right: 0;
    padding-left: 0;
  }
  .standard_post .image-top-text3 {
    font-size: 13px;
    bottom: 0;
    left: 0;
  }
  .standard_post .standard_colpadding1 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .standard_post .standard_colpadding {
    padding-left: 41px !important;
    padding-right: 38px !important;
  }
  .standard_post .business_hover .img-fluid, .standard_post .remove_padd .img-fluid {
    height: 100%;
  }
  .standard_post .media_adjust {
    font-size: 18px;
  }
}

@media (min-width: 426px) and (max-width: 767px) {
  .standard_post .image-top-text3 {
    font-size: 13px;
    bottom: 0;
    left: 114px;
  }
  .standard_post body > section.standard_post > div:nth-child(4) > div > div > div > div.col-12.col-sm-12.col-md-12.col-lg-6.full-width.imagetext > div {
    text-align: center;
    margin: auto;
    position: relative;
    box-sizing: border-box !important;
  }
  .standard_post .standard_colpadding {
    padding-left: 15px !important;
  }
  .standard_post .standard_colpadding1 {
    padding-right: 15px !important;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .standard_post .image-top-text3 {
    position: absolute;
    bottom: 0;
  }
  .standard_post .standard_col2 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 320px) {
  .standard_post .image-top-text4 {
    font-size: 12px;
  }
}

@media (max-width: 320px) {
  .standard_post .list-items-adjustment {
    margin: 0  !important;
  }
}

@media (min-width: 1140px) and (max-width: 2560px) {
  .standard_post .list-items-adjustment {
    padding: 0 65px;
  }
}

.standard_post .comment-heading3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  color: #252525;
}

@media (min-width: 320px) and (max-width: 768px) {
  .standard_post .margin-left-adjust {
    margin-left: 0 !important;
  }
  .standard_post .margin-right-adjust {
    margin-right: 0 !important;
  }
}

.standard_post .padding-left-adjust-align {
  padding-left: 7px !important;
}

@media (max-width: 425px) {
  .standard_post .image-top-text1 {
    font-size: 16px;
    color: white;
    position: relative;
    right: 2px;
    padding: 10px;
  }
}

.standard_post .standard_colpadding {
  padding-left: 82px;
}

.standard_post .has-error .help-block, .standard_post .has-error .input-group-addon, .standard_post .has-error .radio, .standard_post .has-error .radio-inline {
  color: #f04e4e !important;
}

.standard_post .has-error input {
  border-color: #f04e4e !important;
}

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

.standard_post .has-success textarea {
  border-color: #39b54a !important;
}

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

.standard_post .check {
  display: none;
  position: absolute;
  right: 37px;
  top: 21px;
}

@media (min-width: 992px) and (max-width: 1024px) {
  .default_navbar .single_angle-downicon-res {
    margin-top: 1.5rem;
  }
}

#nav_blog {
  background-image: url("../images/photos/link.png");
  background-repeat: round;
  min-height: 500px;
  background-size: cover;
  transition: all 5s;
}

#nav_blog:hover {
  transform: scale(1.1);
}

.blog .bottom-first {
  padding-bottom: 30px;
}

.blog .bgcolor {
  background-color: #0081ff;
  padding: 30px 9px 28px 9px;
  box-shadow: 3px 2px 145px 10px rgba(0, 129, 255, 0.219608);
}

.blog .text_font {
  color: #fff;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  padding-top: 65px;
}

.blog .quote_font {
  color: #fff;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
}

.blog .link_font {
  color: #fff;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  margin-top: 32px;
}

.blog .website {
  font-size: 16px;
  font-family: 'Cambay', sans-serif;
  font-weight: 700;
  color: #bbc7cd;
  cursor: pointer;
}

.blog .link_text {
  font-size: 24px;
  color: #fff;
  font-weight: 900;
}

.blog .link_black {
  font-size: 24px;
  color: #252525;
  font-weight: 900;
}

.blog .carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 18px;
  height: 6px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  top: -57px;
  left: -162px;
  border-radius: 10px;
  background-color: #515151;
}

.blog .image {
  display: block;
  width: 100%;
  height: auto;
}

.blog .overlay {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  background-color: white;
  overflow: hidden;
  height: 0%;
  transition: .5s ease;
  box-shadow: 1px -1px 145px 20px rgba(204, 204, 204, 0.878431);
}

.blog .baground_white {
  background-color: #fff;
  padding: 43px 39px 43px 39px;
  text-align: left;
  box-shadow: 1px 1px 145px 10px rgba(107, 107, 107, 0.141176);
}

.blog .baground_white1 {
  background-color: #fff;
  padding: 48px 30px 48px 30px;
  text-align: left;
  box-shadow: 1px 1px 145px 10px rgba(107, 107, 107, 0.141176);
}

.blog .over .overlay {
  height: 100%;
  background: linear-gradient(to left, rgba(51, 51, 255, 0.65098) 0%, rgba(255, 0, 255, 0.54902) 100%);
  border-radius: 10px;
}

.blog .text {
  color: white;
  font-size: 20px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  border-radius: 15px;
  padding-top: 9px;
  margin-top: 53px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .blog .text {
    padding-top: 60px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .blog .text {
    padding-top: 36px;
  }
}

.blog .text_alignment {
  position: absolute;
  text-align: left;
  top: 134px;
  padding-left: 72px;
  padding-right: 72px;
}

.blog .date_format1 {
  font-size: 20px;
  color: #8799A3;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
}

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

.blog .font_gallery {
  font-size: 24px;
}

.blog .slider_image {
  position: relative;
  width: 100%;
}

.blog .carousel-indicators .active {
  background-color: #8799a3 !important;
}

.blog .img_size {
  height: 268px;
  border-radius: 10px;
}

.blog .linkbg_color {
  background-color: #8799a3;
  padding: 50px 10px 60px 10px;
  box-shadow: 1px 1px 145px 20px rgba(135, 153, 163, 0.45);
}

.blog .header_text {
  color: #fff;
  font-size: 24px;
  font-family: 'Cambay', sans-serif;
  font-weight: 700;
}

.blog .name {
  color: #ffff00;
  font-family: 'Cambay', sans-serif;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
}

.blog .bg_video {
  background-image: url("../images/photos/blog_video.png");
  background-size: cover;
  text-align: center;
  height: 291px;
  box-shadow: 1px -1px 145px 20px rgba(204, 204, 204, 0.878431);
}

.blog .para_text {
  color: #fff;
  text-align: justify;
  font-size: 18px;
  font-family: 'Cambay', sans-serif;
}

.blog .bg_img {
  background-image: url("../images/photos/standard_blog.png");
  background-size: cover;
  height: 291px;
  padding-left: 32px;
  background-position: center;
  box-shadow: 1px -1px 145px 20px rgba(204, 204, 204, 0.878431);
}

.blog .bg_audio {
  background-image: url("../images/photos/blog_audio.png");
  background-size: cover;
  text-align: center;
  height: 310px;
  box-shadow: 1px -1px 145px 20px rgba(204, 204, 204, 0.878431);
}

.blog .date_format {
  color: #bbc7cd;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.blog .date_audio_padding1 {
  padding-top: 77px;
}

.blog .date-padding {
  padding-top: 44px;
}

.blog .read_button {
  position: relative;
  top: 18px;
}

.blog .content_image {
  height: 308px;
}

.blog .overlay_text {
  font-size: 20px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
}

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

.blog .top {
  margin-top: 79px;
}

.blog .readmore_btn {
  background-color: #e91d62;
  color: #fff;
}

.blog .readmore_btn:hover {
  background-color: #e91d62;
  color: #fff;
  box-shadow: 1px 3px 20px 7px rgba(233, 29, 98, 0.439216);
}

.blog .readmore_btn:active, .blog .readmore_btn:focus {
  background-color: #e91d62;
  color: #fff;
  box-shadow: 2px -9px 20px 7px rgba(233, 29, 98, 0.439216);
}

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

.blog .hover_text:hover .image {
  opacity: 0.3;
}

.blog .hover_text:hover .middle {
  opacity: 1;
}

@media (min-width: 768px) and (max-width: 992px) {
  .blog .img_size {
    height: 316px !important;
  }
}

@media (max-width: 768px) {
  .blog .background_white1 {
    background-color: #fff;
    padding: 37px 30px 62px 30px;
    text-align: left;
    box-shadow: 1px 1px 145px 10px rgba(107, 107, 107, 0.141176);
    height: 560px;
  }
  .blog .content_image {
    width: 100%;
  }
  .blog .bgcolor {
    background-color: #0081ff;
    padding: 30px;
  }
  .blog .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 18px;
    height: 6px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    top: -83px;
    left: -228px;
    border-radius: 10px;
    background-color: #515151;
  }
  .blog #carouselExampleIndicators > div > div.carousel-item.active > div > h4 {
    cursor: text !important;
  }
  .blog .bg_audio {
    height: 310px !important;
  }
}

@media (min-width: 320px) and (max-width: 575px) {
  .blog .baground_white {
    background-color: #fff;
    padding: 18px 18px 18px 18px;
    text-align: left;
    box-shadow: 1px 1px 145px 10px rgba(107, 107, 107, 0.141176);
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .blog .baground_white {
    background-color: #fff;
    padding: 32px 18px 32px 18px;
    text-align: left;
    box-shadow: 1px 1px 145px 10px rgba(107, 107, 107, 0.141176);
  }
}

@media (max-width: 1024px) {
  .blog .bg_img {
    background-image: url(../images/photos/standard_blog.png);
    background-size: cover;
    text-align: center;
    height: 329px;
  }
  .blog .bg_video {
    background-image: url(../images/photos/blog_video.png);
    background-size: cover;
    text-align: center;
    height: 329px;
  }
  .blog .text_font {
    color: #fff;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    padding-top: 92px;
  }
  .blog .img_slider {
    height: 571px;
  }
  .blog .baground_white1 {
    background-color: #fff;
    padding: 34px 30px 34px 30px;
    text-align: left;
    box-shadow: 1px 1px 145px 10px rgba(107, 107, 107, 0.141176);
  }
  .blog .bg_audio {
    background-image: url(../images/photos/blog_audio.png);
    background-size: cover;
    text-align: center;
    height: 345px;
  }
  .blog .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 18px;
    height: 6px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    top: -83px;
    left: -108px;
    border-radius: 10px;
    background-color: #515151;
  }
  .blog .text {
    font-size: 18px;
  }
}

@media (min-width: 320px) and (max-width: 425px) {
  .blog .bg_audio {
    margin-top: 29px;
  }
  .blog .text_alignment {
    position: absolute;
    text-align: left;
    top: 126px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .blog .bottom-first {
    padding-bottom: 0;
  }
  .blog .top_adjust {
    margin-top: 29px;
  }
  .blog .top_adjust1 {
    margin-top: 29px;
  }
  .blog .top_margin {
    margin-top: 17px;
  }
  .blog .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 18px;
    height: 6px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    top: -33px;
    left: -72px;
    border-radius: 10px;
    background-color: #515151;
  }
  .blog .date_format1 {
    font-size: 15px;
    color: #8799A3;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
  }
  .blog .font_gallery {
    font-size: 23px;
  }
  .blog .para_text {
    color: #fff;
    text-align: justify;
    font-size: 14px;
    font-family: 'Cambay', sans-serif;
  }
  .blog .bgcolor {
    background-color: #0081ff;
    padding: 25px;
  }
}

/*slider css code*/
#nav_slider {
  background: url("../images/photos/sliderimg1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  background-position: center center;
  transition: all 5s;
}

#nav_slider:hover {
  transform: scale(1.1);
}

.slider_row_padding {
  padding: 6rem 0 4rem 0;
}

.slider_col_padding {
  padding-left: 0;
}

* {
  box-sizing: border-box;
}

.slider {
  width: 100%;
  margin: 0 auto 9rem auto !important;
}

.slick-slide {
  margin: 0 10px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: 0.5;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.slick-prev {
  display: none !important;
}

.slick-next {
  display: none !important;
}

.slick-dots {
  bottom: -48px !important;
}

.slick-dots li button::before {
  background-color: #8799A3;
  border-radius: 50px !important;
  height: 8px !important;
  content: '' !important;
  text-align: center;
  opacity: 1;
}

.cursor {
  cursor: pointer;
}

.slick-active #slick-slide-control01:before, .slick-active #slick-slide-control02:before, .slick-active #slick-slide-control00:before {
  background-color: #8799A3;
  opacity: 1.5 !important;
}

@media (min-width: 320px) and (max-width: 575px) {
  .slider_col_res-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .slider_row_padding {
    padding: 4rem 0 4rem 0;
  }
}

.img_boxshadow {
  box-shadow: 0 8px 29px 8px #e1e1e1;
}

.slider_button_padding {
  padding-right: 0;
}

@media (max-width: 1024px) and (min-width: 320px) {
  .btn-extra-large {
    padding: 18px 40px !important;
  }
}

/*project_gallery css code*/
#nav_project_gallery {
  background: url("../images/photos/gallery_img.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  background-position: center center;
  transition: all 5s;
}

#nav_project_gallery:hover {
  transform: scale(1.1);
}

.project_gallery [class^=imghvr-] figcaption {
  padding: 0;
  top: 47%;
  left: 42%;
}

.project_gallery [class^=imghvr-] {
  background-color: #131415;
}

.project_gallery [class^=imghvr-] figcaption {
  background: none;
}

.project_gallery [class^=imghvr-fade]:hover > img {
  opacity: 0.3;
}

@media (min-width: 320px) and (max-width: 575px) {
  .project_gallery .grid .grid-item {
    width: 100% !important;
  }
  .project_gallery .grid-sizer {
    width: 100% !important;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .project_gallery .grid-sizer {
    width: 50%;
  }
  .project_gallery .grid .grid-item {
    width: 50%;
    margin: 0;
    padding: 0;
  }
}

.project_gallery .grid .grid-item {
  width: 25%;
}

.project_gallery .grid-sizer {
  width: 25%;
}

.button_download {
  margin-right: 0;
}

.button_download > .col-12 {
  padding-left: 5px;
}

.grid figure {
  padding: 0 !important;
}

@font-face {
  font-family: 'fontawesome';
  src: url("../fonts/fontawesome/fontawesome.eot?-e43dk9");
  src: url("../fonts/fontawesome/fontawesome.eot?#iefix-e43dk9") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome.woff?-e43dk9") format("woff"), url("../fonts/fontawesome/fontawesome.ttf?-e43dk9") format("truetype"), url("../fonts/fontawesome/fontawesome.svg?-e43dk9#fontawesome") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Made with http://icomoon.io/app */
/* General style */
.grid-gallery ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.grid-gallery figure {
  margin: 0;
}

.grid-gallery figure img {
  display: block;
  width: 100%;
}

.grid-gallery figcaption h3 {
  margin: 0;
  padding: 0 0 0.5em;
}

.grid-gallery figcaption p {
  margin: 0;
}

/* Grid style */
.grid-wrap {
  width: 100%;
  margin: 0;
  padding: 0;
}

.eye_img {
  width: auto !important;
}

.grid figure {
  padding: 15px;
  transition: opacity 0.2s;
}

.grid li:hover figure {
  opacity: 0.7;
}

.grid figcaption {
  background: #e4e4e4;
  padding: 25px;
}

/* Slideshow style */
.slideshow {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 500;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  perspective: 1000px;
  transition: opacity 0.5s, visibility 0s 0.5s;
}

.slideshow-open .slideshow {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s;
}

.slideshow ul {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 150px);
  transition: transform 0.5s;
}

.slideshow ul.animatable li {
  transition: transform 0.5s;
}

.slideshow-open .slideshow ul {
  transform: translate3d(0, 0, 0);
}

.slideshow li {
  width: 1000px;
  height: 398px;
  position: absolute;
  top: 60%;
  left: 50%;
  margin: -280px 0 0 -500px;
  visibility: hidden;
}

.slideshow li.show {
  visibility: visible;
}

.slideshow li:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: opacity 0.3s;
}

.slideshow li.current:after {
  visibility: hidden;
  opacity: 0.1;
  transition: opacity 0.3s, visibility 0s 0.3s;
}

span.nav-close:before {
  content: "\00d" !important;
}

span.nav-prev:before {
  content: "\f053" !important;
}

span.nav-next:before {
  content: "\f054" !important;
}

.slideshow figure {
  width: 100%;
  height: 100%;
  background: transparent;
  overflow: hidden;
}

.slideshow figcaption {
  padding-bottom: 20px;
}

.slideshow figcaption h3 {
  font-weight: 300;
  font-size: 200%;
}

/* Navigation */
.slideshow nav span {
  position: fixed;
  z-index: 1000;
  color: #59656c;
  text-align: center;
  padding: 3%;
  cursor: pointer;
  font-size: 2.2em;
}

.slideshow nav span.nav-prev,
.slideshow nav span.nav-next {
  top: 50%;
  transform: translateY(-50%);
}

.slideshow nav span.nav-next {
  right: 0;
}

.slideshow nav span.nav-close {
  top: -45px;
  right: 45%;
  padding: 0.5em 1em;
  color: #31373a;
}

.icon:before,
.icon:after {
  font-family: 'fontawesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

span.nav-prev:before {
  content: "\e601";
}

span.nav-next:before {
  content: "\e600";
}

span.nav-close:before {
  content: "\e602";
}

/* Info on arrow key navigation */
.info-keys {
  position: fixed;
  top: 10px;
  left: 10px;
  width: 60px;
  font-size: 8px;
  padding-top: 20px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
}

.info-keys:before,
.info-keys:after {
  position: absolute;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 14px;
  font-size: 12px;
}

.info-keys:before {
  left: 10px;
  content: "\e603";
}

.info-keys:after {
  right: 10px;
  content: "\e604";
}

/* Example media queries (reduce number of columns and change slideshow layout) */
@media (min-width: 768px) and (max-width: 992px) {
  /* responsive columns; see "Element sizing" on http://masonry.desandro.com/options.html */
  .grid li a {
    margin: 0;
    padding: 0;
  }
  .grid-sizer {
    width: 25%;
  }
  .slideshow li {
    width: 76%;
    height: auto;
    top: 0;
    left: 0;
    margin: 80px;
  }
  .slideshow li figure img {
    width: auto;
    margin: 0 20px;
    max-width: 100%;
  }
  .slideshow nav span,
  .slideshow nav span.nav-close {
    font-size: 1.8em;
    padding: 0.3em;
  }
  .info-keys {
    display: none;
  }
}

@media screen and (max-width: 35em) {
  .grid .grid-item {
    width: 100%;
  }
  .slideshow li {
    margin: 71px 28px !important;
  }
  .slideshow li figure img {
    margin: 0 30px;
  }
}

@media screen and (max-width: 20em) {
  .grid .grid-item {
    width: 100% !important;
  }
  .grid-sizer {
    width: 100% !important;
  }
  .slideshow li {
    margin: 173px 23px !important;
  }
}

.dot {
  cursor: pointer;
  height: 5px;
  width: 20px;
  margin: 0 2px;
  background-color: #717171;
  border-radius: 10px;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.indicators {
  margin-top: -43px;
}

.active1, .dot:hover {
  background-color: #8799a3;
}

@media (min-width: 992px) and (max-width: 1024px) {
  .slideshow li {
    width: 800px;
    margin: -280px 0 0 -399px;
  }
  .grid-sizer, .grid-item {
    width: 25% !important;
  }
  .grid {
    width: 100% !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .slideshow li {
    left: 0;
    top: 0;
    margin: 71px 0px !important;
  }
}

@media (min-width: 560px) and (max-width: 575px) {
  .slideshow li {
    left: 0 !important;
    top: 0 !important;
    margin: 74px 36px;
  }
}

@media (min-width: 320px) and (max-width: 575px) {
  .slideshow li {
    top: 0;
    left: 0;
  }
  .slideshow li figure img {
    margin: 0 5px;
    width: 83%;
  }
}

.slidetransform {
  transform: translate3d(1180px, 0px, -150px);
  transition: transform 0.5s;
}

@media (min-width: 320px) and (max-width: 575px) {
  .btn-primary {
    margin-left: 10px;
  }
}

@media (min-width: 483px) and (max-width: 575px) {
  .project_gallery .grid-wrap {
    text-align: center;
  }
}

/*single_image css code*/
#nav_single_image {
  background: url("../images/photos/single_img.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  background-position: center center;
  transition: all 5s;
}

#nav_single_image:hover {
  transform: scale(1.1);
}

.single_text_color {
  color: #8799A3;
  font-family: "Cambay", sans-serif;
  cursor: pointer;
}

.button_download {
  margin-right: 0;
}

.button_download > .col-12 {
  padding-left: 5px;
}

.single_letterspacing {
  letter-spacing: 8px;
}

.font14 {
  font-size: 14px;
}

.para_font16 {
  font-size: 16px;
}

.single_p-b-10 {
  padding-bottom: 4rem;
}

.single_angle-downicon {
  margin-top: 3rem;
  font-size: 3rem;
}

.single_bgimg {
  background: url("../images/photos/single_img1.JPG");
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  background-position: center center;
}

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

.fa-twitter:hover {
  color: #0084b4;
}

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

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

.single_share {
  font-size: 14px;
  font-weight: 600;
  color: black;
  font-family: "Montserrat", sans-serif;
}

.single_icons a {
  color: #bbc7cd;
}

.singe_client-mtop {
  margin-top: 39px;
}

.single_hearticon {
  color: #f04e4e;
}

.tall_carouselbg {
  background-color: #f9f9fa;
  margin-top: -7px;
}

@media (min-width: 320px) and (max-width: 575px) {
  .single_bgimg {
    height: 180px;
  }
  .listunstyled {
    margin-top: -18px;
  }
}

@media (min-width: 576px) and (max-width: 757px) {
  .single_bgimg {
    height: 300px;
  }
  .listunstyled {
    margin-top: -18px;
  }
}

@media (min-width: 320px) and (max-width: 575px) {
  .btn-primary {
    margin-left: 10px;
  }
}

/*single tall image css*/
#nav_single_tallimage {
  background: url("../images/photos/tallimg1.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  background-position: center center;
  transition: all 5s;
}

#nav_single_tallimage:hover {
  transform: scale(1.1);
}

.containerfluid {
  padding-left: 0;
}

.singletallimg_padding {
  padding: 4rem 0 5.75rem 0;
}

.tallimg_text_color1 {
  color: #8799A3;
}

@media (min-width: 1440px) and (max-width: 1920px) {
  .singletallimg_padding {
    padding: 4rem 0 11rem 0;
  }
}

@media (min-width: 991px) and (max-width: 1199px) {
  .singletallimg_padding {
    padding: 5rem 6rem 7rem 6rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .containerfluid {
    padding-left: 15px;
  }
  .singletallimg_padding {
    padding: 6rem 6rem 6rem 6rem;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .containerfluid {
    padding-left: 15px;
  }
  .singletallimg_padding {
    padding: 6rem 6rem 6rem 6rem;
  }
}

@media (min-width: 320px) and (max-width: 575px) {
  .containerfluid {
    padding-left: 15px;
  }
  .singletallimg_padding {
    padding: 3rem 15px 3rem 15px;
  }
}

/*waveform css code*/
#nav_project_waveform {
  background: url("../images/photos/waveimg1.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  background-position: center center;
  transition: all 5s;
}

#nav_project_waveform:hover {
  transform: scale(1.1);
}

.image_col_padding {
  padding-right: 0;
  padding-left: 0;
}

.containerfluid1 {
  padding-right: 0;
  padding-left: 0;
}

.waveformicon1 {
  padding-bottom: 5rem;
  padding-right: 2rem;
  float: left;
}

.waveform_mtop {
  margin-top: -1rem;
}

.waveform_listitem {
  padding-right: 0;
}

.waveform_col_padding {
  padding: 6rem 117px 1rem 109px;
}

.waveform_col_padding1 {
  padding: 7.5rem 120px 1rem 120px;
}

.waveform .img-fluid {
  max-width: 100%;
  height: 575px;
}

.icongroup h6 {
  position: relative;
  top: 2px;
}

.icongroup {
  padding: 47px 0 40px 0;
}

@media (min-width: 1025px) and (max-width: 1333px) {
  .waveform .img-fluid {
    max-width: 100%;
    height: auto;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .waveform .img-fluid {
    max-width: 100%;
    height: 535px;
  }
  .waveform_listitem li {
    font-size: 14px;
  }
  .waveformicon1 {
    padding-bottom: 9rem;
  }
  .waveform_col_padding {
    padding: 4rem 4rem 0 4rem;
  }
  .waveform_col_padding1 {
    padding: 4rem 4rem 0 4rem;
  }
  .waveform_md_mleft {
    margin-left: 28px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .image_col_padding {
    padding-left: 15px;
    padding-right: 15px;
  }
  .containerfluid1 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .waveform .img-fluid {
    max-width: 100%;
    height: auto;
  }
  .waveform_col_padding1 {
    padding: 3rem 120px 1rem 120px;
  }
}

@media (min-width: 320px) and (max-width: 575px) {
  .waveform_mtop {
    margin-top: 2rem;
  }
  .waveformicon1 {
    padding-bottom: 9rem;
  }
  .image_col_padding {
    padding-left: 15px;
    padding-right: 15px;
  }
  .containerfluid1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .waveform_col_padding {
    padding-left: 15px;
    padding-right: 15px;
  }
  .waveform_col_padding1 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 1.5rem;
  }
  .waveform .img-fluid {
    max-width: 100%;
    height: auto;
  }
  .row_res_margin {
    margin-right: 0;
  }
}

@media (min-width: 1440px) and (max-width: 1920px) {
  .waveform .img-fluid {
    height: auto;
  }
}

#nav_home_page {
  background-image: url("../images/photos/homepage copy.png");
  background-repeat: round;
  height: auto;
  background-size: cover;
  padding-bottom: 83px;
  transition: all 5s;
}

#nav_home_page:hover {
  transform: scale(1.1);
}

.home_page .bg_color {
  background-color: #0081ff;
  padding: 50px;
}

.home_page .text_font {
  color: #fff;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  padding-top: 58px;
}

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

.home_page .marketing {
  font-size: 16px;
  color: #636363;
  font-family: 'Cambay', 'sans-serif';
}

.home_page .img_person {
  border-radius: 30px;
}

.home_page .footer_textaddr {
  color: #fff;
  font-family: 'Cambay', 'sans-serif';
  font-size: 20px;
}

.home_page .footer_links {
  font-family: 'Cambay', 'sans-serif';
  font-size: 20px;
  color: #0081ff;
  cursor: pointer;
}

.home_page .bgcolor2 {
  background-color: #007af2;
  padding: 50px;
}

.home_page .date_formatpost {
  font-size: 16px;
  color: #bbc7cd;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
}

.home_page .font_gallery {
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
}

.home_page .text_alignment {
  position: absolute;
  text-align: left;
  top: 155px;
  padding-left: 72px;
  padding-right: 72px;
}

.home_page .font_there {
  color: #fff;
  font-size: 36px;
  font-style: italic;
  font-family: 'Leckerli One', cursive;
}

.home_page .carousel_content {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-family: 'Coustard', serif;
}

.home_page .content {
  font-size: 42px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  color: #fff;
}

.home_page .content1-blue {
  font-size: 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  color: #fff;
  text-align: justify;
}

.home_page .text_cambay {
  font-size: 20px;
  color: #fff;
  font-family: 'Cambay', 'sans-serif';
  margin-top: 5rem;
  text-align: justify;
}

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

.home_page .background_image {
  background-image: url(../images/photos/footer_bg1.png);
  background-size: cover;
  height: auto;
  padding-top: 85px;
  padding-bottom: 25px;
}

.home_page .design {
  font-size: 24px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.home_page .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0px;
  background-color: #fff;
  overflow: hidden;
  height: 0%;
  transition: .5s ease;
}

.home_page .text {
  color: white;
  font-size: 20px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  border-radius: 15px;
}

.home_page .over1:hover .overlay, .home_page .over2:hover .overlay, .home_page .over3:hover .overlay, .home_page .over4:hover .overlay, .home_page .over5:hover .overlay, .home_page .over6:hover .overlay {
  height: 100%;
  background-color: rgba(23, 27, 29, 0.8);
}

.home_page .dummy_text {
  font-size: 18px;
  color: #fff;
  font-family: 'Cambay', 'sans-serif';
  text-align: justify;
}

.home_page .dummy_text1 {
  font-size: 20px;
  color: #fff;
  font-family: 'Cambay', 'sans-serif';
  text-align: justify;
}

.home_page .left {
  margin-left: 19px;
}

.home_page .icons_footer, .home_page .icons_footer1 {
  color: #464646;
  cursor: pointer;
}

.home_page .icons_footer:hover {
  color: #8799a3;
}

.home_page .text_user, .home_page .text_user1, .home_page .text_user2, .home_page .text_user3, .home_page .text_user4, .home_page .text_user5 {
  font-size: 16px;
  text-align: center;
  font-family: 'Cambay', 'sans-serif';
  color: #8799a3;
  margin-top: 6rem;
}

.home_page .text_user3 {
  margin-top: 11rem;
}

.home_page .text_user5, .home_page .text_user1, .home_page .text_user2 {
  margin-top: 2rem;
}

.home_page .text_user4 {
  margin-top: 5rem;
}

@media (min-width: 992px) and (max-width: 1024px) {
  .home_page .text_user {
    margin-top: 4rem;
  }
  .home_page .text_user1 {
    margin-top: 0;
  }
  .home_page .text_user3 {
    margin-top: 8rem;
  }
  .home_page .text_user4 {
    margin-top: 3rem;
  }
  .home_page .text_user2, .home_page .text_user5 {
    margin-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home_page button.projects_btn {
    padding: 20px 28px 20px 28px;
  }
  .home_page .text_user {
    margin-top: 8rem;
  }
  .home_page .text_user1, .home_page .text_user5 {
    margin-top: 3rem;
  }
  .home_page .text_user3 {
    margin-top: 13rem;
  }
  .home_page .text_user4 {
    margin-top: 6rem;
  }
}

@media (min-width: 320px) and (max-width: 575px) {
  .home_page .text_user {
    margin-top: 0;
  }
  .home_page .text_user2 {
    margin-top: 1.5rem;
  }
  .home_page footer .icongroup {
    margin-top: 0;
  }
}

@media (min-width: 320px) and (max-width: 1023px) {
  .home_page footer .icongroup {
    margin-top: -72px;
  }
}

@media (min-width: 375px) and (max-width: 375px) {
  .home_page .text_user {
    margin-top: 1.5rem;
  }
  .home_page .text_user2, .home_page .text_user1 {
    margin-top: 3rem;
  }
  .home_page .text_user3 {
    margin-top: 14rem;
  }
  .home_page .text_user4 {
    margin-top: 7.5rem;
  }
  .home_page .text_user5 {
    margin-top: 3.5rem;
  }
}

@media (min-width: 425px) and (max-width: 425px) {
  .home_page .text_user {
    margin-top: 3rem;
  }
  .home_page .text_user2, .home_page .text_user1 {
    margin-top: 4.5rem;
  }
  .home_page .text_user3 {
    margin-top: 16rem;
  }
  .home_page .text_user4 {
    margin-top: 9rem;
  }
  .home_page .text_user5 {
    margin-top: 4rem;
  }
}

.home_page .icons {
  color: #4da7ff;
  margin-left: 20px;
  font-size: 20px;
}

.home_page .icons:hover {
  color: #fff !important;
  cursor: pointer;
  transform: rotate(360deg);
  transition-duration: 1s;
}

.home_page .input_color {
  background-color: #2b2b2b;
  border: 2px solid #353535;
  color: #636363;
}

.home_page .input_color:focus {
  background-color: transparent;
  border: 2px solid #8799a3;
  box-shadow: 0 0 0 0 #fff;
  color: #fff;
}

.home_page .form-control:active {
  border: 2px solid #8799a3 !important;
}

.home_page .portfolio {
  color: #8799a3;
  font-size: 36px;
  font-style: italic;
  font-family: 'Leckerli One', cursive;
}

.home_page .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: left;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.home_page .projects_btn {
  background-color: #1cbbb4;
  color: #fff;
  border: none;
  margin-top: 53px;
}

.home_page .projects_btn:hover {
  box-shadow: 0 15px 50px 0 rgba(28, 187, 180, 0.5);
  cursor: pointer;
}

.home_page .projects_btn:focus {
  box-shadow: 0 -5px 50px 0 rgba(28, 187, 180, 0.5);
  cursor: pointer;
}

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

.home_page .full-width .row {
  margin-right: 0;
  margin-left: 0;
}

.home_page .padding_adjust {
  padding-left: 0;
  padding-right: 0;
}

.home_page .text-font {
  font-family: 'Cambay', 'sans-serif';
  font-size: 24px;
  color: #636363;
}

.home_page .img_carousel {
  height: 593px;
}

.home_page input:focus::placeholder, .home_page textarea:focus::placeholder {
  color: #fff !important;
}

.home_page .bgcolor {
  background-color: #0081ff;
  padding: 38px;
  box-shadow: 3px 26px 165px 10px rgba(0, 129, 255, 0.219608);
}

.home_page .quote_font {
  color: #fff;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
}

.home_page .quote {
  margin-top: 0.5rem;
}

.home_page .baground_white {
  background-color: #fff;
  padding: 35px 30px 27px 34px;
  text-align: left;
  box-shadow: 1px 1px 145px 10px rgba(107, 107, 107, 0.141176);
}

.home_page .header_text {
  color: #fff;
  font-size: 24px;
  font-family: 'Coustard', serif;
}

.home_page .name {
  color: #ffff00;
  font-family: 'Cambay', sans-serif;
  font-weight: 700;
  font-size: 18px;
}

.home_page .name1 {
  color: #ffff00;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
}

.home_page .carousel-indicators .active {
  background-color: #8799a3 !important;
}

.home_page .carousel-indicators {
  left: -64px;
}

.home_page .carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 18px;
  height: 6px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  top: -57px;
  left: -162px;
  border-radius: 10px;
  background-color: #515151;
}

.home_page .bg_img {
  background-image: url("../images/photos/standard_blog.png");
  background-size: cover;
  height: 270px;
  padding-left: 32px;
  background-position: center;
}

.home_page .bg_video {
  background-image: url("../images/photos/blog_video.png");
  background-size: cover;
  text-align: center;
  height: 270px;
}

.home_page .red_color {
  background-color: #e91d62;
  padding: 107px 27px 103px 27px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  box-shadow: 3px 4px 145px 20px #fde7ee;
}

.home_page .ftr_image {
  background-image: url("../images/photos/footer_bg1.png");
  background-size: 100% 100%;
  padding: 5rem;
}

.home_page .para_text {
  color: #fff;
  text-align: justify;
  font-size: 18px;
  font-family: 'Cambay', sans-serif;
}

.home_page .link_black {
  font-size: 24px;
  color: #252525;
  font-weight: 900;
}

.home_page .text_font {
  color: #fff;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
}

.home_page .date_format {
  color: #bbc7cd;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.home_page .link_text {
  font-size: 24px;
  color: #fff;
  font-weight: 900;
}

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

@media (min-width: 320px) and (max-width: 425px) {
  .home_page .content1-blue {
    font-size: 26px;
  }
  .home_page .text_alignment {
    position: absolute;
    text-align: left;
    top: 65px;
    padding-left: 36px;
    padding-right: 42px;
  }
  .home_page .content {
    font-size: 31px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    color: #fff;
  }
  .home_page .background_image {
    background-image: url(../images/photos/footer_bg1.png);
    background-size: cover;
    height: auto;
    padding: 15px;
  }
  .home_page .ftr_image {
    background-image: url(../images/photos/footer_bg1.png);
    background-size: 100% 100%;
    padding: 15px;
  }
  .home_page .media-top-adjust {
    margin-top: 30px !important;
  }
  .home_page .bg_audio {
    margin-top: 3rem;
  }
  .home_page .date_format1 {
    font-size: 15px;
    color: #bbc7cd;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
  }
  .home_page .font_gallery {
    font-size: 23px;
  }
  .home_page .para_text {
    color: #fff;
    text-align: justify;
    font-size: 14px;
    font-family: 'Cambay', sans-serif;
  }
  .home_page .bg_color {
    background-color: #0081ff;
    padding: 15px;
  }
  .home_page .bgcolor2 {
    padding: 15px;
  }
  .home_page .home_blog {
    padding-right: 0 !important;
  }
  .home_page .carousel-control-prev {
    left: -10%;
  }
  .home_page .carousel-control-next {
    right: -10% !important;
  }
}

@media (max-width: 1024px) {
  .home_page .scroll_down2 .red_color {
    padding: 99px 27px 97px 27px !important;
  }
  .home_page .bg_img {
    background-image: url(../images/photos/standard_blog.png);
    background-size: cover;
    text-align: center;
  }
  .home_page .bg_video {
    background-image: url(../images/photos/blog_video.png);
    background-size: cover;
    text-align: center;
  }
  .home_page .text_font {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    padding-top: 58px;
  }
  .home_page .img_slider {
    height: 571px;
  }
  .home_page .img_size {
    height: 298px;
  }
  .home_page .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 18px;
    height: 6px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    top: -23px;
    left: -104px;
    border-radius: 10px;
    background-color: #515151;
  }
  .home_page .baground_white {
    padding: 30px 30px 7px 34px;
  }
}

@media (max-width: 768px) {
  .home_page .content {
    font-size: 34px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    color: #fff;
  }
  .home_page .scroll_down2 .red_color {
    padding: 70px !important;
  }
  .home_page .baground_white {
    background-color: #fff;
    padding: 18px;
    text-align: left;
    box-shadow: 1px 1px 145px 10px rgba(107, 107, 107, 0.141176);
  }
  .home_page footer .icongroup {
    margin-top: 0;
  }
  .home_page .carousel-indicators {
    left: -90px;
  }
  .home_page .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 18px;
    height: 6px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    top: -57px;
    left: -238px;
    border-radius: 10px;
    background-color: #515151;
  }
  .home_page .carousel .carousel-control-next {
    right: -37px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .home_page .carousel-indicators {
    left: -41%;
  }
  .home_page .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 18px;
    height: 6px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    top: -57px;
    left: 0;
    border-radius: 10px;
    background-color: #515151;
  }
}

@media (max-width: 320px) {
  .home_page .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 18px;
    height: 6px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    top: -57px;
    left: -52px !important;
    border-radius: 10px;
    background-color: #515151;
  }
}

@media (max-width: 425px) {
  .home_page .carousel-indicators {
    left: -16% !important;
  }
}

@media (max-width: 575px) {
  .home_page .carousel-indicators {
    left: -23%;
  }
  .home_page .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 18px;
    height: 6px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    top: -110px;
    left: -110px;
    border-radius: 10px;
    background-color: #515151;
  }
}

@media (max-width: 575px) and (max-width: 375px) {
  .home_page .carousel-indicators {
    left: -53px;
  }
  .home_page .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 18px;
    height: 6px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    top: -107px;
    left: -90px;
    border-radius: 10px;
    background-color: #515151;
  }
}

.home_page .double_quote {
  position: relative;
  top: 20px;
}

.home_page .carousel-control-next {
  right: -72px;
}

.home_page .carousel-control-next:hover {
  opacity: 0.5 !important;
}

.home_page .home_blog {
  padding-right: 2rem;
  padding-bottom: 3.15rem;
}

.home_page .has-error .help-block, .home_page .has-error .input-group-addon, .home_page .has-error .radio, .home_page .has-error .radio-inline {
  color: #f04e4e !important;
}

.home_page .has-error input {
  border-color: #f04e4e !important;
}

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

.home_page .has-success input {
  border-color: #39b54a !important;
}

.home_page .has-success textarea {
  border-color: #39b54a !important;
}

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

.home_page .check {
  display: none;
  position: absolute;
  right: 29px;
  top: 13px;
}

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

.home_page .fa-twitter:hover {
  color: #0084b4;
}

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

.home_page .fa-linkedin:hover {
  color: #0077B5;
}

.home_page .icongroup {
  padding: 0;
}

@media (min-width: 1440px) and (max-width: 1920px) {
  .home_page .text {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home_page .text_user {
    margin-top: 8rem;
  }
  .home_page .text_user1, .home_page .text_user2, .home_page .text_user5 {
    margin-top: 3.5rem;
  }
  .home_page .text_user3 {
    margin-top: 15rem;
  }
  .home_page .text_user4 {
    margin-top: 7rem;
  }
}

.home_page .hover_effect:hover {
  transform: rotate(360deg);
  transition-duration: 1s;
}

.home_page .mrgn_topadj {
  margin: 3rem 0;
}

@media (min-width: 320px) and (max-width: 425px) {
  .home_page .text_cambay {
    margin-top: 0 !important;
  }
}

/*
1. Header Css
header related custom classes will come here
 */
.home-header .bg-light {
  background-color: rgba(50, 49, 44, 0) !important;
  padding-right: 0;
  z-index: 1111111111111;
}

.home-header .nav_icons {
  color: #cdced4;
  position: relative;
  right: 7% !important;
  top: -8px !important;
}

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

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

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

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

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

.home-header .nav_right_icon {
  color: #cdced4;
  position: relative;
  top: -8px;
  font-size: 19px;
}

.home-header .badge_icon {
  color: #fff;
  background-color: #868e96;
  position: relative;
  left: 40%;
  top: 2px;
  font-size: 8px;
}

.home-header .buy_button {
  color: #ffff00 !important;
  background-color: transparent;
  border-radius: 27px;
  border: 2px solid #ffff00;
  padding: 4px 18px 4px 18px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  outline: none;
  margin-right: -22px;
}

.home-header .buy_button:hover {
  box-shadow: 2px 12px 62px 0px rgba(255, 255, 0, 0.15);
  outline: none;
}

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

.home-header .nav-item {
  position: relative;
  margin-top: 21px;
}

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

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

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

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

.home-header .navbar-light .navbar-toggler {
  border: 1px solid #ffffff;
}

.home-header .fa-bars {
  color: white;
  font-size: 28px;
}

@media (max-width: 425px) {
  .home-header .nav_right_icon {
    right: 0%;
    left: 5%;
  }
  .home-header .nav_icons {
    right: 0%;
    left: 0%;
  }
}

@media (max-width: 768px) {
  .home-header .nav_icons {
    right: 1% !important;
  }
  .home-header .badge_icon {
    left: 4% !important;
  }
}

@media (max-width: 425px) and (min-width: 320px) {
  .home-header .canavs_search_icons {
    margin-top: 21px;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .home-header .nav_right_icon {
    right: 0%;
    left: 2%;
    top: 5px;
    padding-bottom: 10px;
  }
}

.home-header .home_heading-section {
  line-height: 1 !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home-header .navbar-nav > li > a {
    font-size: 14px;
  }
  .home-header .navbar-nav > li {
    padding: 6px 12px 21px 12px;
  }
}

#nav_Typography {
  background-color: #252525;
}

#nav_Typography1 {
  background-color: #252525;
}

.typography {
  font-size: 16px !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: 45px;
}

.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 .projects_btn {
  background-color: #1cbbb4;
  color: #fff;
  border: none;
}

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

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

.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: #8dc63f;
  outline: none;
}

.typography .add-to-cart:hover {
  box-shadow: 0 15px 50px 0 rgba(141, 198, 63, 0.5);
}

.typography .add-to-cart:focus {
  box-shadow: 0px -5px 50px 0px rgba(141, 198, 63, 0.5);
}

.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: #ef324b;
}

.typography .style1-progressbar .progressbar-head {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.typography .style1-progressbar .progress-bar {
  height: 8px;
  border-radius: 20px;
  border: 0;
  background-color: #fefb30;
}

.typography .style1-progressbar .percentage_text {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

.typography .style1-progressbar .progress {
  background-color: #f35b6d;
  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 55px;
  }
}

@media (max-width: 991px) {
  .typography .table1, .typography .table2 {
    text-align: center;
  }
}

.typography .remove_padd {
  padding: 0 !important;
  position: relative;
  display: block;
}

@media (max-width: 1199px) and (min-width: 768px) {
  .typography .business_hover .img-fluid, .typography .remove_padd .img-fluid {
    height: 100%;
  }
}

.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 img {
  width: 100%;
  max-height: 100%;
  position: absolute;
}

.typography .effect_hover:hover .image2, .typography .effect_hover:hover .image1 {
  transform: scaleX(-1.1);
}

.typography .effect_hover:hover {
  transform: scaleX(-1.1);
}

.typography .overflw {
  overflow: hidden;
}

@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 .icongroup {
    padding: 21px 0;
  }
}

.typography .icongroup h6 {
  position: relative;
  top: 2px;
}

.typography .tallimg_text_color1:hover {
  color: #8799A3;
}

.typography .para_font16 {
  font-size: 16px;
}

.typography .navbar {
  padding: 0 1rem;
}

.typography .navbar-brand {
  position: relative;
  right: 15px;
  margin-top: 0 !important;
}

.typography .nav-link {
  padding: 0 1rem;
}

@media (min-width: 320px) and (max-width: 991px) {
  .typography .navbar {
    padding: 0.5rem 0;
  }
  .typography .navbar-brand {
    margin-right: 0;
    right: 0;
  }
}

@media (max-width: 575px) and (min-width: 320px) {
  .typography .btn-primary {
    margin-left: 0;
  }
}

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

.typography .btn-white {
  color: #8799a3 !important;
  background-color: white;
  border-radius: 50px;
  float: right;
}

.typography .icongroup {
  padding: 21px;
}

/*
1. Header Css
header related custom classes will come here
 */
.typography_header .bg-light {
  background-color: rgba(50, 49, 44, 0) !important;
  padding-right: 0;
}

.typography_header .nav_icons {
  color: #cdced4;
  position: relative;
  right: 7% !important;
  top: -8px !important;
}

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

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

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

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

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

.typography_header .active {
  color: #8799a3 !important;
  cursor: pointer;
}

.typography_header .nav_right_icon {
  color: #cdced4;
  position: relative;
  top: -8px;
  font-size: 19px;
}

.typography_header .badge_icon {
  color: #fff;
  background-color: #868e96;
  position: relative;
  left: 40%;
  top: 2px;
  font-size: 8px;
}

.typography_header .buy_button {
  color: #ffff00 !important;
  background-color: transparent;
  border-radius: 27px;
  border: 2px solid #ffff00;
  padding: 4px 18px 4px 18px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  outline: none;
  margin-right: -22px;
}

.typography_header .buy_button:hover {
  box-shadow: 2px 12px 62px 0px rgba(255, 255, 0, 0.15);
  outline: none;
}

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

.typography_header .nav-item {
  position: relative;
  margin-top: 0;
}

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

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

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

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

.typography_header .navbar-light .navbar-toggler {
  border: 1px solid #ffffff;
}

.typography_header .fa-bars {
  color: white;
  font-size: 28px;
}

@media (max-width: 425px) {
  .typography_header .nav_right_icon {
    right: 0%;
    left: 5%;
  }
  .typography_header .nav_icons {
    right: 0%;
    left: 0%;
  }
}

@media (max-width: 768px) {
  .typography_header .nav_icons {
    right: 1% !important;
  }
  .typography_header .badge_icon {
    left: 4% !important;
  }
}

@media (max-width: 575px) and (min-width: 320px) {
  .typography_header .canavs_search_icons {
    margin-top: 21px;
    margin-bottom: 20px;
  }
  .typography_header .navbar-light .navbar-nav > li {
    padding: 0 23px 0 12px;
  }
}

@media (max-width: 768px) {
  .typography_header .nav_right_icon {
    right: 0%;
    left: 2%;
    top: 5px;
    padding-bottom: 10px;
  }
  .typography_header .navbar-light .navbar-nav > li {
    padding: 6px 23px 23px 12px;
  }
}

.typography_header .navbar-brand {
  margin-top: 0;
}

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

/* common css*/
.p-32 {
  font-weight: 700;
  font-size: 32px;
  font-family: 'Cambay','sans-serif';
  text-align: justify;
}

.p-26-normal {
  font-weight: 400;
  font-size: 26px;
  color: #636363;
  font-family: 'Cambay','sans-serif';
  text-align: justify;
}

.p-26-bold {
  font-weight: 400;
  font-size: 26px;
  color: #252525;
  font-family: 'Cambay','sans-serif';
  text-align: justify;
}

.p-24-bold {
  font-weight: 700;
  font-size: 24px;
  font-family: 'Cambay','sans-serif';
  text-align: justify;
}

.p-24-normal {
  font-weight: 400;
  font-size: 24px;
  color: #636363;
  font-family: 'Cambay','sans-serif';
  text-align: justify;
}

.p-20-normal {
  font-weight: 400;
  font-size: 20px;
  color: #636363;
  font-family: 'Cambay','sans-serif';
  text-align: justify;
}

.p-20-bold {
  font-weight: 400;
  font-size: 20px;
  color: #252525;
  font-family: 'Cambay','sans-serif';
  text-align: justify;
}

.p-18-bold {
  font-size: 18px;
  font-weight: 700;
  font-family: 'Cambay','sans-serif';
  text-align: justify;
}

.p-18-normal {
  font-size: 18px;
  font-weight: 400;
  color: #636363;
  font-family: 'Cambay','sans-serif';
  text-align: justify;
}

.p-18-black {
  font-size: 18px;
  font-weight: 400;
  color: #252525;
  font-family: 'Cambay','sans-serif';
  text-align: justify;
}

.p-16-bold {
  font-size: 16px;
  font-weight: 700;
  font-family: 'Cambay','sans-serif';
  text-align: justify;
}

.p-16-normal {
  font-size: 16px;
  font-weight: 400;
  color: #636363;
  font-family: 'Cambay','sans-serif';
  text-align: justify;
}

.h6-font16 {
  font-size: 16px;
  font-weight: 700;
}

/* common css*/
.body_margin_header {
  margin-top: 50px !important;
}

/*menu1 css*/
.bottom_font {
  font-size: 32px;
  font-weight: 400;
  padding-bottom: 50px;
}

.lorvent_text {
  font-weight: 700;
}

.padd_right_left {
  padding-left: 21px;
  margin-top: 35px;
}

/*menu1 css end*/
/* sub navbar style */
.sub_nav {
  padding-top: 20px;
}

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

.rmv_padd {
  padding: 0 !important;
}

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

.sub_navbar .navbar-toggler {
  background-color: #ccc;
  margin: 10px 0 10px 0;
}

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

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

.sub_nav .nav-item:first-child {
  padding-left: 7px !important;
}

@media (max-width: 768px) and (min-width: 320px) {
  .sub_nav .nav-item:first-child {
    padding-left: 12px !important;
  }
}

/* sub navbar style end*/
.navbar-brand {
  position: relative;
  right: 15px;
  margin-top: 21px;
}

/* sub navbar2 style end*/
.sub_navbar2 .navbar-nav > li > a {
  color: #252525 !important;
  font-weight: bold;
  font-size: 14px;
  font-family: 'Work Sans', sans-serif;
}

.sub_navbar2 .navbar-nav > li:hover {
  cursor: pointer;
}

.sub_navbar2 .navbar-nav > li > a:hover {
  color: #0081ff !important;
}

.sub_nav2 {
  position: relative;
  margin-top: 10px;
}

.sub_nav2 a:hover:before {
  left: 12px;
  right: 21px;
}

.sub_nav2 a:before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #0081ff;
  height: 2px;
  transition-property: left , right;
  transition-duration: .2s;
  transition-timing-function: ease-out;
}

.sub_nav2_padd {
  padding: 0 !important;
}

.sub_nav2.active a:before {
  left: 12px;
  right: 21px;
}

.sub_navbar2 .nav-item.active a {
  color: #0081ff !important;
}

.sub_nav2.active a {
  color: #0081ff !important;
}

/* sub navbar2 style end*/
/* video_post_content */
.header_para {
  color: #8799a3;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
}

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

.header_white {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
}

.text_primary {
  color: #0081ff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}

.para1_font {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  letter-spacing: 10px;
  font-weight: 900;
  color: #fff;
}

.particles-js-canvas-el {
  width: 100%;
  height: 100% !important;
  position: absolute;
  top: 0;
  z-index: 99999;
  overflow: hidden;
  bottom: 0;
  left: 0;
  right: 0;
  animation: myanimation 10s infinite;
}

.home_page {
  background-color: #fff !important;
}

@keyframes myanimation {
  0% {
    color: red;
  }
  25% {
    color: yellow;
  }
  50% {
    color: green;
  }
  75% {
    color: brown;
  }
  100% {
    color: red;
  }
}

/*  end video_post_content */
/* home page */
.font_there {
  color: #fff;
  font-size: 36px;
  font-style: italic;
  font-family: 'Leckerli One', cursive;
}

.daniel {
  color: #0081ff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 42px;
}

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

.graphic {
  font-size: 32px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}

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

.mgn_top {
  margin-top: 7rem;
}

.read_morebtn {
  color: #fff;
  background-color: #2b2b2b;
  border: none;
}

.read_morebtn:focus {
  outline: none;
}

.read_morebtn:hover {
  box-shadow: 0px 9px 77px -17px #e1e1e1;
}

@media (min-width: 320px) and (max-width: 425px) {
  .mgn_top {
    margin-top: 2rem;
  }
}

.text_color {
  color: #bcc7cb;
}

/* end of home page */
.img-item {
  position: relative;
  overflow: hidden;
}

.img-item img {
  transition: all 1s;
  vertical-align: top !important;
}

.img-item:hover img {
  transform: scale(1.1);
}

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  transform: scale(1.1);
}

button:focus {
  outline: none !important;
}

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

.btn-small {
  padding: 7px 15px;
  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 {
  box-shadow: none;
}

.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, .btn-primary:active {
  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, .btn-primary:active {
  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;
  box-shadow: none !important;
}

.f14 {
  font-size: 13px;
}

.more_btn {
  background-color: #fefb30;
  color: #252525 !important;
}

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

.btn-white {
  color: #8799a3 !important;
  background-color: white;
  border-radius: 50px;
  float: right;
}

@media (min-width: 320px) and (max-width: 1199px) {
  .btn-extra-large {
    padding: 23px 50px;
  }
}

body {
  overflow-x: hidden;
}

@media (min-width: 320px) and (max-width: 992px) {
  .facebook1 {
    margin-left: -22px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .icongroup {
    padding: 47px  0;
  }
}

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