@import "https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css";
@import "https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css";
@import "https://use.fontawesome.com/releases/v5.5.0/css/all.css";
@import "https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.css";
@import "https://cdn.rawgit.com/michalsnik/aos/2.1.1/dist/aos.css";
@import url(style_new.css);
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: "Montserrat", sans-serif;
  font-size: 13px; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  overflow-x: hidden;
  overflow-x: -moz-scrollbars-none;
  background: #fff; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

h1 {
  font-size: 40px; }

h2 {
  font-size: 35px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 25px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 18px; }

p {
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  color: #2c2c2c;
  margin-bottom: 15px; }

a {
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition: color 300ms, background-color 300ms;
  transition: color 300ms, background-color 300ms; }

a:hover {
  text-decoration: none !important; }

a:focus {
  outline: none;
  text-decoration: none !important; }

input:-internal-autofill-previewed, input:-internal-autofill-selected, textarea:-internal-autofill-previewed, textarea:-internal-autofill-selected, select:-internal-autofill-previewed, select:-internal-autofill-selected {
  background-color: inherit !important;
  background-image: none !important;
  color: inherit !important; }

::selection, ::-webkit-selection, ::-moz-selection {
  background: #11294B; }

.clear {
  clear: both; }

.animated2.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.animated2 {
  visibility: visible;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -ms-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.pad0 {
  padding: 0px !important; }

.plft0 {
  padding-left: 0px; }

.prit0 {
  padding-right: 0px; }

.mtop0 {
  margin-top: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mauto {
  margin: 0 auto;
  display: block; }

@media only screen and (min-width: 1200px) {
  .hidden-xl {
    display: none; } }
@media (max-width: 1200px) and (min-width: 992px) {
  .hidden-lg {
    display: none; } }
@media only screen and (max-width: 992px) {
  .scrollup {
    bottom: 100px; }

  .order0 {
    order: 0;
    -webkit-order: 0; }

  .order1 {
    order: 1;
    -webkit-order: 1; }

  .md-hidden {
    display: none; } }
@media only screen and (min-width: 768px) {
  .self_container {
    max-width: 100%; } }
@media (max-width: 992px) and (min-width: 768px) {
  .hidden-md {
    display: none; } }
@media only screen and (max-width: 768px) {
  .container {
    max-width: none; } }
@media (max-width: 768px) and (min-width: 576px) {
  .hidden-sm {
    display: none; } }
@media only screen and (max-width: 576px) {
  .hidden-xs {
    display: none; } }
@media only screen and (max-width: 468px) {
  .mob-full {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
.scrollup {
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  position: fixed;
  bottom: 200px !important;
  right: 20px;
  display: none;
  background: url(../images/icons/icon_top.webp) #A31C38 no-repeat center;
  border: 1px solid rgba(255, 255, 255, 0.41);
  background-size: 14px;
  border-radius: 5px;
  z-index: 2; }

/* BASE STYLE */
/* LAYOUTS */
/***************************HEADER************************** */
@media only screen and (min-width: 992px) {
  #Header .menu-icon {
    display: none; }

  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 auto; } }
@media only screen and (max-width: 992px) {
  .collapse:not(.show) {
    display: none !important;
    width: 100%; }

  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: column;
    flex-direction: column; } }
#Header {
  position: absolute;
  width: 100%;
  z-index: 900;
  top: 0;
  left: 0; }
  #Header .top_bar {
    padding: 15px 0; }
    #Header .top_bar .left_sec {
      display: inline-block; }
      @media only screen and (max-width: 768px) {
        #Header .top_bar .left_sec {
          margin: 0 auto;
          width: fit-content;
          display: block; } }
    #Header .top_bar .quick_info a {
      display: inline-block;
      padding: 7px 30px 7px 25px;
      color: #383838;
      font-weight: 600;
      line-height: normal;
      background-repeat: no-repeat;
      background-position: left center;
      background-size: 14px;
      border-right: 1px solid rgba(0, 0, 0, 0.1); }
      #Header .top_bar .quick_info a:first-child {
        margin-left: 0px; }
      #Header .top_bar .quick_info a:last-child {
        border-right: 0px;
        padding-right: 0px; }
      #Header .top_bar .quick_info a.phone {
        font-size: 13px;
        background-image: url(../images/icons/phone.svg); }
        @media only screen and (max-width: 370px) {
          #Header .top_bar .quick_info a.phone {
            font-size: 11px !important; } }
      #Header .top_bar .quick_info a.mail {
        font-size: 12px;
        background-image: url(../images/icons/mail.svg); }
        @media only screen and (max-width: 370px) {
          #Header .top_bar .quick_info a.mail {
            font-size: 11px !important; } }
      @media only screen and (min-width: 992px) {
        #Header .top_bar .quick_info a {
          margin-left: 30px; } }
      @media only screen and (max-width: 370px) {
        #Header .top_bar .quick_info a {
          border-right: 0px; } }
    #Header .top_bar .rit_sec {
      display: inline-block;
      float: right; }
      @media only screen and (max-width: 768px) {
        #Header .top_bar .rit_sec {
          display: none; } }
    #Header .top_bar .broucher {
      font-size: 13px;
      color: #A31C38;
      font-weight: 600;
      line-height: normal;
      background: url(../images/icons/top-bar-icons.png) no-repeat center left;
      background-size: 16px;
      padding: 7px 0;
      padding-left: 25px;
      background-position: 0 -48px;
      display: inline-block; }
    #Header .top_bar .social-icon {
      border-left: 1px solid rgba(0, 0, 0, 0.1);
      display: inline-block;
      padding-left: 25px;
      margin-left: 25px; }
      #Header .top_bar .social-icon li {
        display: inline-block; }
      #Header .top_bar .social-icon a {
        padding: 7px 5px;
        color: #333333; }
        #Header .top_bar .social-icon a:hover {
          color: #A31C38; }
  #Header .bottom-sec .logo-sec {
    width: 320px;
    display: inline-block;
    background: #fff; }
    #Header .bottom-sec .logo-sec .logo {
      display: block;
      padding: 15px 25px; }
    @media only screen and (max-width: 992px) {
      #Header .bottom-sec .logo-sec {
        width: 240px; } }
  #Header .bottom-sec .navbar {
    background: #A31C38;
    padding: 0px;
    box-shadow: 0px 9px 30px 0px rgba(2, 2, 2, 0.2); }
    @media only screen and (max-width: 992px) {
      #Header .bottom-sec .navbar .navbar-collapse {
        position: absolute;
        top: 100%;
        width: 100%;
        background: #11294B;
        text-align: left; } }
    @media only screen and (min-width: 992px) {
      #Header .bottom-sec .navbar .navbar-nav {
        float: right;
        margin-right: 0px; } }
    #Header .bottom-sec .navbar .nav-list .link {
      font-size: 12px;
      color: white;
      font-weight: 600;
      text-transform: uppercase;
      line-height: normal;
      display: block;
      border-left: 1px solid #A31C38;
      border-right: 1px solid #A31C38; }
      #Header .bottom-sec .navbar .nav-list .link:hover {
        background: #BA2040; }
      @media only screen and (min-width: 1200px) {
        #Header .bottom-sec .navbar .nav-list .link {
          padding: 42px 25px; } }
      @media (max-width: 1200px) and (min-width: 992px) {
        #Header .bottom-sec .navbar .nav-list .link {
          padding: 42px 15px; } }
      @media only screen and (max-width: 992px) {
        #Header .bottom-sec .navbar .nav-list .link {
          padding: 8px 10px;
          border-bottom: 1px solid #BA204026; } }
    #Header .bottom-sec .navbar .nav-list.active .link {
      background: #BA2040; }
    #Header .bottom-sec .navbar .menu-icon button {
      padding: 27px 30px;
      background: #fff;
      border: none;
      box-shadow: none;
      outline: none;
      border-radius: 0px; }
    #Header .bottom-sec .navbar .menu-icon i {
      font-size: 24px; }
  #Header.sticky {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    animation: ease-in-out;
    transition-delay: 0.5s;
    animation-name: fadeInDown;
    animation-duration: 0.5s;
    animation-fill-mode: both; }
    #Header.sticky .container {
      max-width: 100%;
      padding: 0px;
      margin: 0px; }
    #Header.sticky .logo-sec {
      width: 210px; }
      #Header.sticky .logo-sec .logo {
        padding: 10px; }
    #Header.sticky .nav-list .link {
      padding: 25px !important; }
    #Header.sticky .top_bar {
      display: none; }

