/*����Դ��,��ʾ�õĴ��롣Դ����Ψһ���ص�ַ: http://www.bootstrapmb.com/item/7100�����˱�עֻ��������ʾվ�����ص�Դ�벻��������*//*-----------------------------------------------------------------------------------    ????http://bootstrapmb.com/    Version: 1.0-----------------------------------------------------------------------------------*//*---------------------------		CSS Index---------------------------1. Common css2. Header css3. Banner css4. About css5. Service css6. Portfolio css7. why_choose css8. Testimonial css9. Blog css10. Contact css11. Footer css *//*===========================    1. COMMON css ===========================*/@import url("https://fonts.googleapis.com/css?family=Quicksand:400,600,700|Rubik:400,500&display=swap");* {  margin: 0;  padding: 0;  outline: 0; }a {  text-decoration: none; }  a:hover, a:focus {    text-decoration: none;    outline: none; }h1, h2, h3, h4, h5, h6 {  margin: 0;  padding: 0;  font-weight: 700; }h1 {  font-size: 64px; }h2 {  font-size: 48px; }h3 {  font-size: 30px; }h4 {  font-size: 24px; }h5 {  font-size: 18px; }h6 {  font-size: 16px; }p {  margin: 0;  padding: 0; }ul {  margin: 0;  padding: 0; }  ul li {    list-style: none; }input,select,textarea {  display: inherit;  border: none;  outline: none; }button {  border: none;  cursor: pointer; }button {  outline: none; }  button:hover, button:focus {    outline: none; }::placeholder {  color: #fff; }body {  font-family: "Quicksand", sans-serif;  font-size: 16px;  line-height: 26px;  font-weight: normal;  overflow-x: hidden; }.bg_overlay {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  background-color: #121d30;  opacity: .8; }.bg_image {  position: relative;  background-size: cover;  background-position: center;  background-repeat: no-repeat; }.section_padding {  padding: 120px 0; }.section_title {  margin-bottom: 60px; }  .section_title h2 {    margin-bottom: 20px; }    @media (max-width: 767px) {      .section_title h2 {        font-size: 32px; } }.dark_title span {  color: #ff4a57;  letter-spacing: 2px;  font-family: "Quicksand", sans-serif;  text-transform: uppercase;  font-weight: 600; }.dark_title h2, .dark_title p {  color: #fff; }.dark_bg {  background-color: #121d30; }.blue_bg {  background-color: #070e19; }.minax_btn {  position: relative;  overflow: hidden;  display: inline-block;  width: 180px;  height: 50px;  line-height: 50px;  font-size: 16px;  color: #fff;  text-transform: uppercase;  letter-spacing: 2px;  border: 1px solid #ff4a57;  z-index: 1;  -webkit-transition: all 0.5s ease-out 0s;  -moz-transition: all 0.5s ease-out 0s;  -ms-transition: all 0.5s ease-out 0s;  -o-transition: all 0.5s ease-out 0s;  transition: all 0.5s ease-out 0s; }  .minax_btn:hover, .minax_btn:focus {    color: #fff; }  .minax_btn:after {    position: absolute;    content: '';    left: -110%;    top: 0;    width: 180px;    height: 50px;    background-color: #ff4a57;    z-index: -1;    -webkit-transition: all 0.5s ease-out 0s;    -moz-transition: all 0.5s ease-out 0s;    -ms-transition: all 0.5s ease-out 0s;    -o-transition: all 0.5s ease-out 0s;    transition: all 0.5s ease-out 0s; }  .minax_btn:hover:after, .minax_btn:focus:after {    left: 0; }@media only screen and (min-width: 1200px) {  .container {    max-width: 1200px; } }@media (max-width: 767px) {  .minax_img img {    width: 100%; } }.preloader_area {  background: #fff;  height: 100%;  overflow: hidden;  position: fixed;  text-align: center;  width: 100%;  z-index: 11000; }  .preloader_area .spinner {    position: absolute;    top: 50%;    left: 50%;    width: 200px;    height: 50px;    -webkit-transform: translate(-50%, -50%);    -moz-transform: translate(-50%, -50%);    -ms-transform: translate(-50%, -50%);    -o-transform: translate(-50%, -50%);    transform: translate(-50%, -50%);    text-align: center; }    .preloader_area .spinner div {      background-color: #121d30;      height: 100%;      width: 6px;      display: inline-block;      -webkit-animation: animateline 1.2s infinite ease-in-out;      animation: animateline 1.2s infinite ease-in-out; }    .preloader_area .spinner .line2 {      -webkit-animation-delay: -1.1s;      animation-delay: -1.1s; }    .preloader_area .spinner .line3 {      -webkit-animation-delay: -1.0s;      animation-delay: -1.0s; }    .preloader_area .spinner .line4 {      -webkit-animation-delay: -0.9s;      animation-delay: -0.9s; }    .preloader_area .spinner .line5 {      -webkit-animation-delay: -0.8s;      animation-delay: -0.8s; }    .preloader_area .spinner .line6 {      -webkit-animation-delay: -0.7s;      animation-delay: -0.7s; }    .preloader_area .spinner .line7 {      -webkit-animation-delay: -0.6s;      animation-delay: -0.6s; }@keyframes animateline {  0%, 40%, 100% {    transform: scaleY(0.4);    -webkit-transform: scaleY(0.4); }  20% {    transform: scaleY(1);    -webkit-transform: scaleY(1); } }/*===========================    2. Header css ===========================*/.transparent_header {  position: absolute;  top: 0;  left: 0;  width: 100%; }.minax_header.sticky {  position: fixed;  top: 0;  left: 0;  width: 100%;  background: #070e19;  z-index: 337;  border-color: #070e19; }.minax_header {  border-bottom: 1px solid #ff4a57;  z-index: 337; }  .minax_header .site_menu {    display: block; }    @media only screen and (min-width: 768px) and (max-width: 991px) {      .minax_header .site_menu {        display: none; } }    @media (max-width: 767px) {      .minax_header .site_menu {        display: none; } }    .minax_header .site_menu .primary_menu {      float: right; }      .minax_header .site_menu .primary_menu .main_menu ul li {        display: inline-block;        margin-left: 40px;        -webkit-transition: all 0.4s ease-out 0s;        -moz-transition: all 0.4s ease-out 0s;        -ms-transition: all 0.4s ease-out 0s;        -o-transition: all 0.4s ease-out 0s;        transition: all 0.4s ease-out 0s; }        .minax_header .site_menu .primary_menu .main_menu ul li a {          font-size: 15px;          color: #fff;          display: block;          padding: 42px 0;          font-family: "Quicksand", sans-serif;          text-transform: uppercase;          font-weight: 600;          -webkit-transition: all 0.5s ease-out 0s;          -moz-transition: all 0.5s ease-out 0s;          -ms-transition: all 0.5s ease-out 0s;          -o-transition: all 0.5s ease-out 0s;          transition: all 0.5s ease-out 0s; }          .minax_header .site_menu .primary_menu .main_menu ul li a:hover {            color: #ff4a57; }      .minax_header .site_menu .primary_menu .main_menu ul .active a {        color: #ff4a57; }  .minax_header .mobile_menu {    padding: 15px 0;    display: none; }    @media only screen and (min-width: 768px) and (max-width: 991px) {      .minax_header .mobile_menu {        display: block; } }    @media (max-width: 767px) {      .minax_header .mobile_menu {        display: block; } }    .minax_header .mobile_menu .menu_button {      float: right; }      .minax_header .mobile_menu .menu_button .menu_icon span {        display: block;        width: 30px;        height: 3px;        background-color: #fff;        margin: 6px 0 2px;        -webkit-transition: all 0.5s ease-out 0s;        -moz-transition: all 0.5s ease-out 0s;        -ms-transition: all 0.5s ease-out 0s;        -o-transition: all 0.5s ease-out 0s;        transition: all 0.5s ease-out 0s; }        .minax_header .mobile_menu .menu_button .menu_icon span:nth-child(1) {          margin-top: 0; }        .minax_header .mobile_menu .menu_button .menu_icon span:nth-child(3) {          width: 15px;          margin-bottom: 0; }      .minax_header .mobile_menu .menu_button .active span:nth-child(1) {        width: 15px; }      .minax_header .mobile_menu .menu_button .active span:nth-child(3) {        width: 30px; }    .minax_header .mobile_menu .sidenav_menu {      overflow: hidden;      width: 80%;      height: 100%;      position: fixed;      top: 0;      left: 0;      padding: 50px 30px;      z-index: 9999;      background: #121d30;      overflow: auto;      -webkit-transform: translateX(-100%);      -moz-transform: translateX(-100%);      -ms-transform: translateX(-100%);      -o-transform: translateX(-100%);      transform: translateX(-100%);      -webkit-transition: all 0.5s ease-out 0s;      -moz-transition: all 0.5s ease-out 0s;      -ms-transition: all 0.5s ease-out 0s;      -o-transition: all 0.5s ease-out 0s;      transition: all 0.5s ease-out 0s; }      .minax_header .mobile_menu .sidenav_menu .close_icon {        position: absolute;        top: 0;        right: 0; }        .minax_header .mobile_menu .sidenav_menu .close_icon .close_btn {          display: block;          width: 40px;          height: 40px;          line-height: 40px;          text-align: center;          background-color: #fff;          color: #ff4a57; }      .minax_header .mobile_menu .sidenav_menu .sidebar-menu li {        display: block;        line-height: 40px; }        .minax_header .mobile_menu .sidenav_menu .sidebar-menu li a {          text-transform: capitalize;          color: #fff;          font-size: 16px;          font-weight: 500; }          .minax_header .mobile_menu .sidenav_menu .sidebar-menu li a:hover, .minax_header .mobile_menu .sidenav_menu .sidebar-menu li a:focus {            color: #ff4a57; }      .minax_header .mobile_menu .sidenav_menu .sidebar-menu .active a {        color: #ff4a57; }    .minax_header .mobile_menu .active {      -webkit-transform: translateX(0);      -moz-transform: translateX(0);      -ms-transform: translateX(0);      -o-transform: translateX(0);      transform: translateX(0); }/*===========================    3. Banner css ===========================*/.banner_area {  position: relative;  padding: 286px 0 172px; }  .banner_area .banner_content span {    display: block;    color: #fff;    letter-spacing: 2px;    margin-bottom: 20px;    text-transform: uppercase;    font-size: 24px; }  .banner_area .banner_content h1 {    color: #fff;    margin-bottom: 40px; }    @media (max-width: 767px) {      .banner_area .banner_content h1 {        font-size: 36px; } }/*===========================    4. about css ===========================*/@media (max-width: 767px) {  .minax_about .minax_img_box {    margin-bottom: 60px; } }@media only screen and (min-width: 768px) and (max-width: 991px) {  .minax_about .minax_img_box .about_img_1 img {    width: 100%; } }@media (max-width: 767px) {  .minax_about .minax_img_box .about_img_1 img {    width: 100%; } }.minax_about .minax_img_box .about_img_2 {  overflow: hidden;  position: relative;  text-align: center;  width: 80%;  margin: 0 auto;  margin-top: -190px; }  @media only screen and (min-width: 768px) and (max-width: 991px) {    .minax_about .minax_img_box .about_img_2 img {      width: 100%; } }  @media (max-width: 767px) {    .minax_about .minax_img_box .about_img_2 img {      width: 100%; } }  .minax_about .minax_img_box .about_img_2 .play_button {    position: absolute;    top: 50%;    left: 50%;    margin-top: -40px;    margin-left: -40px; }    .minax_about .minax_img_box .about_img_2 .play_button .play_btn {      display: block;      background-color: #ff4a57;      width: 80px;      height: 80px;      line-height: 80px;      color: #fff;      text-align: center;      font-size: 24px; }.minax_about .minax_content_box .content_title {  margin-bottom: 45px; }  .minax_about .minax_content_box .content_title span {    display: block;    text-transform: uppercase;    font-weight: bold;    letter-spacing: 2px;    color: #ff4a57; }  .minax_about .minax_content_box .content_title h2 {    color: #fff; }.minax_about .minax_content_box .about_content {  margin-bottom: 35px; }  .minax_about .minax_content_box .about_content p {    color: #fff; }.minax_about .minax_content_box .about_information .single_info {  display: flex;  align-items: center;  margin-bottom: 30px; }  .minax_about .minax_content_box .about_information .single_info .info_icon i {    display: block;    width: 70px;    height: 70px;    line-height: 70px;    text-align: center;    color: #fff;    background-color: #ff4a57;    font-size: 24px; }    @media only screen and (min-width: 992px) and (max-width: 1200px) {      .minax_about .minax_content_box .about_information .single_info .info_icon i {        width: 50px;        height: 50px;        line-height: 50px; } }    @media (max-width: 767px) {      .minax_about .minax_content_box .about_information .single_info .info_icon i {        width: 50px;        height: 50px;        line-height: 50px; } }  .minax_about .minax_content_box .about_information .single_info .info_text {    margin-left: 30px; }    @media only screen and (min-width: 992px) and (max-width: 1200px) {      .minax_about .minax_content_box .about_information .single_info .info_text {        margin-left: 15px; } }    @media (max-width: 767px) {      .minax_about .minax_content_box .about_information .single_info .info_text {        margin-left: 15px; } }    .minax_about .minax_content_box .about_information .single_info .info_text span {      display: block;      color: #fff;      margin-bottom: 10px; }    .minax_about .minax_content_box .about_information .single_info .info_text h5 {      color: #fff; }      @media only screen and (min-width: 992px) and (max-width: 1200px) {        .minax_about .minax_content_box .about_information .single_info .info_text h5 {          font-size: 14px; } }.minax_about .minax_content_box .about_skill_area .single_bar {  margin-bottom: 20px; }  .minax_about .minax_content_box .about_skill_area .single_bar .progress_title {    margin-bottom: 10px; }    .minax_about .minax_content_box .about_skill_area .single_bar .progress_title h5 {      letter-spacing: 2px;      color: #fff;      font-weight: 600;      text-transform: uppercase; }      .minax_about .minax_content_box .about_skill_area .single_bar .progress_title h5 span {        float: right; }  .minax_about .minax_content_box .about_skill_area .single_bar .progress {    border-radius: 0;    height: 10px; }    .minax_about .minax_content_box .about_skill_area .single_bar .progress .progress-bar {      background-color: #ff4a57; }/*===========================    5. service css ===========================*/.minax_service {  margin-bottom: -60px; }  .minax_service .section_title {    margin-top: -8px; }  .minax_service .service_box {    padding: 30px;    background-color: #121d30;    margin-bottom: 60px;    -webkit-transition: all 0.5s ease-out 0s;    -moz-transition: all 0.5s ease-out 0s;    -ms-transition: all 0.5s ease-out 0s;    -o-transition: all 0.5s ease-out 0s;    transition: all 0.5s ease-out 0s; }    .minax_service .service_box:hover {      border-bottom-right-radius: 40px;      background-color: #ff4a57; }    .minax_service .service_box:hover .service_icon i {      color: #fff; }    .minax_service .service_box:hover .service_info a.btn_link {      color: #fff;      background-color: #121d30; }    .minax_service .service_box .service_icon i {      display: block;      margin-top: 7px;      font-size: 42px;      margin-bottom: 30px;      color: #ff4a57; }    .minax_service .service_box .service_info h4 {      color: #fff;      margin-bottom: 20px; }    .minax_service .service_box .service_info p {      color: #fff;      margin-bottom: 21px; }    .minax_service .service_box .service_info a.btn_link {      display: block;      width: 40px;      height: 40px;      line-height: 40px;      text-align: center;      color: #fff;      font-size: 16px;      background-color: #ff4a57; }/*===========================    6. portfolio css ===========================*/.minax_portfolio {  margin-bottom: -30px; }  .minax_portfolio .section_title {    margin-top: -8px; }  .minax_portfolio .masonry_grid .case_item {    margin-bottom: 30px; }    .minax_portfolio .masonry_grid .case_item:hover .minax_img .bg_overlay {      opacity: .8;      visibility: visible; }    .minax_portfolio .masonry_grid .case_item:hover .minax_img .overlay_content {      visibility: visible;      opacity: 1;      top: 50%;      -webkit-transform: translate(-50%, -50%);      -moz-transform: translate(-50%, -50%);      -ms-transform: translate(-50%, -50%);      -o-transform: translate(-50%, -50%);      transform: translate(-50%, -50%); }    .minax_portfolio .masonry_grid .case_item .minax_img {      position: relative; }      .minax_portfolio .masonry_grid .case_item .minax_img .bg_overlay {        background-color: #ff4a57;        visibility: hidden;        opacity: 0;        -webkit-transition: all 0.5s ease-out 0s;        -moz-transition: all 0.5s ease-out 0s;        -ms-transition: all 0.5s ease-out 0s;        -o-transition: all 0.5s ease-out 0s;        transition: all 0.5s ease-out 0s; }      .minax_portfolio .masonry_grid .case_item .minax_img .overlay_content {        position: absolute;        top: 40%;        left: 50%;        visibility: hidden;        opacity: 0;        -webkit-transform: translate(-50%, -40%);        -moz-transform: translate(-50%, -40%);        -ms-transform: translate(-50%, -40%);        -o-transform: translate(-50%, -40%);        transform: translate(-50%, -40%);        -webkit-transition: all 0.5s ease-out 0s;        -moz-transition: all 0.5s ease-out 0s;        -ms-transition: all 0.5s ease-out 0s;        -o-transition: all 0.5s ease-out 0s;        transition: all 0.5s ease-out 0s; }        .minax_portfolio .masonry_grid .case_item .minax_img .overlay_content a.btn_zoom {          display: block;          width: 40px;          height: 40px;          line-height: 40px;          text-align: center;          font-size: 16px;          background-color: #121d30;          color: #fff; }/*===========================    7. why_choose css ===========================*/@media (max-width: 767px) {  .minax_why .minax_img_box {    margin-bottom: 60px; } }.minax_why .minax_content_box .content_title {  margin-bottom: 55px; }  .minax_why .minax_content_box .content_title h2, .minax_why .minax_content_box .content_title p {    color: #fff; }.minax_why .why_choose_area .single_col:nth-child(even) {  margin-top: 30px; }  @media only screen and (min-width: 768px) and (max-width: 991px) {    .minax_why .why_choose_area .single_col:nth-child(even) {      margin-top: 0px; } }  @media (max-width: 767px) {    .minax_why .why_choose_area .single_col:nth-child(even) {      margin-top: 0px; } }.minax_why .why_choose_area .single_col .single_choose {  background-color: #121d30;  padding: 30px 30px 25px;  -webkit-transition: all 0.5s ease-out 0s;  -moz-transition: all 0.5s ease-out 0s;  -ms-transition: all 0.5s ease-out 0s;  -o-transition: all 0.5s ease-out 0s;  transition: all 0.5s ease-out 0s; }  @media only screen and (min-width: 992px) and (max-width: 1200px) {    .minax_why .why_choose_area .single_col .single_choose {      padding: 25px 15px; } }  .minax_why .why_choose_area .single_col .single_choose:hover {    background-color: #ff4a57; }  .minax_why .why_choose_area .single_col .single_choose:hover .choose_icon i {    color: #fff; }  @media only screen and (min-width: 768px) and (max-width: 991px) {    .minax_why .why_choose_area .single_col .single_choose {      margin-bottom: 40px; } }  @media (max-width: 767px) {    .minax_why .why_choose_area .single_col .single_choose {      margin-bottom: 40px; } }  .minax_why .why_choose_area .single_col .single_choose .choose_icon i {    display: block;    margin-top: 3px;    margin-bottom: 28px;    font-size: 32px;    color: #ff4a57; }  .minax_why .why_choose_area .single_col .single_choose .choose_info h4 {    color: #fff;    margin-bottom: 20px; }    @media only screen and (min-width: 992px) and (max-width: 1200px) {      .minax_why .why_choose_area .single_col .single_choose .choose_info h4 {        font-size: 18px; } }  .minax_why .why_choose_area .single_col .single_choose .choose_info p {    color: #fff; }/*===========================    8. Testimonial css ===========================*/.minax_testimonial .section_title {  margin-top: -8px; }.minax_testimonial .client_slider .client_box {  margin-left: 15px;  margin-right: 15px;  padding: 30px 30px 25px;  background-color: #070e19;  -webkit-transition: all 0.5s ease-out 0s;  -moz-transition: all 0.5s ease-out 0s;  -ms-transition: all 0.5s ease-out 0s;  -o-transition: all 0.5s ease-out 0s;  transition: all 0.5s ease-out 0s; }  .minax_testimonial .client_slider .client_box:hover {    background-color: #ff4a57; }  @media (max-width: 767px) {    .minax_testimonial .client_slider .client_box {      padding: 30px 15px 25px; } }  .minax_testimonial .client_slider .client_box .client_area {    margin-bottom: 25px;    display: flex;    align-items: flex-start; }    .minax_testimonial .client_slider .client_box .client_area .client_info {      margin-left: 30px; }      .minax_testimonial .client_slider .client_box .client_area .client_info h4 {        color: #fff;        margin-bottom: 10px; }        @media only screen and (min-width: 992px) and (max-width: 1200px) {          .minax_testimonial .client_slider .client_box .client_area .client_info h4 {            font-size: 18px; } }      .minax_testimonial .client_slider .client_box .client_area .client_info p {        color: #fff; }  .minax_testimonial .client_slider .client_box .review_text p {    color: #fff; }/*===========================    9. Blog css ===========================*/.minax_blog .section_title {  margin-top: -8px; }@media only screen and (min-width: 768px) and (max-width: 991px) {  .minax_blog .blog_box {    margin-bottom: 60px; } }@media (max-width: 767px) {  .minax_blog .blog_box {    margin-bottom: 60px; } }.minax_blog .blog_box .blog_info {  padding: 20px 20px 23px;  border: 1px solid #ff4a57;  border-top: none; }  .minax_blog .blog_box .blog_info .post_info h4 {    color: #fff;    line-height: 34px;    margin-bottom: 15px; }    @media only screen and (min-width: 992px) and (max-width: 1200px) {      .minax_blog .blog_box .blog_info .post_info h4 {        font-size: 18px;        line-height: 30px; } }    .minax_blog .blog_box .blog_info .post_info h4 >a {      color: #fff;      -webkit-transition: all 0.5s ease-out 0s;      -moz-transition: all 0.5s ease-out 0s;      -ms-transition: all 0.5s ease-out 0s;      -o-transition: all 0.5s ease-out 0s;      transition: all 0.5s ease-out 0s; }      .minax_blog .blog_box .blog_info .post_info h4 >a:hover, .minax_blog .blog_box .blog_info .post_info h4 >a:focus {        color: #ff4a57; }  .minax_blog .blog_box .blog_info .post_info p {    color: #fff;    margin-bottom: 20px; }  .minax_blog .blog_box .blog_info .post_info a.btn_link {    position: relative;    text-transform: capitalize;    color: #ff4a57; }    .minax_blog .blog_box .blog_info .post_info a.btn_link:hover:before, .minax_blog .blog_box .blog_info .post_info a.btn_link:focus:before {      width: 50px; }    .minax_blog .blog_box .blog_info .post_info a.btn_link:before {      content: '';      width: 20px;      height: 2px;      display: inline-block;      margin-bottom: 4px;      margin-right: 10px;      background-color: #ff4a57;      -webkit-transition: all 0.5s ease-out 0s;      -moz-transition: all 0.5s ease-out 0s;      -ms-transition: all 0.5s ease-out 0s;      -o-transition: all 0.5s ease-out 0s;      transition: all 0.5s ease-out 0s; }/*===========================    10. Contact css ===========================*/.minax_contact .section_title {  margin-top: -8px; }.minax_contact .minax_contact_form .form_group {  margin-bottom: 30px; }  .minax_contact .minax_contact_form .form_group .form_control {    padding: 20px;    width: 100%;    background-color: #070e19;    color: #fff;    height: 50px; }  .minax_contact .minax_contact_form .form_group textarea.form_control {    padding: 12px 20px;    height: 200px; }.minax_contact .minax_contact_form .button .minax_btn {  background-color: transparent; }/*===========================    11. Footer css ===========================*/.minax_footer {  padding: 60px 0 58px; }  .minax_footer .footer_content .footer_logo {    margin-bottom: 40px; }  .minax_footer .footer_content .footer_social {    margin-bottom: 35px; }    .minax_footer .footer_content .footer_social ul li {      display: inline-block;      margin-left: 10px;      margin-right: 10px; }      .minax_footer .footer_content .footer_social ul li a {        display: block;        width: 50px;        height: 50px;        line-height: 50px;        text-align: center;        color: #fff;        font-size: 16px;        background-color: #ff4a57; }        @media (max-width: 767px) {          .minax_footer .footer_content .footer_social ul li a {            width: 40px;            height: 40px;            line-height: 40px;            margin-bottom: 15px; } }  .minax_footer .footer_content .copyright_text p {    color: #fff; }/*# sourceMappingURL=style.css.map *//*����Դ��,��ʾ�õĴ��롣Դ����Ψһ���ص�ַ: http://www.bootstrapmb.com/item/7100�����˱�עֻ��������ʾվ�����ص�Դ�벻��������*/