/*********HEADING_STYLE********* */
.main_head {
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative; }
  .main_head::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 1px;
    background: rgba(17, 41, 75, 0.2); }
  @media only screen and (max-width: 576px) {
    .main_head {
      margin-bottom: 15px; } }
  .main_head .sub_head {
    font-size: 13px;
    color: #646464;
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: 2px;
    margin-bottom: 10px; }
    @media only screen and (max-width: 576px) {
      .main_head .sub_head {
        font-size: 10px;
        margin-bottom: 5px; } }
  .main_head .head {
    font-size: 28px;
    color: #25272b;
    font-weight: 700;
    line-height: normal; }
    @media only screen and (max-width: 576px) {
      .main_head .head {
        font-size: 22px; } }

/************INNER_BANNER************ */
.inner-page {
  margin-top: 115px; }
  @media only screen and (max-width: 768px) {
    .inner-page {
      margin-top: 132px; } }
  @media only screen and (max-width: 768px) {
    .inner-page {
      margin-top: 105px; } }
  .inner-page #banner {
    background-size: cover !important;
    background-position: center center !important;
    text-align: left; }
    .inner-page #banner .banner-content {
      padding: 170px 15px;
      width: 100%; }
      @media only screen and (max-width: 576px) {
        .inner-page #banner .banner-content {
          padding: 55px 15px; } }
    .inner-page #banner .page-title {
      font-size: 35px;
      color: white;
      font-weight: 700;
      text-transform: uppercase;
      display: inline-block;
      position: relative;
      line-height: 60px; }
      .inner-page #banner .page-title::after {
        content: "";
        background-color: #A31C38;
        width: 55px;
        height: 3px;
        left: 0px;
        bottom: 0px;
        display: block; }
      @media only screen and (max-width: 576px) {
        .inner-page #banner .page-title {
          font-size: 25px;
          line-height: 38px; } }
    .inner-page #banner nav {
      display: inline-block;
      width: fit-content;
      float: right; }
    .inner-page #banner .breadcrumb {
      background: transparent;
      padding: 0px;
      margin: 0 auto;
      width: fit-content;
      padding: 15px 0;
      margin-right: 0px; }
      .inner-page #banner .breadcrumb li {
        display: inline-block;
        font-size: 11px;
        line-height: normal;
        padding: 2px 12px;
        position: relative;
        text-transform: uppercase;
        color: white; }
        .inner-page #banner .breadcrumb li a {
          font-size: 11px;
          color: white;
          text-transform: uppercase;
          line-height: normal; }
        .inner-page #banner .breadcrumb li::after {
          content: "";
          position: absolute;
          right: 0px;
          top: 2px;
          width: 2px;
          height: 12px;
          background: #bbc0c1; }
        .inner-page #banner .breadcrumb li:first-child {
          color: #A31C38; }
        .inner-page #banner .breadcrumb li:first-child a {
          color: #A31C38; }
        .inner-page #banner .breadcrumb li:last-child::after {
          display: none; }

.breadcrumb-item + .breadcrumb-item::before {
  display: none; }

/*******************************BUTTON_STYLE************************* */
/*********************MAIN_SLIDER***************** */
.carousel-item {
  height: 100vh;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important; }
  @media only screen and (max-width: 576px) {
    .carousel-item {
      height: 370px; } }

#main-slider {
  overflow: hidden;
  margin-top: 115px; }
  @media only screen and (max-width: 768px) {
    #main-slider {
      margin-top: 132px; } }
  @media only screen and (max-width: 768px) {
    #main-slider {
      margin-top: 105px; } }
  #main-slider .container {
    position: relative;
    height: 100%; }
  #main-slider .carousel-caption {
    text-align: left;
    left: 0;
    bottom: 85px;
    padding: 80px 0;
    left: 15px;
    width: fit-content;
    max-width: 565px;
    background: rgba(163, 28, 56, 0.8);
    padding: 35px 50px; }
    @media only screen and (min-width: 992px) {
      #main-slider .carousel-caption {
        padding-right: 100px; } }
    @media (max-width: 768px) and (min-width: 576px) {
      #main-slider .carousel-caption {
        bottom: 10%; } }
    @media only screen and (max-width: 576px) {
      #main-slider .carousel-caption {
        display: none;
        bottom: 0%;
        left: 0px;
        width: 100%; } }
    #main-slider .carousel-caption .title {
      font-size: 35px;
      color: white;
      font-weight: 600;
      line-height: normal;
      text-transform: capitalize; }
      @media only screen and (max-width: 576px) {
        #main-slider .carousel-caption .title {
          font-size: 24px; } }
    #main-slider .carousel-caption .head {
      font-size: 41px;
      color: white;
      font-weight: 600;
      line-height: normal;
      text-transform: capitalize;
      margin-bottom: 20px; }
      @media only screen and (max-width: 576px) {
        #main-slider .carousel-caption .head {
          font-size: 30px; } }
    #main-slider .carousel-caption .caption {
      font-size: 16px;
      color: black;
      font-weight: 600;
      line-height: 1.4;
      margin-bottom: 25px; }
      @media only screen and (max-width: 576px) {
        #main-slider .carousel-caption .caption {
          font-size: 13px; } }
    #main-slider .carousel-caption ul li {
      font-size: 14px;
      color: #fefefe;
      line-height: 1.6;
      padding-left: 20px;
      background: url(../images/icons/slider_check_list.png) no-repeat top 7px left; }
      @media only screen and (max-width: 576px) {
        #main-slider .carousel-caption ul li {
          font-size: 12px; } }
    #main-slider .carousel-caption .btn {
      margin-top: 25px;
      font-size: 16px;
      text-align: center;
      color: white;
      text-transform: uppercase;
      background-color: #11294B;
      height: 50px;
      padding: 5px 23px;
      line-height: 42px;
      border: none;
      border-radius: 0px;
      box-shadow: none;
      outline: none; }
      @media only screen and (max-width: 576px) {
        #main-slider .carousel-caption .btn {
          font-size: 14px;
          height: 45px;
          line-height: 35px; } }
    #main-slider .carousel-caption .lead {
      font-size: 16px;
      color: white;
      font-weight: 400;
      line-height: normal;
      margin-top: 35px; }
      @media only screen and (max-width: 576px) {
        #main-slider .carousel-caption .lead {
          font-size: 14px;
          margin-top: 25px; } }

/**********************HOME**************** */
#about {
  background: url("../images/aboutbg.jpg") no-repeat bottom right;
  background-size: cover; }
  @media only screen and (min-width: 576px) {
    #about {
      padding: 85px 0; } }
  @media only screen and (max-width: 576px) {
    #about {
      padding: 45px 0; } }
  @media only screen and (max-width: 992px) {
    #about {
      background: #f9f9f9; } }
  #about .heightlight {
    color: #A31C38;
    font-weight: 700;
    line-height: normal;
    margin-top: 25px; }
    @media only screen and (min-width: 576px) {
      #about .heightlight {
        font-size: 20px;
        margin-bottom: 30px; } }
    @media only screen and (max-width: 576px) {
      #about .heightlight {
        font-size: 18px;
        margin-bottom: 20px; } }
  #about .title {
    font-size: 18px;
    color: #2c2c2c;
    font-weight: 700;
    line-height: normal; }
    @media only screen and (min-width: 576px) {
      #about .title {
        margin: 30px 0 15px; } }
    @media only screen and (max-width: 576px) {
      #about .title {
        margin: 10px 0 15px; } }

/*****PACKAGES_SEC****** */
#packages {
  padding-top: 75px;
  padding-bottom: 130px; }
  #packages .sec_title {
    font-size: 35px;
    color: #A31C38;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 25px; }
    @media only screen and (max-width: 576px) {
      #packages .sec_title {
        font-size: 30px;
        margin-bottom: 10px; } }
  #packages .quote {
    font-size: 25px;
    color: #1c1c1c;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px; }
    @media only screen and (max-width: 576px) {
      #packages .quote {
        font-size: 20px; } }
  #packages .info {
    font-size: 13px;
    color: #2c2c2c;
    line-height: normal; }
  #packages .package_list {
    margin-top: 40px; }
    @media only screen and (min-width: 992px) {
      #packages .package_list {
        padding-right: 40px; } }
  #packages .package {
    position: relative; }
    #packages .package .box {
      border-radius: 10px;
      padding: 30px;
      position: relative;
      overflow: hidden; }
      #packages .package .box.violet {
        background: #512884; }
      #packages .package .box.dark {
        background: #2b2b33; }
      #packages .package .box.blue {
        background: #07569f; }
    #packages .package .off_tag {
      font-size: 12px;
      color: #090909;
      font-weight: 800;
      text-transform: uppercase;
      line-height: normal;
      position: absolute;
      top: -10px;
      background: #ffd403;
      padding: 30px 80px 10px;
      transform: rotate(30deg); }
    #packages .package .packg_title {
      font-size: 30px;
      color: white;
      font-weight: 700;
      line-height: normal;
      margin-bottom: 8px; }
      @media only screen and (max-width: 576px) {
        #packages .package .packg_title {
          font-size: 26px; } }
    #packages .package .packg_type {
      font-size: 18px;
      color: white;
      font-weight: 600;
      line-height: normal;
      margin-bottom: 15px; }
      @media only screen and (max-width: 576px) {
        #packages .package .packg_type {
          font-size: 16px; } }
    #packages .package .packg_license {
      font-size: 14px;
      color: white;
      font-weight: 600;
      line-height: normal; }
    #packages .package .price_box {
      font-size: 25px;
      color: white;
      font-weight: 600;
      line-height: normal;
      text-align: center;
      position: absolute; }
      @media only screen and (max-width: 576px) {
        #packages .package .price_box {
          font-size: 21px; } }
    #packages .package.half {
      margin-bottom: 70px; }
      @media only screen and (min-width: 576px) {
        #packages .package.half {
          width: 50%;
          float: left; }
          #packages .package.half:first-child .box {
            margin-right: 17.5px; }
          #packages .package.half:first-child .price_box {
            margin-left: 18.5px; }
          #packages .package.half:nth-child(2) .box {
            margin-left: 17.5px; }
          #packages .package.half:nth-child(2) .price_box {
            margin-right: 18.5px; } }
      @media only screen and (max-width: 576px) {
        #packages .package.half {
          width: 100%; } }
      #packages .package.half .off_tag {
        right: -71px;
        transform: rotate(30deg); }
      #packages .package.half .box {
        text-align: center; }
      #packages .package.half .price_box {
        background: #A31C38;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        width: 85%;
        left: 0px;
        right: 0px;
        margin: 0 auto;
        bottom: -45px;
        height: 55px;
        padding: 10px 15px; }
        @media only screen and (max-width: 576px) {
          #packages .package.half .price_box {
            bottom: -35px;
            height: 47px; } }
    #packages .package.full {
      float: left;
      width: 100%; }
      #packages .package.full .box {
        padding-left: 110px;
        width: 100%; }
      #packages .package.full .off_tag {
        left: -71px;
        transform: rotate(-30deg); }
      #packages .package.full .price_box {
        background: #A31C38;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        width: 295px;
        right: 0px;
        top: 0px;
        font-size: 25px;
        color: white;
        font-weight: 600;
        text-align: center;
        background: #11294B;
        padding: 40px 15px 50px; }
        @media only screen and (min-width: 576px) {
          #packages .package.full .price_box {
            line-height: 42px; }
            #packages .package.full .price_box span {
              display: block;
              font-size: 41px;
              color: white;
              font-weight: 600;
              line-height: 42px;
              text-align: center; } }
        @media only screen and (max-width: 576px) {
          #packages .package.full .price_box {
            font-size: 21px;
            top: auto;
            padding: 10px 15px;
            width: 85%;
            left: 0px;
            right: 0px;
            margin: 0 auto;
            bottom: -35px;
            height: 47px; } }
  #packages .rqst_quot {
    margin-top: 100px;
    padding: 40px 20px;
    background: #A31C38; }
    #packages .rqst_quot .head {
      font-size: 18px;
      color: white;
      font-weight: 700;
      text-transform: uppercase;
      line-height: normal;
      margin-bottom: 25px; }
    #packages .rqst_quot .form-group {
      margin-bottom: 20px; }
    #packages .rqst_quot .form-control {
      font-size: 12px;
      color: #6d6d6d;
      width: 100%;
      height: 40px;
      padding: 6px 12px;
      background-color: #rgb 245, 245, 245;
      border: 1px solid #ccc;
      border-radius: 0px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
      -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
      transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
    #packages .rqst_quot textarea {
      min-height: 70px !important; }
    #packages .rqst_quot .btn {
      font-size: 14px;
      font-weight: 600;
      color: white;
      text-transform: uppercase;
      text-align: center;
      box-shadow: none;
      height: 50px;
      padding: 10px 65px;
      line-height: 25px;
      cursor: pointer;
      display: block;
      margin: 0 auto;
      margin-top: 15px;
      background: #2b3538;
      -webkit-appearance: button;
      vertical-align: middle;
      touch-action: manipulation;
      border: 1px solid transparent;
      border-radius: 0px;
      width: 100%;
      white-space: nowrap;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      transition: all 0.3s; }
      #packages .rqst_quot .btn:hover {
        background: #000; }

/*****SERVICES_SEC****** */
#services {
  position: relative;
  background: #A31C38; }
  #services::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    background: url(../images/servicelft.jpg) no-repeat center;
    background-size: cover; }
    @media only screen and (min-width: 992px) {
      #services::before {
        width: 50%; } }
    @media only screen and (max-width: 992px) {
      #services::before {
        width: 100%; } }
  #services .service_list {
    background: #A31C38; }
    @media only screen and (max-width: 992px) {
      #services .service_list {
        background: rgba(163, 28, 56, 0.8509803922); } }
    @media only screen and (min-width: 576px) {
      #services .service_list {
        padding: 85px 0px 80px 50px; } }
    @media only screen and (max-width: 576px) {
      #services .service_list {
        padding: 65px 0px 45px 30px; } }
    @media only screen and (min-width: 576px) {
      #services .service_list .main_head {
        margin-bottom: 40px; } }
    @media only screen and (max-width: 576px) {
      #services .service_list .main_head {
        margin-bottom: 25px; } }
    #services .service_list .main_head .head {
      color: #0d0c0c; }
    #services .service_list .main_head .sub_head {
      color: #fff; }
    #services .service_list .main_head::after {
      background: rgba(255, 255, 255, 0.2); }
    #services .service_list li {
      font-size: 18px;
      color: white;
      font-weight: 500;
      line-height: 2.223;
      padding-left: 35px;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cdefs%3E%3Cmask id='m'%3E%3Crect width='18' height='18' fill='white'/%3E%3Cpath d='M5.5 9.2l2.3 2.3 4.7-4.7' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/mask%3E%3C/defs%3E%3Ccircle cx='9' cy='9' r='8' fill='white' mask='url(%23m)'/%3E%3C/svg%3E") no-repeat top 12px left; }
      @media only screen and (max-width: 576px) {
        #services .service_list li {
          font-size: 15px; } }
      #services .service_list li a {
        font-size: 18px;
        color: white;
        font-weight: 500; }
        @media only screen and (max-width: 576px) {
          #services .service_list li a {
            font-size: 15px; } }
        #services .service_list li a:hover {
          color: #000; }

/***********TESTIMINIAL_SEC****** */
#testimonial {
  padding-top: 100px;
  background: #fff;
  padding-bottom: 70px;
  margin: 0 auto;
  text-align: center; }
  @media only screen and (min-width: 992px) {
    #testimonial {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%; } }
  #testimonial .item {
    background: url(../images/icons/testi-quote.png) #fff no-repeat center top;
    background-size: 49px;
    padding: 0 15px;
    padding-top: 70px;
    font-size: 14px;
    color: #646464;
    font-style: italic;
    line-height: 28px;
    font-weight: 400; }
    @media only screen and (min-width: 992px) {
      #testimonial .item {
        padding-left: 120px;
        padding-right: 120px; } }
    #testimonial .item p {
      font-size: 16px;
      color: #6a6a6b;
      font-style: italic;
      line-height: 1.875;
      font-weight: 300; }
    #testimonial .item .testi-footer {
      margin-top: 55px;
      text-align: center;
      font-style: normal; }
      #testimonial .item .testi-footer .title {
        font-size: 14px;
        color: #030303;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 1.143; }
      #testimonial .item .testi-footer .sub-title {
        font-size: 12px;
        color: #8a8a8a;
        line-height: 1.333; }
  #testimonial .slider-track {
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1); }

/***********CLIENTS_SEC****** */
#clients {
  background: #f9f9f9; }
  @media only screen and (min-width: 576px) {
    #clients {
      padding: 90px 0px; } }
  @media only screen and (max-width: 576px) {
    #clients {
      padding: 45px 0px; } }
  #clients .clients-controls {
    position: relative; }
  #clients .direction {
    position: absolute;
    width: 100%;
    top: 25%; }
  #clients .slick-list {
    padding: 0px !important; }
  #clients .slick-arrow {
    background: rgba(117, 116, 116, 0.1);
    color: #4e4e4e;
    padding: 6px 11px;
    opacity: 0.6;
    cursor: pointer;
    display: inline-block !important;
    text-align: center;
    font-size: 10px; }
    #clients .slick-arrow.prev {
      margin-left: -45px; }
    #clients .slick-arrow.next {
      float: right;
      margin-right: -45px; }
    #clients .slick-arrow i {
      font-size: 16px;
      font-display: auto; }
  @media only screen and (max-width: 992px) {
    #clients .control {
      display: none !important; } }

/*********************BLOG_SEC*********************** */
#blog {
  padding: 85px 0; }
  #blog .sec_title {
    font-size: 18px;
    color: #090909;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    padding: 11px 0px;
    padding-left: 27px;
    margin-bottom: 35px; }
    #blog .sec_title::before {
      content: "";
      position: absolute;
      left: 0px;
      top: 0px;
      background-color: #A31C38;
      opacity: 0.2;
      width: 52px;
      height: 100%; }
  #blog .item {
    padding-right: 12px; }
  #blog .blog_box .img_box {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 140px;
    margin-bottom: 20px; }
  #blog .blog_box .blog_title {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    color: #090909; }
    @media only screen and (min-width: 992px) {
      #blog .blog_box .blog_title {
        padding-right: 35px; } }
.blogThumbnail{
    width:100px!important;
    max-width: inherit;
}        

/**********************ABOUT_PAGE****************** */
#about_page #about {
  background-image: -moz-linear-gradient(90deg, #f7faf7 0%, #f5faf5 37%, white 100%);
  background-image: -webkit-linear-gradient(90deg, #f7faf7 0%, #f5faf5 37%, white 100%);
  background-image: -ms-linear-gradient(90deg, #f7faf7 0%, #f5faf5 37%, white 100%); }
  @media only screen and (min-width: 992px) {
    #about_page #about .rit_sec {
      padding-left: 80px; } }
  @media only screen and (max-width: 992px) {
    #about_page #about .rit_sec .icon {
      display: none; } }
#about_page #what_we_do {
  padding-top: 80px;
  padding-bottom: 150px; }
  #about_page #what_we_do .container {
    position: relative; }
    #about_page #what_we_do .container::after {
      content: "";
      clear: both;
      display: flex; }
  #about_page #what_we_do .cntnt_box {
    background-color: #A31C38;
    box-shadow: 0px 14px 29px 0px rgba(2, 2, 2, 0.2);
    position: absolute;
    left: 0px;
    bottom: -70px;
    width: 80%; }
    @media only screen and (min-width: 992px) {
      #about_page #what_we_do .cntnt_box {
        left: 115px; } }
    @media only screen and (min-width: 576px) {
      #about_page #what_we_do .cntnt_box {
        padding: 50px;
        min-height: 322px;
        width: 387px; } }
    @media only screen and (max-width: 576px) {
      #about_page #what_we_do .cntnt_box {
        padding: 35px; } }
    #about_page #what_we_do .cntnt_box .title {
      color: white;
      font-weight: 600;
      margin-bottom: 10px; }
      #about_page #what_we_do .cntnt_box .title strong {
        display: block; }
      @media only screen and (min-width: 576px) {
        #about_page #what_we_do .cntnt_box .title {
          font-size: 30px;
          line-height: 1.1; }
          #about_page #what_we_do .cntnt_box .title strong {
            font-size: 50px; } }
      @media only screen and (max-width: 576px) {
        #about_page #what_we_do .cntnt_box .title {
          font-size: 25px;
          line-height: normal; }
          #about_page #what_we_do .cntnt_box .title strong {
            font-size: 40px; } }
    #about_page #what_we_do .cntnt_box .info {
      color: white;
      line-height: 1.556; }
      @media only screen and (min-width: 576px) {
        #about_page #what_we_do .cntnt_box .info {
          font-size: 18px; } }
      @media only screen and (max-width: 576px) {
        #about_page #what_we_do .cntnt_box .info {
          font-size: 16px; } }
  #about_page #what_we_do .img_sec {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    height: 417px;
    float: right; }
    @media only screen and (min-width: 992px) {
      #about_page #what_we_do .img_sec {
        margin-right: 100px; } }
    @media only screen and (min-width: 576px) {
      #about_page #what_we_do .img_sec {
        width: 626px; } }
#about_page #peopl_says {
  padding-top: 70px;
  padding-bottom: 50px;
  background: #f5faf5; }
  #about_page #peopl_says .testi_head {
    position: relative;
    text-transform: capitalize;
    padding-bottom: 30px; }
    #about_page #peopl_says .testi_head svg {
      margin-bottom: 25px; }
    #about_page #peopl_says .testi_head .title1 {
      font-size: 24px;
      color: #1f1f1f;
      font-weight: 700;
      line-height: normal; }
    #about_page #peopl_says .testi_head .title2 {
      font-size: 28px;
      color: #1f1f1f;
      font-weight: 700;
      line-height: normal; }
    #about_page #peopl_says .testi_head .title3 {
      font-size: 38px;
      color: #1f1f1f;
      font-weight: 700;
      line-height: normal; }
    #about_page #peopl_says .testi_head::after {
      content: "";
      background-color: #A31C38;
      position: absolute;
      left: 0px;
      bottom: 0px;
      width: 47px;
      height: 6px; }
    @media only screen and (max-width: 768px) {
      #about_page #peopl_says .testi_head {
        margin-bottom: 45px; } }
  #about_page #peopl_says .slick-slide {
    padding: 15px 20px; }
  #about_page #peopl_says .item .cntnt_box {
    background-color: white;
    box-shadow: 1.935px 7.762px 21px 0px rgba(2, 2, 2, 0.15);
    padding: 40px 40px 55px;
    margin-bottom: 20px;
    position: relative;
    font-size: 13px;
    color: #2c2c2c;
    line-height: 1.846; }
    #about_page #peopl_says .item .cntnt_box::after {
      content: "";
      background: url(../images/icons/testi_aftr.png) no-repeat center;
      width: 22px;
      height: 15px;
      position: absolute;
      left: 65px;
      bottom: -15px; }
  #about_page #peopl_says .item .testi-footer {
    background: url(../images/icons/testi_avtr.png) no-repeat center left;
    padding-left: 70px; }
    #about_page #peopl_says .item .testi-footer .title {
      font-size: 14px;
      color: #090909;
      font-weight: 600;
      line-height: normal; }
    #about_page #peopl_says .item .testi-footer .position {
      font-size: 11px;
      color: #5b5b5b;
      line-height: 2; }

/*******************************SEVICES_PAGE********************************* */
#service {
  padding-top: 105px; }
  @media only screen and (max-width: 992px) {
    #service {
      overflow: hidden; } }
  #service .category-list {
    border-right: 1px solid #A31C38;
    padding-bottom: 95px; }
    #service .category-list .sec-head {
      text-align: right;
      font-size: 20px;
      color: #0d0c0c;
      font-weight: bold;
      line-height: 1.2;
      padding-right: 35px;
      margin-bottom: 25px; }
      #service .category-list .sec-head strong {
        font-size: 30px;
        display: block; }
    #service .category-list ul {
      text-align: right; }
      #service .category-list ul a {
        font-size: 16px;
        color: #8c8b8b;
        font-weight: 500;
        line-height: normal;
        text-align: right;
        padding: 10px 0px;
        padding-right: 40px;
        display: block; }
        #service .category-list ul a:hover {
          background: linear-gradient(to right, white 50%, #A31C38 50%);
          background-size: 200% 100%;
          background-position: right bottom;
          transition: all 0.5s ease-out;
          color: #ffffff; }
        #service .category-list ul a::after {
          content: "";
          position: absolute;
          left: 15px;
          top: 50%;
          width: 7px;
          height: 1px;
          background: #BA2040; }
      #service .category-list ul .active a {
        background: #A31C38;
        color: #ffffff; }
        #service .category-list ul .active a:hover {
          background: linear-gradient(to right, white 50%, #A31C38 50%);
          background-size: 200% 100%;
          background-position: right bottom;
          transition: all 0s ease-out; }
  #service .ad {
    background: #A31C38;
    padding: 55px 40px;
    box-shadow: 0px 13px 21px 0px rgba(0, 1, 1, 0.2); }
    #service .ad .title {
      font-size: 24px;
      color: white;
      font-weight: 700;
      line-height: 49px;
      margin-bottom: 35px; }
      #service .ad .title strong {
        display: block;
        text-transform: uppercase;
        font-size: 35px;
        font-weight: 700; }
      @media only screen and (max-width: 992px) {
        #service .ad .title {
          font-size: 19px;
          line-height: 40px; }
          #service .ad .title strong {
            font-size: 30px; } }
    #service .ad li {
      margin-bottom: 20px; }
      #service .ad li:last-child {
        margin-bottom: 0px; }
    #service .ad .call {
      font-size: 18px;
      color: white;
      font-weight: 500;
      line-height: 0.834;
      padding-left: 35px;
      background: url(../images/icons/ad-call.png) no-repeat center left; }
    #service .ad .mail {
      font-size: 16px;
      color: white;
      font-weight: 500;
      line-height: 0.938;
      padding-left: 35px;
      background: url(../images/icons/ad-mail.png) no-repeat center left; }
  #service .service-content {
    padding-left: 15px;
    padding-top: 10px;
    /*padding-bottom: 100px; */
  }
    @media only screen and (max-width: 992px) {
      #service .service-content {
        margin-top: 55px;
        padding-left: 0px; } }
    #service .service-content .common-title {
      font-size: 13px;
      color: #7f7e7e;
      font-weight: 500;
      line-height: normal;
      margin-bottom: 15px;
      letter-spacing: 2px;
      text-transform: uppercase; }
    #service .service-content .service-title {
      font-size: 30px;
      color: #A31C38;
      font-weight: 700;
      line-height: 42px;
      margin-bottom: 25px; }
    #service .service-content a {
      text-decoration: none;
      font-size: 13px;
      color: #646464;
      font-weight: 500; }
    #service .service-content p {
      font-size: 13px;
      color: #646464;
      line-height: 24px; }
    #service .service-content h1, #service .service-content h2, #service .service-content h3, #service .service-content h4, #service .service-content h5, #service .service-content h6 {
      font-size: 18px;
      color: #333333;
      font-weight: bold;
      text-transform: uppercase;
      line-height: normal;
      margin-bottom: 25px; }
    #service .service-content .img_sec {
      margin: 40px 0; }
    #service .service-content ul li {
      font-size: 13px;
      color: #505252;
      line-height: normal;
      margin-bottom: 15px;
      background: url(../images/icons/list_icin.png) no-repeat top 2px left;
      background-size: 13px;
      padding-left: 25px; }

/**********************PACKAGES_PAGE******************** */
@media only screen and (max-width: 458px) {
  #packages_page #packages {
    padding-bottom: 65px; } }
#packages_page .package {
  text-align: center;
  padding: 0px; }
  #packages_page .package .box {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  #packages_page .package .package-head {
    font-size: 21px;
    line-height: normal;
    font-weight: 600;
    color: #ffffff;
    background: #666666;
    padding: 12px 15px;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666; }
  #packages_page .package ul {
    background: #f7f7f7;
    padding: 10px 0 0; }
  #packages_page .package li {
    font-size: 14px;
    color: #252424;
    line-height: 1.339;
    padding: 15px 0 15px 45px;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #e6e6e6;
    background: url("../images/icons/check_list.svg") center left 15px #f7f7f7;
    background-size: 15px;
    background-repeat: no-repeat;
    text-align: left; }
    #packages_page .package li:last-child {
      border-bottom: 0px; }
    #packages_page .package li span {
      display: block;
      font-size: 30px;
      color: #04a351;
      font-weight: 600;
      line-height: normal; }
    #packages_page .package li select {
      border-style: solid;
      border-width: 1px;
      border-color: #e1e1e1;
      border-radius: 3px;
      background-color: white;
      height: 45px;
      width: 80%;
      margin: 0 auto;
      display: block;
      outline: none;
      box-shadow: none; }
  #packages_page .package .selct-plan {
    border-radius: 3px;
    background-color: #A31C38;
    color: #fff;
    border: none;
    width: 100%;
    padding: 15px 0;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    transition: ease-in-out all 0.3s; }
    #packages_page .package .selct-plan:hover {
      background: #0c5b35; }
  #packages_page .package.half {
    padding: 0 10px; }
    @media only screen and (min-width: 992px) {
      #packages_page .package.half {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 50%; } }
    @media only screen and (min-width: 576px) {
      #packages_page .package.half:first-child .box {
        margin-right: 0px; }
      #packages_page .package.half:nth-child(2) .box {
        margin-left: 0px; } }
    #packages_page .package.half .price_box {
      margin: 0 auto !important; }

#quick_contact {
  padding-top: 90px;
  padding-bottom: 115px;
  background: #f3f8f6; }
  #quick_contact form {
    background: #ffffff;
    box-shadow: 7.981px 15.01px 40px 0px rgba(0, 0, 0, 0.1); }
    @media only screen and (min-width: 458px) {
      #quick_contact form {
        padding: 60px 50px; } }
    @media only screen and (max-width: 458px) {
      #quick_contact form {
        padding: 40px 30px; } }
  #quick_contact .form_top {
    margin-bottom: 45px; }
  #quick_contact .head {
    font-size: 28px;
    color: #A31C38;
    font-weight: 700;
    text-transform: capitalize;
    line-height: normal;
    margin-bottom: 20px; }
  #quick_contact .info {
    font-size: 14px;
    color: #717171;
    line-height: normal; }
  #quick_contact .form-group {
    margin-bottom: 20px; }
  #quick_contact .form-control {
    font-size: 12px;
    color: #717171;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 6px 12px;
    padding-left: 0px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #e8e8e8;
    border-radius: 0px;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    box-shadow: none;
    outline: none; }
  #quick_contact textarea {
    min-height: 70px !important; }
  #quick_contact .btn {
    font-size: 14px;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    text-align: center;
    box-shadow: none;
    height: 50px;
    padding: 10px 30px;
    line-height: 25px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    background: #A31C38;
    -webkit-appearance: button;
    vertical-align: middle;
    touch-action: manipulation;
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 0px;
    width: fit-content;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.3s; }
    #quick_contact .btn:hover {
      background: #000; }

/*************************BLOG_PAGE***************** */
#blog_page #blog-list {
  padding-top: 80px;
  padding-bottom: 75px; }
#blog_page .blog {
  margin-bottom: 45px; }
  #blog_page .blog .img-box {
    width: 100%;
    height: 255px;
    background-size: cover !important;
    background-position: center !important;
    display: block;
    margin-bottom: 10px;
    position: relative; }
  #blog_page .blog .blog-info {
    padding-top: 0px; }
    #blog_page .blog .blog-info .blog-date {
      font-size: 12px;
      color: #A31C38;
      line-height: 2.083;
      margin-bottom: 10px;
      display: block;
      font-weight: 500; }
    #blog_page .blog .blog-info .info, #blog_page .blog .blog-info p {
      font-size: 16px;
      color: #151515;
      line-height: 1.563;
      font-weight: 600;
      padding-right: 5px; }

#blog_detail_page #blog-list {
  padding-bottom: 75px; }
  @media only screen and (min-width: 576px) {
    #blog_detail_page #blog-list {
      padding-top: 105px; } }
  @media only screen and (max-width: 576px) {
    #blog_detail_page #blog-list {
      padding-top: 60px; } }
#blog_detail_page .blog-header .blog-title {
  font-size: 16px;
  color: #151515;
  line-height: 1.563;
  font-weight: 500; }
#blog_detail_page .blog-meta {
  padding: 25px 0; }
  #blog_detail_page .blog-meta span {
    font-size: 12px;
    color: #959494;
    line-height: 1.667;
    position: relative;
    padding: 5px 0px;
    padding-right: 30px;
    margin: -5px 15px;
    border-right: 1px solid #e5e5e5; }
    @media only screen and (max-width: 576px) {
      #blog_detail_page .blog-meta span {
        margin: -5px 10px; } }
    #blog_detail_page .blog-meta span:first-child {
      margin-left: 0px;
      margin-right: 0px;
      border-right: 0px; }
    #blog_detail_page .blog-meta span:last-child {
      margin-right: 0px;
      border-right: 0px; }
    #blog_detail_page .blog-meta span strong {
      font-weight: 600;
      color: #111111; }
  #blog_detail_page .blog-meta .blog-meta-author-dp {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    float: left;
    padding: 0px; }
    #blog_detail_page .blog-meta .blog-meta-author-dp img {
      border-radius: 50%;
      max-width: unset;
      width: 30px; }
  #blog_detail_page .blog-meta .blog-meta-date {
    text-transform: uppercase;
    position: relative;
    background: url(../images/icons/calender.png) no-repeat center left;
    padding-left: 25px; }
  #blog_detail_page .blog-meta::after {
    content: "";
    display: flex;
    clear: both; }
#blog_detail_page .blog-content .img-box {
  margin-bottom: 45px; }
#blog_detail_page .blog-content p {
  font-size: 13px;
  color: #676867;
  line-height: 2; }
@media only screen and (max-width: 992px) {
  #blog_detail_page aside {
    margin-top: 40px; } }
#blog_detail_page aside .new-posts {
  margin-bottom: 45px; }
  #blog_detail_page aside .new-posts .head {
    position: relative;
    margin-bottom: 25px; }
    #blog_detail_page aside .new-posts .head span {
      font-size: 16px;
      color: #151515;
      line-height: normal;
      font-weight: 600;
      position: relative;
      z-index: 1;
      background: #fff;
      padding-right: 15px; }
    #blog_detail_page aside .new-posts .head::after {
      content: "";
      position: absolute;
      top: 10px;
      right: 0px;
      width: 100%;
      height: 1px;
      background: #f8f8f8;
      z-index: 0; }
  #blog_detail_page aside .new-posts .post {
    margin-bottom: 20px;
    display: flex; }
    #blog_detail_page aside .new-posts .post .img-box {
      width: 100px;
      display: inline-block;
      margin-right: 25px; }
    #blog_detail_page aside .new-posts .post .blog-title {
      display: inline-block;
      font-size: 13px;
      color: #3a3a3a;
      line-height: 18px;
      text-align: left;
      font-weight: 600; }
  #blog_detail_page aside .new-posts .view-all-news {
    float: right;
    font-size: 10px;
    line-height: 20px;
    color: #BA2040;
    font-weight: 600;
    position: relative;
    padding-right: 20px;
    transition: ease-in-out all 0.3s;
    text-transform: uppercase; }
    #blog_detail_page aside .new-posts .view-all-news::after {
      content: ">";
      position: absolute;
      right: 0px;
      top: 0px;
      display: inline-block;
      font-size: 14px;
      font-weight: 400; }
    #blog_detail_page aside .new-posts .view-all-news:hover {
      padding-right: 25px; }

/********************FAQ_PAGE********************* */
#faq {
  padding-top: 120px;
  padding-bottom: 85px; }
  #faq .sec {
    padding-bottom: 30px;
    border-bottom: 1px dotted #cccccc;
    margin-bottom: 45px; }
    #faq .sec:last-child {
      margin-bottom: 0px;
      border-bottom: 0px; }
    #faq .sec .qstn {
      font-size: 20px;
      color: #359032;
      font-weight: 600;
      line-height: normal;
      margin-bottom: 25px;
      padding-left: 35px;
      background: url(../images/icons/faq_list.png) no-repeat top 2px left; }
    #faq .sec .answr {
      font-size: 13px;
      color: #595a5a;
      line-height: 1.846;
      padding-left: 35px; }
    #faq .sec p {
      font-size: 13px;
      color: #595a5a;
      line-height: 1.846;
      margin-bottom: 0px; }
    #faq .sec ol {
      padding: 0px;
      margin: 0px;
      padding-left: 15px; }
      #faq .sec ol li {
        list-style: decimal;
        font-size: 13px;
        color: #595a5a;
        line-height: 1.846; }
    #faq .sec ul {
      padding: 0px;
      margin: 0px;
      padding-left: 15px; }
      #faq .sec ul li {
        list-style: disc;
        font-size: 13px;
        color: #595a5a;
        line-height: 1.846; }

/**********************CONTACT_PAGE****************** */
#contat_dtls {
  padding-top: 90px;
  padding-bottom: 60px;
  margin-bottom: 85px;
  position: relative; }
  #contat_dtls::after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 67%;
    height: 10px;
    background: #A31C38; }
  #contat_dtls .contct_title {
    font-size: 28px;
    color: #A31C38;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 30px; }
  @media only screen and (min-width: 992px) {
    #contat_dtls .contct_info {
      padding-right: 20px; } }
  #contat_dtls .contct_info .info {
    font-size: 13px;
    color: #2c2c2c;
    line-height: 1.846; }
  @media only screen and (max-width: 992px) {
    #contat_dtls .addrs {
      margin-top: 35px; } }
  #contat_dtls .addrs .title {
    font-size: 16px;
    color: #2c2c2c;
    font-weight: 600;
    font-style: italic;
    line-height: normal;
    margin-bottom: 20px; }
  #contat_dtls .addrs li, #contat_dtls .addrs a {
    font-size: 13px;
    color: #2c2c2c;
    font-style: italic;
    line-height: 2;
    font-weight: 500; }
  #contat_dtls .addrs .call a {
    color: #A31C38;
    font-weight: 700;
    margin-top: 15px;
    display: block; }
  #contat_dtls #quick_contact {
    background: #ffffff;
    padding-top: 0px;
    padding-bottom: 0px; }
    #contat_dtls #quick_contact form {
      position: relative;
      z-index: 1;
      top: -95px; }

#map iframe {
  filter: gray;
  -webkit-filter: grayscale(99%); }

/*******************************FOOTER************************* */
footer {
  padding-bottom: 60px;
  background: #11294B; }
  @media only screen and (max-width: 576px) {
    footer {
      padding-bottom: 35px; } }
  footer .foot-top {
    position: relative;
    padding: 60px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 85px; }
    @media only screen and (max-width: 576px) {
      footer .foot-top {
        padding-bottom: 35px;
        margin-bottom: 35px; } }
    @media only screen and (min-width: 576px) {
      footer .foot-top .foot-logo {
        float: left; } }
    footer .foot-top .working-time {
      font-size: 12px;
      font-weight: 200;
      color: white;
      line-height: 1.667;
      position: relative;
      z-index: 1; }
      @media only screen and (min-width: 576px) {
        footer .foot-top .working-time {
          float: right;
          text-align: right;
          padding-left: 20px; } }
      @media only screen and (max-width: 576px) {
        footer .foot-top .working-time {
          margin-top: 25px; } }
    footer .foot-top::after {
      content: "";
      display: flex;
      clear: both; }
  @media only screen and (max-width: 992px) {
    footer .box {
      margin-bottom: 45px; } }
  footer .foot-head {
    font-size: 16px;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    line-height: normal;
    margin-bottom: 35px; }
    @media only screen and (max-width: 992px) {
      footer .foot-head {
        margin-bottom: 20px; } }
  footer .quick_links li {
    font-size: 12px;
    color: white;
    line-height: 2.5;
    width: 50%;
    float: left; }
  footer .quick_links a {
    font-size: 12px;
    color: white;
    transition: ease-in-out all 0.3s; }
    footer .quick_links a:hover {
      color: #A31C38;
      padding-left: 5px; }
  @media only screen and (min-width: 576px) {
    footer .address ul {
      width: 50%;
      float: left; } }
  footer .address li, footer .address a {
    font-size: 13px;
    color: white;
    line-height: 1.692;
    transition: ease-in-out all 0.3s; }
  footer .address::after {
    clear: both;
    display: flex;
    content: ""; }
  footer .address a:hover {
    color: #A31C38;
    text-decoration: underline !important;
    text-decoration-color: #A31C38; }
  footer .social-icon {
    display: flex; }
    footer .social-icon li {
      font-size: 13px;
      color: #a5a5a5;
      line-height: 1.846;
      margin-right: 15px; }
      footer .social-icon li a {
        background: rgba(255, 255, 255, 0.1);
        border: none;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        font-size: 15px;
        color: #fff;
        text-align: center;
        display: flex !important;
        align-items: center;
        justify-content: center; }
        footer .social-icon li a:hover {
          color: #8dc63f; }
      footer .social-icon li:last-child {
        margin-right: 0px; }
  footer .newsletter .input-text {
    width: calc(100% - 60px);
    float: left;
    background: rgba(255, 255, 255, 0.07);
    height: 43px;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 10px 0px;
    padding-left: 25px;
    color: #9b9b9b; }
  footer .newsletter .subscribe {
    background: url(../images/icons/subscribe.png) rgba(255, 255, 255, 0.07) no-repeat center;
    border: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    height: 43px;
    width: 60px;
    text-align: center; }

#copyright {
  text-align: center;
  padding: 45px 0;
  background: #11294B;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }
  #copyright .container::after {
    content: "";
    display: flex;
    clear: both; }
  #copyright p {
    font-size: 12px;
    color: white;
    line-height: 1.667;
    margin-bottom: 0px; }
    #copyright p a {
      color: white; }
    @media only screen and (min-width: 576px) {
      #copyright p {
        float: left; } }
  #copyright ul {
    display: flex;
    padding: 4px 0; }
    #copyright ul li {
      border-right: 1px solid white;
      padding: 0 10px; }
      #copyright ul li:last-child {
        border-right: 0px;
        padding-right: 0px; }
    #copyright ul a {
      color: #fff; }
    @media only screen and (min-width: 576px) {
      #copyright ul {
        float: right; } }
    @media only screen and (max-width: 576px) {
      #copyright ul {
        width: fit-content;
        margin: 0 auto;
        margin-top: 10px; } }
  #copyright::after {
    content: "";
    display: flex;
    clear: both; }

/*# sourceMappingURL=app.css.map */
